Fast Training and Selection of Haar Features Using Statistics in Boosting-Based Face Detection
Abstract
Training a cascade-based face detector using boosting and Haar features is computationally expensive, often requiring weeks on single CPU machines. The bottleneck is at training and selecting Haar features for a single weak classifier, currently in minutes. Traditional techniques for training a weak classifier usually run in 0(NT log N), with N examples (approximately 10,000), and T features (approximately 40,000). We present a method to train a weak classifier in time 0(Nd <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">2</sup> + T), where d is the number of pixels of the probed image sub-window (usually from 350 to 500), by using only the statistics of the weighted input data. Experimental results revealed a significantly reduced training time of a weak classifier to the order of seconds. In particular, this method suffers very minimal immerse in training time with very large increases in members of Haar features, enjoying a significant gain in accuracy, even with reduced training time.
Cite
Text
Pham and Cham. "Fast Training and Selection of Haar Features Using Statistics in Boosting-Based Face Detection." IEEE/CVF International Conference on Computer Vision, 2007. doi:10.1109/ICCV.2007.4409038Markdown
[Pham and Cham. "Fast Training and Selection of Haar Features Using Statistics in Boosting-Based Face Detection." IEEE/CVF International Conference on Computer Vision, 2007.](https://mlanthology.org/iccv/2007/pham2007iccv-fast/) doi:10.1109/ICCV.2007.4409038BibTeX
@inproceedings{pham2007iccv-fast,
title = {{Fast Training and Selection of Haar Features Using Statistics in Boosting-Based Face Detection}},
author = {Pham, Minh-Tri and Cham, Tat-Jen},
booktitle = {IEEE/CVF International Conference on Computer Vision},
year = {2007},
pages = {1-7},
doi = {10.1109/ICCV.2007.4409038},
url = {https://mlanthology.org/iccv/2007/pham2007iccv-fast/}
}