Robust Face Detection with Multi-Class Boosting

Abstract

With the aim to design a general learning framework for detecting faces of various poses or under different lighting conditions, we are motivated to formulate the task as a classification problem over data of multiple classes. Specifically, our approach focuses on a new multi-class boosting algorithm, called MBHboost, and its integration with a cascade structure for effectively performing face detection. There are three main advantages of using MBHboost: 1) each MBH weak learner is derived by sharing a good projection direction such that each class of data has its own decision boundary; 2) the proposed boosting algorithm is established based on an optimal criterion for multi-class classification; and 3) since MBHboost is flexible with respect to the number of classes, it turns out that it is possible to use only one single boosted cascade for the multi-class detection. All these properties give rise to a robust system to detect faces efficiently and accurately.

Cite

Text

Lin and Liu. "Robust Face Detection with Multi-Class Boosting." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2005. doi:10.1109/CVPR.2005.307

Markdown

[Lin and Liu. "Robust Face Detection with Multi-Class Boosting." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2005.](https://mlanthology.org/cvpr/2005/lin2005cvpr-robust/) doi:10.1109/CVPR.2005.307

BibTeX

@inproceedings{lin2005cvpr-robust,
  title     = {{Robust Face Detection with Multi-Class Boosting}},
  author    = {Lin, Yen-Yu and Liu, Tyng-Luh},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2005},
  pages     = {680-687},
  doi       = {10.1109/CVPR.2005.307},
  url       = {https://mlanthology.org/cvpr/2005/lin2005cvpr-robust/}
}