English

Probabilistic Regression for Visual Tracking

Computer Vision and Pattern Recognition 2020-03-30 v1 Machine Learning

Abstract

Visual tracking is fundamentally the problem of regressing the state of the target in each video frame. While significant progress has been achieved, trackers are still prone to failures and inaccuracies. It is therefore crucial to represent the uncertainty in the target estimation. Although current prominent paradigms rely on estimating a state-dependent confidence score, this value lacks a clear probabilistic interpretation, complicating its use. In this work, we therefore propose a probabilistic regression formulation and apply it to tracking. Our network predicts the conditional probability density of the target state given an input image. Crucially, our formulation is capable of modeling label noise stemming from inaccurate annotations and ambiguities in the task. The regression network is trained by minimizing the Kullback-Leibler divergence. When applied for tracking, our formulation not only allows a probabilistic representation of the output, but also substantially improves the performance. Our tracker sets a new state-of-the-art on six datasets, achieving 59.8% AUC on LaSOT and 75.8% Success on TrackingNet. The code and models are available at https://github.com/visionml/pytracking.

Keywords

Cite

@article{arxiv.2003.12565,
  title  = {Probabilistic Regression for Visual Tracking},
  author = {Martin Danelljan and Luc Van Gool and Radu Timofte},
  journal= {arXiv preprint arXiv:2003.12565},
  year   = {2020}
}

Comments

CVPR 2020. Includes appendix

R2 v1 2026-06-23T14:29:40.739Z