English

Optimally Training a Cascade Classifier

Computer Vision and Pattern Recognition 2010-08-24 v1

Abstract

Cascade classifiers are widely used in real-time object detection. Different from conventional classifiers that are designed for a low overall classification error rate, a classifier in each node of the cascade is required to achieve an extremely high detection rate and moderate false positive rate. Although there are a few reported methods addressing this requirement in the context of object detection, there is no a principled feature selection method that explicitly takes into account this asymmetric node learning objective. We provide such an algorithm here. We show a special case of the biased minimax probability machine has the same formulation as the linear asymmetric classifier (LAC) of \cite{wu2005linear}. We then design a new boosting algorithm that directly optimizes the cost function of LAC. The resulting totally-corrective boosting algorithm is implemented by the column generation technique in convex optimization. Experimental results on object detection verify the effectiveness of the proposed boosting algorithm as a node classifier in cascade object detection, and show performance better than that of the current state-of-the-art.

Keywords

Cite

@article{arxiv.1008.3742,
  title  = {Optimally Training a Cascade Classifier},
  author = {Chunhua Shen and Peng Wang and Anton van den Hengel},
  journal= {arXiv preprint arXiv:1008.3742},
  year   = {2010}
}

Comments

16 pages

R2 v1 2026-06-21T16:03:49.884Z