Statistical Learning of Multi-View Face Detection

Abstract

A new boosting algorithm, called FloatBoost, is proposed to overcome the monotonicity problem of the sequential AdaBoost learning. AdaBoost [ 1 , 2 ] is a sequential forward search procedure using the greedy selection strategy. The premise offered by the sequential procedure can be broken-down when the monotonicity assumption, i.e. that when adding a new feature to the current set, the value of the performance criterion does not decrease, is violated. FloatBoost incorporates the idea of Floating Search [ 3 ] into AdaBoost to solve the non-monotonicity problem encountered in the sequential search of AdaBoost. We then present a system which learns to detect multi-view faces using FloatBoost. The system uses a coarse-to-fine, simple-to-complex architecture called detector-pyramid. FloatBoost learns the component detectors in the pyramid and yields similar or higher classification accuracy than AdaBoost with a smaller number of weak classifiers. This work leads to the first real-time multi-view face detection system in the world. It runs at 200 ms per image of size 320×240 pixels on a Pentium-III CPU of 700 MHz. A live demo will be shown at the conference.

Cite

Text

Li et al. "Statistical Learning of Multi-View Face Detection." European Conference on Computer Vision, 2002. doi:10.1007/3-540-47979-1_5

Markdown

[Li et al. "Statistical Learning of Multi-View Face Detection." European Conference on Computer Vision, 2002.](https://mlanthology.org/eccv/2002/li2002eccv-statistical/) doi:10.1007/3-540-47979-1_5

BibTeX

@inproceedings{li2002eccv-statistical,
  title     = {{Statistical Learning of Multi-View Face Detection}},
  author    = {Li, Stan Z. and Zhu, Long and Zhang, ZhenQiu and Blake, Andrew and Zhang, HongJiang and Shum, Harry},
  booktitle = {European Conference on Computer Vision},
  year      = {2002},
  pages     = {67-81},
  doi       = {10.1007/3-540-47979-1_5},
  url       = {https://mlanthology.org/eccv/2002/li2002eccv-statistical/}
}