A Robust Adaptive Classifier for Detector Adaptation in a Video

Abstract

We propose a novel method for improved object detection in a video. Our approach adapts a generic offline trained detector (OTD) to a specific test video by collecting online samples in an unsupervised manner. Most of the existing adaptation methods focus on collecting confident online samples and do not address how to deal with ambiguous and noisy online samples. We address the importance of collecting online samples which are true representative of the actual objects present in the video and propose a Boosted Multiple Instance Random Fern (B-MIRF) classifier as the adaptive classifier. Multiple Instance Learning (MIL) provides reliability for training with noisy online samples and boosting process enables in obtaining more discriminative random ferns. We apply B-MIRF classifier on the detection responses obtained from OTD, hence our method improves the performance by improving the precision of OTD. We evaluate performance of our method on two challenging public datasets and show better performance than other state of the art methods.

Cite

Text

Sharma and Nevatia. "A Robust Adaptive Classifier for Detector Adaptation in a Video." IEEE/CVF Winter Conference on Applications of Computer Vision, 2015. doi:10.1109/WACV.2015.127

Markdown

[Sharma and Nevatia. "A Robust Adaptive Classifier for Detector Adaptation in a Video." IEEE/CVF Winter Conference on Applications of Computer Vision, 2015.](https://mlanthology.org/wacv/2015/sharma2015wacv-robust/) doi:10.1109/WACV.2015.127

BibTeX

@inproceedings{sharma2015wacv-robust,
  title     = {{A Robust Adaptive Classifier for Detector Adaptation in a Video}},
  author    = {Sharma, Pramod and Nevatia, Ram},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2015},
  pages     = {921-928},
  doi       = {10.1109/WACV.2015.127},
  url       = {https://mlanthology.org/wacv/2015/sharma2015wacv-robust/}
}