Fast Face Detection Algorithm Based on CUDA

SUN Li-chao,ZHANG Sheng-bing,CHENG Xun-tao,ZHANG Meng
DOI: https://doi.org/10.3969/j.issn.1006-2475.2013.08.003
2013-01-01
Abstract:For the traditional CPU facial detection program is difficult to meet the requirements of real-time detection over high definition images,this paper proposes a fast face detection algorithm based on the Viola-Jones cascade classifier in the CUDA platform.It implements and improves novel parallel methodologies of image integral calculation,scan window processing and the amplification and correction of classifiers.The load imbalance problem of irregular tree structure applications could be effectively solved by the window re-mapping technology used in the scan window processing.The experimental results show that the CUDA program could respectively achieve 17.04,3.22 times speedup compared with the CPU and OpenCV programs for the 1080p image,while maintaining a similar detection quality.
What problem does this paper attempt to address?