INVESTIGADORES
BELZUNCE MartÍn Alberto
artículos
Título:
Cuda Parallel Implementation of Image Reconstruction Algorithm for Positron Emission Tomography
Autor/es:
MARTÍN BELZUNCE; CLAUDIO VERRASTRO; ESTEBAN VENIALGO; ISAAC MARCOS COHEN
Revista:
The Open Medical Imaging Journal
Editorial:
Bentham
Referencias:
Año: 2012 vol. 6 p. 108 - 118
ISSN:
1874-3471
Resumen:
Although the use of iterative algorithms for image reconstruction in 3D Positron Emission Tomography (PET) has shown to produce images with better quality than analytical methods, they are computationally expensive. New Graphic Processor Units (GPUs) provide high performance at low cost and programming tools that make it possible to execute parallel algorithms in scientific applications. In this work, a GPU parallel implementation of the iterative reconstruction algorithm MLEM 3D has been developed using CUDA, a parallel model from NVIDIA. The Siddon algorithm was used as Projector and Backprojector. Acceleration factors up to 85 times were achieved, with respect to a single thread CPU implementation. The performance in GPU with Tesla and Fermi, which are respectively the first and the last generation of CUDA compatible architectures, has been compared. The image quality in each platform has been analyzed, showing a higher level of noise in GPU, due to race condition problems. The new features of Fermi architecture permitted to solve this problem using atomic operations.