SwinTrack: A Simple and Strong Baseline for Transformer Tracking
Liting Lin, Heng Fan, Zhipeng Zhang, Yong Xu, Haibin Ling

TL;DR
SwinTrack introduces a fully-attentional Transformer-based tracker within a Siamese framework, leveraging novel motion tokens for temporal context, achieving state-of-the-art results across multiple benchmarks.
Contribution
The paper presents a simple, efficient Transformer-based tracker with a novel motion token for temporal context, outperforming existing methods and serving as a strong baseline.
Findings
Achieves new SOTA on LaSOT with 0.713 SUC score
Outperforms existing approaches on multiple benchmarks
Introduces a lightweight motion token for improved robustness
Abstract
Recently Transformer has been largely explored in tracking and shown state-of-the-art (SOTA) performance. However, existing efforts mainly focus on fusing and enhancing features generated by convolutional neural networks (CNNs). The potential of Transformer in representation learning remains under-explored. In this paper, we aim to further unleash the power of Transformer by proposing a simple yet efficient fully-attentional tracker, dubbed SwinTrack, within classic Siamese framework. In particular, both representation learning and feature fusion in SwinTrack leverage the Transformer architecture, enabling better feature interactions for tracking than pure CNN or hybrid CNN-Transformer frameworks. Besides, to further enhance robustness, we present a novel motion token that embeds historical target trajectory to improve tracking by providing temporal context. Our motion token is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Visual Attention and Saliency Detection · Advanced Neural Network Applications
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Layer Normalization · Dense Connections · Byte Pair Encoding · Label Smoothing · Absolute Position Encodings · Residual Connection · Softmax
