Siam R-CNN: Visual Tracking by Re-Detection

Abstract

We present Siam R-CNN, a Siamese re-detection architecture which unleashes the full power of two-stage object detection approaches for visual object tracking. We combine this with a novel tracklet-based dynamic programming algorithm, which takes advantage of re-detections of both the first-frame template and previous-frame predictions, to model the full history of both the object to be tracked and potential distractor objects. This enables our approach to make better tracking decisions, as well as to re-detect tracked objects after long occlusion. Finally, we propose a novel hard example mining strategy to improve Siam R-CNN's robustness to similar looking objects. Siam R-CNN achieves the current best performance on ten tracking benchmarks, with especially strong results for long-term tracking. We make our code and models available at www.vision.rwth-aachen.de/page/siamrcnn.

Cite

Text

Voigtlaender et al. "Siam R-CNN: Visual Tracking by Re-Detection." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.00661

Markdown

[Voigtlaender et al. "Siam R-CNN: Visual Tracking by Re-Detection." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/voigtlaender2020cvpr-siam/) doi:10.1109/CVPR42600.2020.00661

BibTeX

@inproceedings{voigtlaender2020cvpr-siam,
  title     = {{Siam R-CNN: Visual Tracking by Re-Detection}},
  author    = {Voigtlaender, Paul and Luiten, Jonathon and Torr, Philip H.S. and Leibe, Bastian},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2020},
  doi       = {10.1109/CVPR42600.2020.00661},
  url       = {https://mlanthology.org/cvpr/2020/voigtlaender2020cvpr-siam/}
}