Accelerating GPU Implementation of Contourlet Transform
Department of Electrical and Computer Engineering, Isfahan University of Technology, Iran
@article{mohrekesh2013accelerating,
title={Accelerating GPU Implementation of Contourlet Transform},
author={Mohrekesh, Majid and Azizi, Shekoofeh and Samavi, Shadrokh},
journal={image},
year={2013}
}
The widespread usage of the contourlet-transform (CT) and today’s real-time needs demand faster execution of CT. Solutions are available, but due to lack of portability or computational intensity, they are disadvantageous in real-time applications. In this paper we take advantage of modern GPUs for the acceleration purpose. GPU is well-suited to address data-parallel computation applications such as CT. The convolution part of CT, which is the most computational intensive step, is reshaped for parallel processing. Then the whole transform is transported into GPU to avoid multiple time consuming migrations between the host and device. Experimental results show that with existing GPUs, CT execution achieves more than 19x speedup as compared to its non-parallel CPU-based method. It takes approximately 40ms to compute the transform of a 512×512 image, which should be sufficient for real-time applications.
March 26, 2014 by hgpu