Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Parallel Processing01:20

Parallel Processing

The brain processes sensory information rapidly due to parallel processing, which involves sending data across multiple neural pathways at the same time. This method allows the brain to manage various sensory qualities, such as shapes, colors, movements, and locations, all concurrently. For instance, when observing a forest landscape, the brain simultaneously processes the movement of leaves, the shapes of trees, the depth between them, and the various shades of green. This enables a quick and...
Accelerating Fluids01:17

Accelerating Fluids

When a fluid is in constant acceleration, the pressure and buoyant force equations are modified. Suppose a beaker is placed in an elevator accelerating upward with a constant acceleration, a. In the beaker, assume there is a thin cylinder of height h with an infinitesimal cross-sectional area, ΔS.
The motion of the liquid within this infinitesimal cylinder is considered to obtain the pressure difference. Three vertical forces act on this liquid:
Propagation of Waves01:07

Propagation of Waves

When a wave propagates from one medium to another, part of it may get reflected in the first medium, and part of it may get transmitted to the second medium. In such a case, the interface of the two mediums can be considered as a boundary that is neither fixed nor free.
Consider a scenario where a wave propagates from a string of low linear mass density to a string of high linear mass density. In such a case, the reflected wave is out of phase with respect to the incident wave, however the...
Rapidly Varying Flow01:24

Rapidly Varying Flow

Rapidly varying flow (RVF) in open channels is characterized by abrupt changes in flow depth over a short distance, with the rate of depth change relative to distance often approaching unity. These flows are inherently complex due to their transient and multi-dimensional nature, making exact analysis difficult. However, approximate solutions using simplified models provide valuable insights into their behavior.Key Features of Rapidly Varying FlowRVF is commonly observed in scenarios involving...
Fast Decoupled and DC Powerflow01:24

Fast Decoupled and DC Powerflow

The fast decoupled power flow method addresses contingencies in power system operations, such as generator outages or transmission line failures. This method provides quick power flow solutions, essential for real-time system adjustments. Fast decoupled power flow algorithms simplify the Jacobian matrix by neglecting certain elements, leading to two sets of decoupled equations:
Fast Fourier Transform01:10

Fast Fourier Transform

The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log⁡2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Impact of Concurrent Graft-versus-Host Disease on Long-Term Survival in Critically Ill Patients Following Allogeneic Hematopoietic Stem Cell Transplantation for Hematological Malignancies.

Transplantation and cellular therapy·2026
Same author

Enhancing minority class recovery in high resolution land cover mapping with dynamic imbalance aware oversampling.

Scientific reports·2026
Same author

Haploidentical allogeneic haematopoietic stem cell transplantation for paroxysmal nocturnal haemoglobinuria: a retrospective analysis.

Annals of hematology·2026
Same author

Association of <i>katG</i>, <i>inhA,</i> and <i>AhpC</i> Mutations with Isoniazid Resistance of <i>Mycobacterium tuberculosis</i> in Pulmonary Tuberculosis Patients from Nanjing, China.

Microbial drug resistance (Larchmont, N.Y.)·2026
Same author

Machine Learning Models Used to Predict Abdominal Aortic Aneurysm Growth and Rupture: A Systematic Review and Critical Appraisal.

Annals of vascular surgery·2026
Same author

Empiric Imipenem/Cilastatin/Relebactam for Febrile Neutropenia After Allogeneic Hematopoietic Stem Cell Transplantation: Two Case Reports.

Journal of blood medicine·2026
Same journal

Benchmarking the Performance of Irregular Computations in AutoDock-GPU Molecular Docking.

Parallel computing·2021
Same journal

Multiscale modeling and cinematic visualization of photosynthetic energy conversion processes from electronic to cell scales.

Parallel computing·2021
Same journal

Asynchronous Parallel Stochastic Quasi-Newton Methods.

Parallel computing·2020
Same journal

A global perspective of atmospheric carbon dioxide concentrations.

Parallel computing·2020
Same journal

Visualizing multiphysics, fluid-structure interaction phenomena in intracranial aneurysms.

Parallel computing·2017
Same journal

Atomic Detail Visualization of Photosynthetic Membranes with GPU-Accelerated Ray Tracing.

Parallel computing·2016
See all related articles

Related Experiment Video

Updated: May 9, 2026

Characterization of Anisotropic Leaky Mode Modulators for Holovideo
09:36

Characterization of Anisotropic Leaky Mode Modulators for Holovideo

Published on: March 19, 2016

Efficient Irregular Wavefront Propagation Algorithms on Hybrid CPU-GPU Machines.

George Teodoro1, Tony Pan, Tahsin Kurc

  • 1Center for Comprehensive Informatics and Biomedical Informatics Department, Emory University, Atlanta, GA 30322.

Parallel Computing
|August 3, 2013
PubMed
Summary
This summary is machine-generated.

We developed efficient methods for irregular wavefront propagation patterns (IWPP) on hybrid CPU-GPU systems. Our approach significantly accelerates image processing tasks like morphological reconstruction and Euclidean distance transform.

Keywords:
Cooperative CPU-GPU ExecutionEuclidean Distance TransformGPGPUHeterogeneous EnvironmentsIrregular Wavefront Propagation PatternMorphological Reconstruction

Related Experiment Videos

Last Updated: May 9, 2026

Characterization of Anisotropic Leaky Mode Modulators for Holovideo
09:36

Characterization of Anisotropic Leaky Mode Modulators for Holovideo

Published on: March 19, 2016

Area of Science:

  • Computer Science
  • Image Processing
  • High-Performance Computing

Background:

  • Irregular wavefront propagation patterns (IWPP) are common in image processing but challenging for efficient execution on modern hybrid systems.
  • Existing methods struggle with irregular data access and computations inherent in IWPP, leading to underutilization of parallel hardware.
  • Hybrid architectures combining CPUs and GPUs offer potential for acceleration but require specialized strategies for IWPP.

Purpose of the Study:

  • To develop and evaluate efficient strategies for executing the irregular wavefront propagation pattern (IWPP) on hybrid CPU-GPU systems.
  • To optimize wavefront computation and propagation using novel data structures and parallelization techniques.
  • To demonstrate performance improvements on real-world image processing applications.

Main Methods:

  • Developed a multi-level queue structure to enhance GPU memory utilization and reduce synchronization overheads during wavefront propagation.
  • Implemented a tile-based parallelization strategy for cooperative execution across multiple CPUs and GPUs.
  • Evaluated the approach on a hybrid system using morphological reconstruction and Euclidean distance transform as IWPP benchmarks.

Main Results:

  • Achieved significant performance improvements on GPUs for IWPP.
  • Demonstrated cooperative execution on multiple CPUs and GPUs, yielding speedups of 50x for morphological reconstruction and 85x for Euclidean distance transform compared to single-core CPU execution.
  • The multi-level queue and tile-based strategies effectively managed irregular data accesses and computations.

Conclusions:

  • The proposed methods provide an efficient solution for executing irregular wavefront propagation patterns on hybrid CPU-GPU systems.
  • The developed strategies significantly accelerate critical image processing operations, showcasing the benefits of optimized parallel execution.
  • This work contributes to advancing high-performance computing for complex image analysis tasks.