Classifier Grids for Robust Adaptive Object Detection

Abstract

In this paper we present an adaptive but robust object detector for static cameras by introducing classifier grids. Instead of using a sliding window for object detection we propose to train a separate classifier for each image location, obtaining a very specific object detector with a low false alarm rate. For each classifier corresponding to a grid element we estimate two generative representations in parallel, one describing the object's class and one describing the background. These are combined in order to obtain a discriminative model. To enable to adapt to changing environments these classifiers are learned on-line (i.e., boosting). Continuously learning (24 hours a day, 7 days a week) requires a stable system. In our method this is ensured by a fixed object representation while updating only the representation of the background. We demonstrate the stability in a long-term experiment by running the system for a whole week, which shows a stable performance over time. In addition, we compare the proposed approach to state-of-the-art methods in the field of person and car detection. In both cases we obtain competitive results.

Cite

Text

Roth et al. "Classifier Grids for Robust Adaptive Object Detection." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009. doi:10.1109/CVPR.2009.5206616

Markdown

[Roth et al. "Classifier Grids for Robust Adaptive Object Detection." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009.](https://mlanthology.org/cvpr/2009/roth2009cvpr-classifier/) doi:10.1109/CVPR.2009.5206616

BibTeX

@inproceedings{roth2009cvpr-classifier,
  title     = {{Classifier Grids for Robust Adaptive Object Detection}},
  author    = {Roth, Peter M. and Sternig, Sabine and Grabner, Helmut and Bischof, Horst},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2009},
  pages     = {2727-2734},
  doi       = {10.1109/CVPR.2009.5206616},
  url       = {https://mlanthology.org/cvpr/2009/roth2009cvpr-classifier/}
}