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

Joint Feature Learning and Relation Modeling for Tracking: A One-Stream Framework

About

The current popular two-stream, two-stage tracking framework extracts the template and the search region features separately and then performs relation modeling, thus the extracted features lack the awareness of the target and have limited target-background discriminability. To tackle the above issue, we propose a novel one-stream tracking (OSTrack) framework that unifies feature learning and relation modeling by bridging the template-search image pairs with bidirectional information flows. In this way, discriminative target-oriented features can be dynamically extracted by mutual guidance. Since no extra heavy relation modeling module is needed and the implementation is highly parallelized, the proposed tracker runs at a fast speed. To further improve the inference efficiency, an in-network candidate early elimination module is proposed based on the strong similarity prior calculated in the one-stream framework. As a unified framework, OSTrack achieves state-of-the-art performance on multiple benchmarks, in particular, it shows impressive results on the one-shot tracking benchmark GOT-10k, i.e., achieving 73.7% AO, improving the existing best result (SwinTrack) by 4.3\%. Besides, our method maintains a good performance-speed trade-off and shows faster convergence. The code and models are available at https://github.com/botaoye/OSTrack.

Botao Ye, Hong Chang, Bingpeng Ma, Shiguang Shan, Xilin Chen• 2022

Related benchmarks

TaskDatasetResultRank
Visual Object TrackingTrackingNet (test)
Normalized Precision (Pnorm)88.5
460
Visual Object TrackingLaSOT (test)
AUC71.1
444
Visual Object TrackingGOT-10k (test)
Average Overlap73.7
378
Object TrackingLaSoT
AUC71.1
333
RGB-T TrackingLasHeR (test)
PR64.1
244
Object TrackingTrackingNet
Precision (P)83.2
225
Visual Object TrackingGOT-10k
AO83.2
223
RGB-T TrackingRGBT234 (test)
Precision Rate83
189
Visual Object TrackingUAV123 (test)
AUC70.7
188
RGB-D Object TrackingVOT-RGBD 2022 (public challenge)
EAO67.6
167
Showing 10 of 83 rows
...

Other info

Code

Follow for update