Divert More Attention to Vision-Language Tracking
Mingzhe Guo, Zhipeng Zhang, Heng Fan, Liping Jing

TL;DR
This paper demonstrates that pure ConvNets, combined with multimodal vision-language representations, can achieve state-of-the-art tracking performance, challenging the reliance on Transformer-based models and offering a more economical solution.
Contribution
The authors introduce a novel unified-adaptive vision-language representation using ConvNets and a modality mixer, achieving superior tracking performance without Transformers.
Findings
ConvNet-based Siamese tracker improved by 14.5% in SUC on LaSOT
Outperforms several Transformer-based SOTA trackers
Theoretical analysis supports the effectiveness of VL representations
Abstract
Relying on Transformer for complex visual feature learning, object tracking has witnessed the new standard for state-of-the-arts (SOTAs). However, this advancement accompanies by larger training data and longer training period, making tracking increasingly expensive. In this paper, we demonstrate that the Transformer-reliance is not necessary and the pure ConvNets are still competitive and even better yet more economical and friendly in achieving SOTA tracking. Our solution is to unleash the power of multimodal vision-language (VL) tracking, simply using ConvNets. The essence lies in learning novel unified-adaptive VL representations with our modality mixer (ModaMixer) and asymmetrical ConvNet search. We show that our unified-adaptive VL representation, learned purely with the ConvNets, is a simple yet strong alternative to Transformer visual features, by unbelievably improving a…
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
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
MethodsAttention Is All You Need · Linear Layer · Softmax · Multi-Head Attention · Residual Connection · Dense Connections · Byte Pair Encoding · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Label Smoothing
