Graphic processing unit-accelerated mutual information-based 3D image rigid registration
Key Laboratory for Precision and Non-Traditional Machining Technology of Ministry of Education, Dalian University of Technology, Dalian 116024, China
Transactions of Tianjin University, Vol. 15, No. 5. (1 October 2009), pp. 375-380
@article{li2009graphic,
title={Graphic processing unit-accelerated mutual information-based 3D image rigid registration},
author={Li, G. and Ou, Z. and Su, T. and Han, J.},
journal={Transactions of Tianjin University},
volume={15},
number={5},
pages={375–380},
issn={1006-4982},
year={2009},
publisher={Springer}
}
Mutual information (MI)-based image registration is effective in registering medical images, but it is computationally expensive. This paper accelerates MI-based image registration by dividing computation of mutual information into spatial transformation and histogram-based calculation, and performing 3D spatial transformation and trilinear interpolation on graphic processing unit (GPU). The 3D floating image is downloaded to GPU as flat 3D texture, and then fetched and interpolated for each new voxel location in fragment shader. The transformed results are rendered to textures by using frame buffer object (FBO) extension, and then read to the main memory used for the remaining computation on CPU. Experimental results show that GPU-accelerated method can achieve speedup about an order of magnitude with better registration result compared with the software implementation on a single-core CPU.
November 26, 2010 by hgpu