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

Distractor-aware Siamese Networks for Visual Object Tracking

About

Recently, Siamese networks have drawn great attention in visual tracking community because of their balanced accuracy and speed. However, features used in most Siamese tracking approaches can only discriminate foreground from the non-semantic backgrounds. The semantic backgrounds are always considered as distractors, which hinders the robustness of Siamese trackers. In this paper, we focus on learning distractor-aware Siamese networks for accurate and long-term tracking. To this end, features used in traditional Siamese trackers are analyzed at first. We observe that the imbalanced distribution of training data makes the learned features less discriminative. During the off-line training phase, an effective sampling strategy is introduced to control this distribution and make the model focus on the semantic distractors. During inference, a novel distractor-aware module is designed to perform incremental learning, which can effectively transfer the general embedding to the current video domain. In addition, we extend the proposed approach for long-term tracking by introducing a simple yet effective local-to-global search region strategy. Extensive experiments on benchmarks show that our approach significantly outperforms the state-of-the-arts, yielding 9.6% relative gain in VOT2016 dataset and 35.9% relative gain in UAV20L dataset. The proposed tracker can perform at 160 FPS on short-term benchmarks and 110 FPS on long-term benchmarks.

Zheng Zhu, Qiang Wang, Bo Li, Wei Wu, Junjie Yan, Weiming Hu• 2018

Related benchmarks

TaskDatasetResultRank
Visual Object TrackingTrackingNet (test)
Normalized Precision (Pnorm)73.3
460
Visual Object TrackingLaSOT (test)
AUC51.5
444
Visual Object TrackingGOT-10k (test)
Average Overlap41.7
378
Visual Object TrackingUAV123 (test)
AUC57.7
188
Visual Object TrackingUAV123
AUC0.577
165
Visual Object TrackingOTB-100
AUC65.8
136
Visual Object TrackingNfS
AUC0.55
112
Visual Object TrackingVOT 2016
EAO41.1
79
Object TrackingOTB 2015 (test)
AUC0.658
63
Visual Object TrackingVOT 2015
EAO0.446
61
Showing 10 of 40 rows

Other info

Code

Follow for update