Multiple Component Learning for Object Detection

Abstract

Object detection is one of the key problems in computer vision. In the last decade, discriminative learning approaches have proven effective in detecting rigid objects, achieving very low false positives rates. The field has also seen a resurgence of part-based recognition methods, with impressive results on highly articulated, diverse object categories. In this paper we propose a discriminative learning approach for detection that is inspired by part-based recognition approaches. Our method, Multiple Component Learning ( mcl ), automatically learns individual component classifiers and combines these into an overall classifier. Unlike previous methods, which rely on either fairly restricted part models or labeled part data, mcl learns powerful component classifiers in a weakly supervised manner, where object labels are provided but part labels are not. The basis of mcl lies in learning a set classifier; we achieve this by combining boosting with weakly supervised learning, specifically the Multiple Instance Learning framework ( mil ). mcl is general, and we demonstrate results on a range of data from computer audition and computer vision. In particular, mcl outperforms all existing methods on the challenging INRIA pedestrian detection dataset, and unlike methods that are not part-based, mcl is quite robust to occlusions.

Cite

Text

Dollár et al. "Multiple Component Learning for Object Detection." European Conference on Computer Vision, 2008. doi:10.1007/978-3-540-88688-4_16

Markdown

[Dollár et al. "Multiple Component Learning for Object Detection." European Conference on Computer Vision, 2008.](https://mlanthology.org/eccv/2008/dollar2008eccv-multiple/) doi:10.1007/978-3-540-88688-4_16

BibTeX

@inproceedings{dollar2008eccv-multiple,
  title     = {{Multiple Component Learning for Object Detection}},
  author    = {Dollár, Piotr and Babenko, Boris and Belongie, Serge J. and Perona, Pietro and Tu, Zhuowen},
  booktitle = {European Conference on Computer Vision},
  year      = {2008},
  pages     = {211-224},
  doi       = {10.1007/978-3-540-88688-4_16},
  url       = {https://mlanthology.org/eccv/2008/dollar2008eccv-multiple/}
}