Visual Tracking with Online Multiple Instance Learning

Abstract

In this paper, we address the problem of learning an adaptive appearance model for object tracking. In particular, a class of tracking techniques called "tracking by detection" have been shown to give promising results at real-time speeds. These methods train a discriminative classifier in an online manner to separate the object from the background. This classifier bootstraps itself by using the current tracker state to extract positive and negative examples from the current frame. Slight inaccuracies in the tracker can therefore lead to incorrectly labeled training examples, which degrades the classifier and can cause further drift. In this paper we show that using Multiple Instance Learning (MIL) instead of traditional supervised learning avoids these problems, and can therefore lead to a more robust tracker with fewer parameter tweaks. We present a novel online MIL algorithm for object tracking that achieves superior results with real-time performance.

Cite

Text

Babenko et al. "Visual Tracking with Online Multiple Instance Learning." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009. doi:10.1109/CVPR.2009.5206737

Markdown

[Babenko et al. "Visual Tracking with Online Multiple Instance Learning." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009.](https://mlanthology.org/cvpr/2009/babenko2009cvpr-visual/) doi:10.1109/CVPR.2009.5206737

BibTeX

@inproceedings{babenko2009cvpr-visual,
  title     = {{Visual Tracking with Online Multiple Instance Learning}},
  author    = {Babenko, Boris and Yang, Ming-Hsuan and Belongie, Serge J.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2009},
  pages     = {983-990},
  doi       = {10.1109/CVPR.2009.5206737},
  url       = {https://mlanthology.org/cvpr/2009/babenko2009cvpr-visual/}
}