A Superior Tracking Approach: Building a Strong Tracker Through Fusion

Abstract

General object tracking is a challenging problem, where each tracking algorithm performs well on different sequences. This is because each of them has different strengths and weaknesses. We show that this fact can be utilized to create a fusion approach that clearly outperforms the best tracking algorithms in tracking performance. Thanks to dynamic programming based trajectory optimization we cannot only outperform tracking algorithms in accuracy but also in other important aspects like trajectory continuity and smoothness. Our fusion approach is very generic as it only requires frame-based tracking results in form of the object’s bounding box as input and thus can work with arbitrary tracking algorithms. It is also suited for live tracking. We evaluated our approach using 29 different algorithms on 51 sequences and show the superiority of our approach compared to state-of-the-art tracking methods.

Cite

Text

Bailer et al. "A Superior Tracking Approach: Building a Strong Tracker Through Fusion." European Conference on Computer Vision, 2014. doi:10.1007/978-3-319-10584-0_12

Markdown

[Bailer et al. "A Superior Tracking Approach: Building a Strong Tracker Through Fusion." European Conference on Computer Vision, 2014.](https://mlanthology.org/eccv/2014/bailer2014eccv-superior/) doi:10.1007/978-3-319-10584-0_12

BibTeX

@inproceedings{bailer2014eccv-superior,
  title     = {{A Superior Tracking Approach: Building a Strong Tracker Through Fusion}},
  author    = {Bailer, Christian and Pagani, Alain and Stricker, Didier},
  booktitle = {European Conference on Computer Vision},
  year      = {2014},
  pages     = {170-185},
  doi       = {10.1007/978-3-319-10584-0_12},
  url       = {https://mlanthology.org/eccv/2014/bailer2014eccv-superior/}
}