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

Learning to Update for Object Tracking with Recurrent Meta-learner

About

Model update lies at the heart of object tracking. Generally, model update is formulated as an online learning problem where a target model is learned over the online training set. Our key innovation is to \emph{formulate the model update problem in the meta-learning framework and learn the online learning algorithm itself using large numbers of offline videos}, i.e., \emph{learning to update}. The learned updater takes as input the online training set and outputs an updated target model. As a first attempt, we design the learned updater based on recurrent neural networks (RNNs) and demonstrate its application in a template-based tracker and a correlation filter-based tracker. Our learned updater consistently improves the base trackers and runs faster than realtime on GPU while requiring small memory footprint during testing. Experiments on standard benchmarks demonstrate that our learned updater outperforms commonly used update baselines including the efficient exponential moving average (EMA)-based update and the well-designed stochastic gradient descent (SGD)-based update. Equipped with our learned updater, the template-based tracker achieves state-of-the-art performance among realtime trackers on GPU.

Bi Li, Wenxuan Xie, Wenjun Zeng, Wenyu Liu• 2018

Related benchmarks

TaskDatasetResultRank
Visual Object TrackingVOT 2016
EAO29.5
79
Visual Object TrackingVOT 2015
EAO0.318
61
Visual Object TrackingOTB-100
AUC62
21
Visual Object TrackingOTB-50
AUC0.577
20
Object TrackingVOT 2017 (test)
EAO0.258
19
Visual Object TrackingOTB 2013
AUC65.7
17
Visual Object TrackingVOT Challenge non-realtime (baseline) 2017 (test)
EAO0.263
8
Visual Object TrackingVOT 2017
EAO0.263
4
Showing 8 of 8 rows

Other info

Code

Follow for update