Related Experiment Video
Updated: Jun 19, 2026

12:49
A Method for 3D Reconstruction and Virtual Reality Analysis of Glial and Neuronal Cells
Published on: September 28, 2019
On the efficiency of iterative ordered subset reconstruction algorithms for acceleration on GPUs.
1Center for Visual Computing, Computer Science Department, Stony Brook University, NY 11794-4400, United States.
Computer Methods and Programs in Biomedicine
|October 24, 2009
Summary
Ordered subsets algorithms like OS-EM and SART accelerate computed tomography reconstruction. However, GPU architecture impacts performance, necessitating new optimization strategies for GPU-accelerated iterative methods.
Area of Science:
- Medical Imaging
- Computational Science
- Image Reconstruction
Background:
- Iterative algorithms like Expectation Maximization (EM) and Simultaneous Iterative Reconstruction Technique (SIRT) are crucial for computed tomography (CT) reconstruction, especially with noisy or limited data.
- Ordered subsets methods (OS-EM, SART) enhance convergence rates by processing data in subsets.
- Graphics Processing Units (GPUs) offer computational acceleration for these demanding algorithms.
Purpose of the Study:
- To investigate the impact of GPU architecture on the performance of ordered subsets iterative reconstruction algorithms.
- To identify optimal parameters for GPU-accelerated iterative algebraic reconstruction methods.
- To introduce and evaluate Ordered Subsets SIRT for optimized computational performance on GPUs.
Main Methods:
- Implementation and analysis of Ordered Subsets EM (OS-EM) and Simultaneous Algebraic Reconstruction Technique (SART) on GPUs.
- Investigating the relationship between subset size, relaxation factor, and wall-clock time on GPU architectures.
- Generalizing SIRT to Ordered Subsets SIRT (OS-SIRT) for GPU acceleration.
Main Results:
- GPU architecture imposes constraints that can counteract the benefits of smaller subsets observed on CPUs for ordered subsets algorithms.
- New relationships were identified for optimal subset numbers and relaxation factors to minimize reconstruction time on GPUs.
- Ordered Subsets SIRT demonstrated optimized computational performance for GPU-accelerated iterative reconstruction.
Conclusions:
- GPU-specific architectural constraints require tailored optimization strategies for ordered subsets iterative reconstruction algorithms.
- The choice of subset number and relaxation factor is critical for achieving optimal GPU performance and is application-dependent.
- Ordered Subsets SIRT provides an effective approach to enhance the computational efficiency of GPU-accelerated iterative CT reconstruction.
Related Concept Videos
Reconstruction of Signal using Interpolation
Signal processing techniques are essential for accurately converting continuous signals to digital formats and vice versa. When a continuous signal is sampled with a period T, the resulting sampled signal exhibits replicas of the original spectrum in the frequency domain, spaced at intervals equal to the sampling frequency. To handle this sampled signal, a zero-order hold method can be applied, which creates a piecewise constant signal by retaining each sample's value until the next sampling...
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving
Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
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...
Convergence of Fourier Series
The Fourier series is a powerful mathematical tool for representing periodic signals as an infinite sum of complex exponentials. In practice, this infinite series is truncated to a finite number of terms, yielding a partial sum. This truncation makes the approximation of the signal feasible but introduces certain challenges, particularly near discontinuities, known as the Gibbs phenomenon.
The Gibbs phenomenon refers to the persistent oscillations and overshoots that occur near discontinuities...
The Gibbs phenomenon refers to the persistent oscillations and overshoots that occur near discontinuities...
