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

Graph Attention Tracking

About

Siamese network based trackers formulate the visual tracking task as a similarity matching problem. Almost all popular Siamese trackers realize the similarity learning via convolutional feature cross-correlation between a target branch and a search branch. However, since the size of target feature region needs to be pre-fixed, these cross-correlation base methods suffer from either reserving much adverse background information or missing a great deal of foreground information. Moreover, the global matching between the target and search region also largely neglects the target structure and part-level information. In this paper, to solve the above issues, we propose a simple target-aware Siamese graph attention network for general object tracking. We propose to establish part-to-part correspondence between the target and the search region with a complete bipartite graph, and apply the graph attention mechanism to propagate target information from the template feature to the search feature. Further, instead of using the pre-fixed region cropping for template-feature-area selection, we investigate a target-aware area selection mechanism to fit the size and aspect ratio variations of different objects. Experiments on challenging benchmarks including GOT-10k, UAV123, OTB-100 and LaSOT demonstrate that the proposed SiamGAT outperforms many state-of-the-art trackers and achieves leading performance. Code is available at: https://git.io/SiamGAT

Dongyan Guo, Yanyan Shao, Ying Cui, Zhenhua Wang, Liyan Zhang, Chunhua Shen• 2020

Related benchmarks

TaskDatasetResultRank
Visual Object TrackingLaSOT (test)
AUC53.9
444
Visual Object TrackingGOT-10k (test)
Average Overlap62.7
378
Object TrackingLaSoT
AUC53.9
333
Visual Object TrackingUAV123 (test)
AUC64.6
188
Visual Object TrackingUAV123
AUC0.646
165
Visual Object TrackingOTB-100
AUC71
136
Object TrackingGOT-10k
AO62.7
74
Anti-UAV TrackingDUT Anti-UAV (test)
AUC0.528
17
Anti-UAV TrackingAnti-UAV318 (test)
AUC42.9
17
Visual Object TrackingITB (test)
mIoU44.9
12
Showing 10 of 10 rows

Other info

Follow for update