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

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

14 Nov 2019arXiv:1911.06188archive 2025-07-28

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

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 .

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1911.06188")

Code

Syntology Ran 4 of 5 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: community (archive-listed): 5 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

MegviiDetection/video_analyst officialmentioned in papermentioned on GitHubpytorchMIT report
ZekuiQin/SiamKPN mentioned on GitHubpytorch report
mingyuw/tracker_209as mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

5 samples harvested; 4 ran; 1 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · our draft was wrong
1ran · fixture could not drive it
1unverified

Licence: 5 of the 5 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from mingyuw/tracker_209as. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Image_to_Tensor mingyuw/tracker_209as/sources/apps/my_apps/tracker_siamfc/siamese.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 0395a0f570a5026e · report
convert_bbox_format mingyuw/tracker_209as/sources/apps/my_apps/tracker_siamfc/siamtracker.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 08d163cde05cafcc · report
get_center mingyuw/tracker_209as/sources/apps/my_apps/tracker_siamfc/siamtracker.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · ddb1892b33c56636 · report
load_matconvnet mingyuw/tracker_209as/sources/apps/my_apps/tracker_siamfc/siamese.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · d1ae606ea0237e02 · report
load_siamfc_from_matconvnet mingyuw/tracker_209as/sources/apps/my_apps/tracker_siamfc/siamese.py community (archive-listed) unverified no licence file found · pointer only · 8f58945195222bc6 · report

Tasks

ClassificationGeneral ClassificationRobust classificationState EstimationVisual Object TrackingVisual Tracking

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Visual Object Tracking GOT-10k SiamFC++ Average Overlap 61.0 #42 of 42 Archive leaderboard report
Visual Object Tracking GOT-10k SiamFC++ Success Rate 0.5 74.2 #42 of 42 Archive leaderboard report
Visual Object Tracking TrackingNet SiamFC++ Accuracy 74.5 #31 of 40 Archive leaderboard report
Visual Object Tracking TrackingNet SiamFC++ Normalized Precision 79.8 #31 of 40 Archive leaderboard report
Visual Object Tracking TrackingNet SiamFC++ Precision 68.5 #31 of 40 Archive leaderboard report
Visual Object Tracking VOT2017/18 SiamFC++ Expected Average Overlap (EAO) 0.428 #2 of 15 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections