CUDA Papers

A collection of research papers and projects utilizing CUDA technology

Accelerating Iterative Field-Compensated MR Image Reconstruction on GPUs

http://impact.crhc.illinois.edu/ftp/conference/isbi2010.pdf

Abstract

We propose a fast implementation for iterative MR image reconstruction using Graphics Processing Units (GPU). In MRI, iterative reconstruction with conjugate gradient algorithms allows for accurate modeling the physics of the imaging system. Specifically, methods have been reported to compensate for the magnetic field inhomogeneity induced by the susceptibility differences near the air/tissue interface in human brain (such as orbitofrontal cortex). Our group has previously presented an algorithm for field inhomogeneity compensation using magnetic field map and its gradients. However, classical iterative reconstruction algorithms are computationally costly, and thus significantly increase the computation time. To remedy this problem, one can utilize the fact that these iterative MR image reconstruction algorithms are highly parallelizable. Therefore, parallel computational hardware, such as GPU, can dramatically improve their performance. In this work, we present an implementation of our field inhomogeneity compensation technique using NVIDA CUDA(Compute Unified Device Architecture)-enabled GPU. We show that the proposed implementation significantly reduces the computation times around two orders of magnitude (compared with non-GPU implementation) while accurately compensating for field inhomogeneity.

Authors

Yue Zhuo, Department of Bioengineering, University of Illinois at Urbana-Champaign

Xiao-Long Wu, Justin P. Haldar, Wen-mei Hwu, Zhi-pei Liang, Department of Electrical and Computer Engineering, University of Illinois at Urbana-Champaign

Bradley P. Sutton, Department of Bioengineering, University of Illinois at Urbana-Champaign

Leave a Reply