Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Target Transformed Regression for Accurate Tracking

About

Accurate tracking is still a challenging task due to appearance variations, pose and view changes, and geometric deformations of target in videos. Recent anchor-free trackers provide an efficient regression mechanism but fail to produce precise bounding box estimation. To address these issues, this paper repurposes a Transformer-alike regression branch, termed as Target Transformed Regression (TREG), for accurate anchor-free tracking. The core to our TREG is to model pair-wise relation between elements in target template and search region, and use the resulted target enhanced visual representation for accurate bounding box regression. This target contextualized representation is able to enhance the target relevant information to help precisely locate the box boundaries, and deal with the object deformation to some extent due to its local and dense matching mechanism. In addition, we devise a simple online template update mechanism to select reliable templates, increasing the robustness for appearance variations and geometric deformations of target in time. Experimental results on visual tracking benchmarks including VOT2018, VOT2019, OTB100, GOT10k, NFS, UAV123, LaSOT and TrackingNet demonstrate that TREG obtains the state-of-the-art performance, achieving a success rate of 0.640 on LaSOT, while running at around 30 FPS. The code and models will be made available at https://github.com/MCG-NJU/TREG.

Yutao Cui, Cheng Jiang, Limin Wang, Gangshan Wu• 2021

Related benchmarks

TaskDatasetResultRank
Visual Object TrackingTrackingNet (test)
Normalized Precision (Pnorm)83.8
460
Visual Object TrackingGOT-10k (test)
Average Overlap66.8
378
Object TrackingLaSoT
AUC64
333
Object TrackingTrackingNet
Precision (P)75
225
Visual Object TrackingUAV123 (test)
AUC66.9
188
Object TrackingGOT-10k
AO66.8
74
Visual Object TrackingVOT 2018 (test)
EAO0.496
54
Visual Object TrackingVOT 2019 (test)
Accuracy (A)0.603
51
Single Object TrackingNFS 30 FPS
AUC66.6
34
Showing 9 of 9 rows

Other info

Code

Follow for update