Learning a Rare Event Detection Cascade by Direct Feature Selection

Abstract

Face detection is a canonical example of a rare event detection prob- lem, in which target patterns occur with much lower frequency than non- targets. Out of millions of face-sized windows in an input image, for ex- ample, only a few will typically contain a face. Viola and Jones recently proposed a cascade architecture for face detection which successfully ad- dresses the rare event nature of the task. A central part of their method is a feature selection algorithm based on AdaBoost. We present a novel cascade learning algorithm based on forward feature selection which is two orders of magnitude faster than the Viola-Jones approach and yields classifiers of equivalent quality. This faster method could be used for more demanding classification tasks, such as on-line learning.

Cite

Text

Wu et al. "Learning a Rare Event Detection Cascade by Direct Feature Selection." Neural Information Processing Systems, 2003.

Markdown

[Wu et al. "Learning a Rare Event Detection Cascade by Direct Feature Selection." Neural Information Processing Systems, 2003.](https://mlanthology.org/neurips/2003/wu2003neurips-learning/)

BibTeX

@inproceedings{wu2003neurips-learning,
  title     = {{Learning a Rare Event Detection Cascade by Direct Feature Selection}},
  author    = {Wu, Jianxin and Rehg, James M. and Mullin, Matthew D.},
  booktitle = {Neural Information Processing Systems},
  year      = {2003},
  pages     = {1523-1530},
  url       = {https://mlanthology.org/neurips/2003/wu2003neurips-learning/}
}