HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Transformer Tracking

Xin Chen Bin Yan Jiawen Zhu Dong Wang Xiaoyun Yang Huchuan Lu

Transformer Tracking

Abstract

Correlation acts as a critical role in the tracking field, especially in recent popular Siamese-based trackers. The correlation operation is a simple fusion manner to consider the similarity between the template and the search region. However, the correlation operation itself is a local linear matching process, leading to lose semantic information and fall into local optimum easily, which may be the bottleneck of designing high-accuracy tracking algorithms. Is there any better feature fusion method than correlation? To address this issue, inspired by Transformer, this work presents a novel attention-based feature fusion network, which effectively combines the template and search region features solely using attention. Specifically, the proposed method includes an ego-context augment module based on self-attention and a cross-feature augment module based on cross-attention. Finally, we present a Transformer tracking (named TransT) method based on the Siamese-like feature extraction backbone, the designed attention-based fusion mechanism, and the classification and regression head. Experiments show that our TransT achieves very promising results on six challenging datasets, especially on large-scale LaSOT, TrackingNet, and GOT-10k benchmarks. Our tracker runs at approximatively 50 fps on GPU. Code and models are available at https://github.com/chenxin-dlut/TransT.

Code Repositories

chenxin-dlut/TransT
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
object-tracking-on-coesotTransT
Precision Rate: 67.9
Success Rate: 60.5
video-object-tracking-on-nv-vot211TransT
AUC: 36.79
Precision: 51.97
visual-object-tracking-on-avistTransT
Success Rate: 49.03
visual-object-tracking-on-didiTransT
Tracking quality: 0.465
visual-object-tracking-on-lasotTransT
AUC: 64.9
Normalized Precision: 73.8
Precision: 69.0
visual-tracking-on-tnl2kTransT
AUC: 50.7

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Transformer Tracking | Papers | HyperAI