SOTAVerified

A Twofold Siamese Network for Real-Time Object Tracking

2018-02-24CVPR 2018Code Available0· sign in to hype

Anfeng He, Chong Luo, Xinmei Tian, Wen-Jun Zeng

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Observing that Semantic features learned in an image classification task and Appearance features learned in a similarity matching task complement each other, we build a twofold Siamese network, named SA-Siam, for real-time object tracking. SA-Siam is composed of a semantic branch and an appearance branch. Each branch is a similarity-learning Siamese network. An important design choice in SA-Siam is to separately train the two branches to keep the heterogeneity of the two types of features. In addition, we propose a channel attention mechanism for the semantic branch. Channel-wise weights are computed according to the channel activations around the target position. While the inherited architecture from SiamFC SiamFC allows our tracker to operate beyond real-time, the twofold design and the attention mechanism significantly improve the tracking performance. The proposed SA-Siam outperforms all other real-time trackers by a large margin on OTB-2013/50/100 benchmarks.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
OTB-2013SA-SiamAUC0.68Unverified
OTB-2015SA-SiamAUC0.66Unverified
OTB-50SA-SiamAUC0.61Unverified

Reproductions