Efficient Parallel Implementation of Active Appearance Model Fitting Algorithm on GPU
School of Computer Science and Technology, Tianjin University, Tianjin, P.R. China
The Scientific World Journal, 2014
@article{wang2014efficient,
title={Efficient Parallel Implementation of Active Appearance Model Fit-ting Algorithm on GPU},
author={Wang, Jinwei and Ma, Xirong and Zhu, Yuanping and Sun, Jizhou},
year={2014}
}
The Active Appearance Model (AAM) is one of the most powerful model-based object detecting and tracking methods that has been widely used in various situations. However, the high-dimensional texture representation causes very time-consuming computations, which makes the AAM difficult to apply to real-time systems. The emergence of modern Graphics Processing Units (GPUs) that feature a many-core, fine-grained parallel architecture provides new and promising solutions to overcome the computational challenge. In this paper, we propose an efficient parallel implementation of the AAM fitting algorithm on GPUs. Our design idea is fine grain parallelism in which we distribute the texture data of the AAM, in pixels, to thousands of parallel GPU threads for processing, which makes the algorithm fit better into the GPU architecture. We implement our algorithm using the Compute Unified Device Architecture (CUDA) on the Nvidia’s GTX 650 GPU, which has the latest Kepler architecture. To compare the performance of our algorithm with different data sizes, we built sixteen face AAM models of different dimensional textures. The experiment results show that our parallel AAM fitting algorithm can achieve real-time performance for videos even on very high-dimensional textures.
January 26, 2014 by hgpu