GPU accelerated face detection

Jiangang Kong,Yangdong Deng
DOI: https://doi.org/10.1109/ICICIP.2010.5564978
2010-01-01
Abstract: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.
What problem does this paper attempt to address?