PROST: Parallel Robust Online Simple Tracking

Abstract

Tracking-by-detection is increasingly popular in order to tackle the visual tracking problem. Existing adaptive methods suffer from the drifting problem, since they rely on self-updates of an on-line learning method. In contrast to previous work that tackled this problem by employing semi-supervised or multiple-instance learning, we show that augmenting an on-line learning method with complementary tracking approaches can lead to more stable results. In particular, we use a simple template model as a non-adaptive and thus stable component, a novel optical-flow-based mean-shift tracker as highly adaptive element and an on-line random forest as moderately adaptive appearance-based learner. We combine these three trackers in a cascade. All of our components run on GPUs or similar multi-core systems, which allows for real-time performance. We show the superiority of our system over current state-of-the-art tracking methods in several experiments on publicly available data.

Cite

Text

Santner et al. "PROST: Parallel Robust Online Simple Tracking." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010. doi:10.1109/CVPR.2010.5540145

Markdown

[Santner et al. "PROST: Parallel Robust Online Simple Tracking." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010.](https://mlanthology.org/cvpr/2010/santner2010cvpr-prost/) doi:10.1109/CVPR.2010.5540145

BibTeX

@inproceedings{santner2010cvpr-prost,
  title     = {{PROST: Parallel Robust Online Simple Tracking}},
  author    = {Santner, Jakob and Leistner, Christian and Saffari, Amir and Pock, Thomas and Bischof, Horst},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2010},
  pages     = {723-730},
  doi       = {10.1109/CVPR.2010.5540145},
  url       = {https://mlanthology.org/cvpr/2010/santner2010cvpr-prost/}
}