CVAIMMApr 23, 2019

Siamese Attentional Keypoint Network for High Performance Visual Tracking

arXiv:1904.10128v2104 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and accurate visual tracking in computer vision applications, representing an incremental improvement with novel components.

The authors tackled the problem of visual tracking by proposing a Siamese Attentional Keypoint Network (SATIN) that integrates a lightweight hourglass backbone, a cross-attentional module, and a keypoint detection approach, achieving state-of-the-art performance on benchmark datasets at over 27 frames per second.

In this paper, we investigate the impacts of three main aspects of visual tracking, i.e., the backbone network, the attentional mechanism, and the detection component, and propose a Siamese Attentional Keypoint Network, dubbed SATIN, for efficient tracking and accurate localization. Firstly, a new Siamese lightweight hourglass network is specially designed for visual tracking. It takes advantage of the benefits of the repeated bottom-up and top-down inference to capture more global and local contextual information at multiple scales. Secondly, a novel cross-attentional module is utilized to leverage both channel-wise and spatial intermediate attentional information, which can enhance both discriminative and localization capabilities of feature maps. Thirdly, a keypoints detection approach is invented to trace any target object by detecting the top-left corner point, the centroid point, and the bottom-right corner point of its bounding box. Therefore, our SATIN tracker not only has a strong capability to learn more effective object representations, but also is computational and memory storage efficiency, either during the training or testing stages. To the best of our knowledge, we are the first to propose this approach. Without bells and whistles, experimental results demonstrate that our approach achieves state-of-the-art performance on several recent benchmark datasets, at a speed far exceeding 27 frames per second.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes