GPU Accelerated Face Detection
Institute of Microelectronics, Tsinghua University, Beijing, China
International Conference on Intelligent Control and Information Processing (ICICIP), 2010, p.584-588
@conference{kong2010gpu,
title={GPU accelerated face detection},
author={Kong, J. and Deng, Y.},
booktitle={Intelligent Control and Information Processing (ICICIP), 2010 International Conference on},
pages={584–588},
organization={IEEE}
}
Recently many-core graphic processor units (GPUs) are delivering impressive power for general purpose computing applications. Thanks to their high memory bandwidth and computing throughput, GPUs could often significantly accelerate many applications. In this paper, we present a CPU-GPU cooperative implementation for a Viola-Jones based face detection system. The experiment results show that our face detector running on a GTX280 graphics card could achieve an over 20X speed-up compared with the CPU equivalent on an Intel core 2 duo processor, while maintaining exactly the same detection quality. We also show that our implementation offers good scalability in terms of image size.
March 14, 2011 by hgpu