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

Target-Aware Tracking with Long-term Context Attention

About

Most deep trackers still follow the guidance of the siamese paradigms and use a template that contains only the target without any contextual information, which makes it difficult for the tracker to cope with large appearance changes, rapid target movement, and attraction from similar objects. To alleviate the above problem, we propose a long-term context attention (LCA) module that can perform extensive information fusion on the target and its context from long-term frames, and calculate the target correlation while enhancing target features. The complete contextual information contains the location of the target as well as the state around the target. LCA uses the target state from the previous frame to exclude the interference of similar objects and complex backgrounds, thus accurately locating the target and enabling the tracker to obtain higher robustness and regression accuracy. By embedding the LCA module in Transformer, we build a powerful online tracker with a target-aware backbone, termed as TATrack. In addition, we propose a dynamic online update algorithm based on the classification confidence of historical information without additional calculation burden. Our tracker achieves state-of-the-art performance on multiple benchmarks, with 71.1\% AUC, 89.3\% NP, and 73.0\% AO on LaSOT, TrackingNet, and GOT-10k. The code and trained models are available on https://github.com/hekaijie123/TATrack.

Kaijie He, Canlong Zhang, Sheng Xie, Zhixin Li, Zhiwen Wang• 2023

Related benchmarks

TaskDatasetResultRank
Visual Object TrackingTrackingNet (test)
Normalized Precision (Pnorm)89.3
460
Visual Object TrackingLaSOT (test)
AUC71.1
444
Visual Object TrackingGOT-10k (test)
Average Overlap79.2
378
Object TrackingLaSoT
AUC71.1
333
Object TrackingTrackingNet
Precision (P)84.5
225
Visual Object TrackingGOT-10k
AO73
223
Visual Object TrackingLaSOT 42 (test)
Success Rate71
34
Showing 7 of 7 rows

Other info

Code

Follow for update