Concepedia

Publication | Closed Access

Rapid object detection using a boosted cascade of simple features

18.1K

Citations

19

References

2005

Year

TLDR

The paper proposes a rapid machine‑learning approach for visual object detection that achieves high detection rates. The approach employs integral images for rapid feature extraction, AdaBoost to select a compact set of discriminative features, and a cascade of classifiers that efficiently discards background while focusing computation on promising regions, offering statistical guarantees against false rejections. In face detection, the system achieves detection rates comparable to the best prior methods while running at 15 fps in real‑time applications without relying on image differencing or skin‑color cues.

Abstract

This paper describes a machine learning approach for visual object detection which is capable of processing images extremely rapidly and achieving high detection rates. This work is distinguished by three key contributions. The first is the introduction of a new image representation called the "integral image" which allows the features used by our detector to be computed very quickly. The second is a learning algorithm, based on AdaBoost, which selects a small number of critical visual features from a larger set and yields extremely efficient classifiers. The third contribution is a method for combining increasingly more complex classifiers in a "cascade" which allows background regions of the image to be quickly discarded while spending more computation on promising object-like regions. The cascade can be viewed as an object specific focus-of-attention mechanism which unlike previous approaches provides statistical guarantees that discarded regions are unlikely to contain the object of interest. In the domain of face detection the system yields detection rates comparable to the best previous systems. Used in real-time applications, the detector runs at 15 frames per second without resorting to image differencing or skin color detection.

References

YearCitations

Page 1