yangkang779 / updatenet

Learning the Model Update for Siamese Trackers (ICCV 2019)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning the Model Update for Siamese Trackers [paper]

Instructions

In general, in Siamese trackers the template is linearly combined with the accumulated template from the previous frame, resulting in an exponential decay of information over time. While such an approach to updating has led to improved results, its simplicity limits the potential gain likely to be obtained by learning to update. Therefore, in this paper we propose to replace the handcrafted update function with a method which learns to update. We use a convolutional neural network, called UpdateNet, which given the initial template, the accumulated template and the template of the current frame aims to estimate the optimal template for the next frame. The UpdateNet is compact and can easily be integrated into existing Siamese trackers, e.g. SiamFC [1] and DaSiamRPN [2].

Visualization of learned accumulated templates and response maps.


Pre-trained models

The pre-trained models are available to download.

Raw results

The results are available for comparison.

[1] Luca Bertinetto, Jack Valmadre, João F. Henriques, Andrea Vedaldi, Philip H. S. Torr. Fully-convolutional siamese networks for object tracking. In ECCV workshop 2016.

[2] Zheng Zhu, Qiang Wang, Bo Li, Wei Wu, Junjie Yan, Weiming Hu. Distractor-aware siamese networks for visual object tracking. In ECCV 2018.

About

Learning the Model Update for Siamese Trackers (ICCV 2019)


Languages

Language:Python 99.5%Language:Objective-C 0.5%