Online Detection and Classification of Moving Objects Using Progressively Improving Detectors

Abstract

Boosting based detection methods have successfully been used for robust detection of faces and pedestrians. However, a very large amount of labeled examples are required for training such a classifier. Moreover, once trained, the boosted classifier cannot adjust to the particular scenario in which it is employed. In this paper, we propose a co-training based approach to continuously label incoming data and use it for online update of the boosted classifier that was initially trained from a small labeled example set. The main contribution of our approach is that it is an online procedure in which separate views (features) of the data are used for co-training, while the combined view (all features) is used to make classification decisions in a single boosted framework. The features used for classification are derived from principal component analysis of the appearance templates of the training examples. In order to speed up the classification, background modeling is used to prune away stationary regions in an image. Our experiments indicate that starting from a classifier trained on a small training set, significant performance gains can be made through online updation from the unlabeled data.

Cite

Text

Javed et al. "Online Detection and Classification of Moving Objects Using Progressively Improving Detectors." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2005. doi:10.1109/CVPR.2005.259

Markdown

[Javed et al. "Online Detection and Classification of Moving Objects Using Progressively Improving Detectors." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2005.](https://mlanthology.org/cvpr/2005/javed2005cvpr-online/) doi:10.1109/CVPR.2005.259

BibTeX

@inproceedings{javed2005cvpr-online,
  title     = {{Online Detection and Classification of Moving Objects Using Progressively Improving Detectors}},
  author    = {Javed, Omar and Ali, Saad and Shah, Mubarak},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2005},
  pages     = {696-701},
  doi       = {10.1109/CVPR.2005.259},
  url       = {https://mlanthology.org/cvpr/2005/javed2005cvpr-online/}
}