Our new X account is live! Follow @wizwand_team for updates
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
Object DetectionCOCO v2017 (test-dev)
mAP39.6
499
Visual Object TrackingTrackingNet (test)
Normalized Precision (Pnorm)85
460
Visual Object TrackingLaSOT (test)
AUC59.9
444
Visual Object TrackingGOT-10k (test)
Average Overlap65.2
378
Object TrackingLaSoT
AUC59.8
333
Object TrackingTrackingNet
Precision (P)70.4
225
Visual Object TrackingGOT-10k
AO63.4
223
Visual Object TrackingUAV123 (test)
AUC68
188
Visual Object TrackingUAV123
AUC0.68
165
Visual Object TrackingOTB-100
AUC69.6
136
Showing 10 of 67 rows

Other info

Code

Follow for update