TICNet:一种用于目标跟踪的目标洞察相关网络

TICNet: A Target-Insight Correlation Network for Object Tracking

IEEE Transactions on Cybernetics · 2021
被引 16
ABS 3

中文导读

提出一种端到端的目标洞察相关网络(TICNet),通过目标背景感知模型、空间通道注意力网络和干扰感知滤波器,在统一网络中解决相关滤波和孪生网络的局限性,在七个基准上达到实时速度下的最优性能。

Abstract

Recently, the correlation filter (CF) and Siamese network have become the two most popular frameworks in object tracking. Existing CF trackers, however, are limited by feature learning and context usage, making them sensitive to boundary effects. In contrast, Siamese trackers can easily suffer from the interference of semantic distractors. To address the above problems, we propose an end-to-end target-insight correlation network (TICNet) for object tracking, which aims at breaking the above limitations on top of a unified network. TICNet is an asymmetric dual-branch network involving a target-background awareness model (TBAM), a spatial-channel attention network (SCAN), and a distractor-aware filter (DAF) for end-to-end learning. Specifically, TBAM aims to distinguish a target from the background in the pixel level, yielding a target likelihood map based on color statistics to mine distractors for DAF learning. SCAN consists of a basic convolutional network, a channel-attention network, and a spatial-attention network, aiming to generate attentive weights to enhance the representation learning of the tracker. Especially, we formulate a differentiable DAF and employ it as a learnable layer in the network, thus helping suppress distracting regions in the background. During testing, DAF, together with TBAM, yields a response map for the final target estimation. Extensive experiments on seven benchmarks demonstrate that TICNet outperforms the state-of-the-art methods while running at real-time speed.

目标跟踪相关滤波孪生网络计算机视觉深度学习