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

Ocean: Object-aware Anchor-free Tracking

About

Anchor-based Siamese trackers have achieved remarkable advancements in accuracy, yet the further improvement is restricted by the lagged tracking robustness. We find the underlying reason is that the regression network in anchor-based methods is only trained on the positive anchor boxes (i.e., $IoU \geq0.6$). This mechanism makes it difficult to refine the anchors whose overlap with the target objects are small. In this paper, we propose a novel object-aware anchor-free network to address this issue. First, instead of refining the reference anchor boxes, we directly predict the position and scale of target objects in an anchor-free fashion. Since each pixel in groundtruth boxes is well trained, the tracker is capable of rectifying inexact predictions of target objects during inference. Second, we introduce a feature alignment module to learn an object-aware feature from predicted bounding boxes. The object-aware feature can further contribute to the classification of target objects and background. Moreover, we present a novel tracking framework based on the anchor-free model. The experiments show that our anchor-free tracker achieves state-of-the-art performance on five benchmarks, including VOT-2018, VOT-2019, OTB-100, GOT-10k and LaSOT. The source code is available at https://github.com/researchmm/TracKit.

Zhipeng Zhang, Houwen Peng, Jianlong Fu, Bing Li, Weiming Hu• 2020

Related benchmarks

TaskDatasetResultRank
Visual Object TrackingTrackingNet (test)
Normalized Precision (Pnorm)79.4
460
Visual Object TrackingLaSOT (test)
AUC56
444
Visual Object TrackingGOT-10k (test)
Average Overlap61.1
378
Object TrackingLaSoT
AUC56
333
Visual Object TrackingGOT-10k
AO61.1
223
Visual Object TrackingUAV123 (test)
AUC62.1
188
Visual Object TrackingUAV123
AUC0.574
165
Visual Object TrackingVOT 2020 (test)
EAO0.491
147
Visual Object TrackingOTB-100
AUC68.4
136
Visual Object TrackingNfS
AUC0.494
112
Showing 10 of 41 rows

Other info

Code

Follow for update