Cascade Object Detection with Deformable Part Models

Abstract

We describe a general method for building cascade classifiers from part-based deformable models such as pictorial structures. We focus primarily on the case of star-structured models and show how a simple algorithm based on partial hypothesis pruning can speed up object detection by more than one order of magnitude without sacrificing detection accuracy. In our algorithm, partial hypotheses are pruned with a sequence of thresholds. In analogy to probably approximately correct (PAC) learning, we introduce the notion of probably approximately admissible (PAA) thresholds. Such thresholds provide theoretical guarantees on the performance of the cascade method and can be computed from a small sample of positive examples. Finally, we outline a cascade detection algorithm for a general class of models defined by a grammar formalism. This class includes not only tree-structured pictorial structures but also richer models that can represent each part recursively as a mixture of other parts.

Cite

Text

Felzenszwalb et al. "Cascade Object Detection with Deformable Part Models." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010. doi:10.1109/CVPR.2010.5539906

Markdown

[Felzenszwalb et al. "Cascade Object Detection with Deformable Part Models." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010.](https://mlanthology.org/cvpr/2010/felzenszwalb2010cvpr-cascade/) doi:10.1109/CVPR.2010.5539906

BibTeX

@inproceedings{felzenszwalb2010cvpr-cascade,
  title     = {{Cascade Object Detection with Deformable Part Models}},
  author    = {Felzenszwalb, Pedro F. and Girshick, Ross B. and McAllester, David A.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2010},
  pages     = {2241-2248},
  doi       = {10.1109/CVPR.2010.5539906},
  url       = {https://mlanthology.org/cvpr/2010/felzenszwalb2010cvpr-cascade/}
}