Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Probabilistic Regression for Visual Tracking

About

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.

Martin Danelljan, Luc Van Gool, Radu Timofte• 2020

Related benchmarks

TaskDatasetResultRank
Visual Object TrackingTrackingNet (test)
Normalized Precision (Pnorm)85
502
Object DetectionCOCO v2017 (test-dev)
mAP39.6
499
Object TrackingLaSoT
AUC59.8
498
Visual Object TrackingLaSOT (test)
AUC59.9
470
Visual Object TrackingGOT-10k (test)
Average Overlap65.2
450
Object TrackingTrackingNet
Precision (P)70.4
327
Visual Object TrackingGOT-10k
AO63.4
306
Visual Object TrackingUAV123
AUC0.68
193
Visual Object TrackingUAV123 (test)
AUC68
188
Visual Object TrackingTNL2K
AUC47
169
Showing 10 of 75 rows
...

Other info

Code

Follow for update