CVMar 29, 2023

Generalized Relation Modeling for Transformer Tracking

arXiv:2303.16580v3226 citationsh-index: 17
Originality Incremental advance
AI Analysis

This work addresses a specific issue in visual object tracking for improved accuracy and efficiency, representing an incremental advancement.

The paper tackles the problem of target-background confusion in one-stream Transformer trackers by proposing a generalized relation modeling method with adaptive token division, achieving state-of-the-art performance on six benchmarks with real-time speed.

Compared with previous two-stream trackers, the recent one-stream tracking pipeline, which allows earlier interaction between the template and search region, has achieved a remarkable performance gain. However, existing one-stream trackers always let the template interact with all parts inside the search region throughout all the encoder layers. This could potentially lead to target-background confusion when the extracted feature representations are not sufficiently discriminative. To alleviate this issue, we propose a generalized relation modeling method based on adaptive token division. The proposed method is a generalized formulation of attention-based relation modeling for Transformer tracking, which inherits the merits of both previous two-stream and one-stream pipelines whilst enabling more flexible relation modeling by selecting appropriate search tokens to interact with template tokens. An attention masking strategy and the Gumbel-Softmax technique are introduced to facilitate the parallel computation and end-to-end learning of the token division module. Extensive experiments show that our method is superior to the two-stream and one-stream pipelines and achieves state-of-the-art performance on six challenging benchmarks with a real-time running speed.

Code Implementations1 repo
Foundations

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

Your Notes