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

SiamFC++: Towards Robust and Accurate Visual Tracking with Target Estimation Guidelines

About

Visual tracking problem demands to efficiently perform robust classification and accurate target state estimation over a given target at the same time. Former methods have proposed various ways of target state estimation, yet few of them took the particularity of the visual tracking problem itself into consideration. After a careful analysis, we propose a set of practical guidelines of target state estimation for high-performance generic object tracker design. Following these guidelines, we design our Fully Convolutional Siamese tracker++ (SiamFC++) by introducing both classification and target state estimation branch(G1), classification score without ambiguity(G2), tracking without prior knowledge(G3), and estimation quality score(G4). Extensive analysis and ablation studies demonstrate the effectiveness of our proposed guidelines. Without bells and whistles, our SiamFC++ tracker achieves state-of-the-art performance on five challenging benchmarks(OTB2015, VOT2018, LaSOT, GOT-10k, TrackingNet), which proves both the tracking and generalization ability of the tracker. Particularly, on the large-scale TrackingNet dataset, SiamFC++ achieves a previously unseen AUC score of 75.4 while running at over 90 FPS, which is far above the real-time requirement. Code and models are available at: https://github.com/MegviiDetection/video_analyst .

Yinda Xu, Zeyu Wang, Zuoxin Li, Ye Yuan, Gang Yu• 2019

Related benchmarks

TaskDatasetResultRank
Visual Object TrackingTrackingNet (test)
Normalized Precision (Pnorm)80
460
Visual Object TrackingLaSOT (test)
AUC54.4
444
Visual Object TrackingGOT-10k (test)
Average Overlap59.5
378
Object TrackingLaSoT
AUC54.4
333
Object TrackingTrackingNet
Precision (P)70.5
225
Visual Object TrackingUAV123 (test)
AUC61.8
188
Visual Object TrackingOTB-100
AUC68.3
136
Visual Object TrackingTNL2K
AUC38.6
95
Object TrackingGOT-10k
AO59.5
74
Object TrackingOTB 2015 (test)--
63
Showing 10 of 45 rows

Other info

Code

Follow for update