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

STMTrack: Template-free Visual Tracking with Space-time Memory Networks

About

Boosting performance of the offline trained siamese trackers is getting harder nowadays since the fixed information of the template cropped from the first frame has been almost thoroughly mined, but they are poorly capable of resisting target appearance changes. Existing trackers with template updating mechanisms rely on time-consuming numerical optimization and complex hand-designed strategies to achieve competitive performance, hindering them from real-time tracking and practical applications. In this paper, we propose a novel tracking framework built on top of a space-time memory network that is competent to make full use of historical information related to the target for better adapting to appearance variations during tracking. Specifically, a novel memory mechanism is introduced, which stores the historical information of the target to guide the tracker to focus on the most informative regions in the current frame. Furthermore, the pixel-level similarity computation of the memory network enables our tracker to generate much more accurate bounding boxes of the target. Extensive experiments and comparisons with many competitive trackers on challenging large-scale benchmarks, OTB-2015, TrackingNet, GOT-10k, LaSOT, UAV123, and VOT2018, show that, without bells and whistles, our tracker outperforms all previous state-of-the-art real-time methods while running at 37 FPS. The code is available at https://github.com/fzh0917/STMTrack.

Zhihong Fu, Qingjie Liu, Zehua Fu, Yunhong Wang• 2021

Related benchmarks

TaskDatasetResultRank
Visual Object TrackingTrackingNet (test)
Normalized Precision (Pnorm)85.4
460
Visual Object TrackingLaSOT (test)
AUC64.8
444
Visual Object TrackingGOT-10k (test)
Average Overlap64.2
378
Object TrackingLaSoT
AUC60.6
333
Object TrackingTrackingNet
Precision (P)76.7
225
Visual Object TrackingGOT-10k
AO73.7
223
Visual Object TrackingUAV123 (test)
AUC64.7
188
Visual Object TrackingUAV123
AUC0.649
165
Visual Object TrackingOTB-100
AUC71.9
136
Object TrackingGOT-10k
AO64.2
74
Showing 10 of 15 rows

Other info

Code

Follow for update