Learning Object Detection from a Small Number of Examples: The Importance of Good Features

Abstract

Face detection systems have recently achieved high detection rates and real-time performance. However, these methods usually rely on a huge training database (around 5,000 positive examples for good performance). While such huge databases may be feasible for building a system that detects a single object, it is obviously problematic for scenarios where multiple objects (or multiple views of a single object) need to be detected. Indeed, even for multi-viewface detection the performance of existing systems is far from satisfactory. In this work we focus on the problem of learning to detect objects from a small training database. We show that performance depends crucially on the features that are used to represent the objects. Specifically, we show that using local edge orientation histograms (EOH) as features can significantly improve performance compared to the standard linear features used in existing systems. For frontal faces, local orientation histograms enable state of the art performance using only a few hundred training examples. For profile view faces, local orientation histograms enable learning a system that seems to outperform the state of the art in real-time systems even with a small number of training examples.

Cite

Text

Levi and Weiss. "Learning Object Detection from a Small Number of Examples: The Importance of Good Features." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2004. doi:10.1109/CVPR.2004.145

Markdown

[Levi and Weiss. "Learning Object Detection from a Small Number of Examples: The Importance of Good Features." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2004.](https://mlanthology.org/cvpr/2004/levi2004cvpr-learning-a/) doi:10.1109/CVPR.2004.145

BibTeX

@inproceedings{levi2004cvpr-learning-a,
  title     = {{Learning Object Detection from a Small Number of Examples: The Importance of Good Features}},
  author    = {Levi, Kobi and Weiss, Yair},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2004},
  pages     = {53-60},
  doi       = {10.1109/CVPR.2004.145},
  url       = {https://mlanthology.org/cvpr/2004/levi2004cvpr-learning-a/}
}