Learning to Match Using Siamese Network for Object Tracking.

Chaopeng Li,Hong Lu,Jian Jiao,Wenqiang Zhang
DOI: https://doi.org/10.1007/978-3-030-00764-5_66
2018-01-01
Abstract:The general object tracking problem traditionally been tackled by modeling the object's appearance. In this paper we consider object tracking as a similarity measurement problem. We focus on learning a matching mechanism with great generalization ability. We present a Siamese convolutional neural network as a matching function to perform object tracking. First we simply match the exemplary target in previous frame with the candidates in a new frame using cosine similarity and return the most similar one by the learnt matching function. Then we perform bounding box regression to refine the target position given by the network as the final result. Extensive experiments on real-world benchmark datasets validate the superior performance of our approach.
What problem does this paper attempt to address?