English

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

Computer Vision and Pattern Recognition 2020-04-03 v4

Abstract

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 .

Keywords

Cite

@article{arxiv.1911.06188,
  title  = {SiamFC++: Towards Robust and Accurate Visual Tracking with Target Estimation Guidelines},
  author = {Yinda Xu and Zeyu Wang and Zuoxin Li and Ye Yuan and Gang Yu},
  journal= {arXiv preprint arXiv:1911.06188},
  year   = {2020}
}

Comments

Accepted by AAAI 2020

R2 v1 2026-06-23T12:16:01.987Z