Fast Object Detection with Occlusions

Abstract

We describe a new framework, based on boosting algorithms and cascade structures , to efficiently detect objects/faces with occlusions. While our approach is motivated by the work of Viola and Jones, several techniques have been developed for establishing a more general system, including (i) a robust boosting scheme , to select useful weak learners and to avoid overfitting; (ii) reinforcement training , to reduce false-positive rates via a more effective training procedure for boosted cascades; and (iii) cascading with evidence , to extend the system to handle occlusions, without compromising in detection speed. Experimental results on detecting faces under various situations are provided to demonstrate the performances of the proposed method.

Cite

Text

Lin et al. "Fast Object Detection with Occlusions." European Conference on Computer Vision, 2004. doi:10.1007/978-3-540-24670-1_31

Markdown

[Lin et al. "Fast Object Detection with Occlusions." European Conference on Computer Vision, 2004.](https://mlanthology.org/eccv/2004/lin2004eccv-fast/) doi:10.1007/978-3-540-24670-1_31

BibTeX

@inproceedings{lin2004eccv-fast,
  title     = {{Fast Object Detection with Occlusions}},
  author    = {Lin, Yen-Yu and Liu, Tyng-Luh and Fuh, Chiou-Shann},
  booktitle = {European Conference on Computer Vision},
  year      = {2004},
  pages     = {402-413},
  doi       = {10.1007/978-3-540-24670-1_31},
  url       = {https://mlanthology.org/eccv/2004/lin2004eccv-fast/}
}