English

Efficient Training for Visual Tracking with Deformable Transformer

Computer Vision and Pattern Recognition 2023-09-07 v1

Abstract

Recent Transformer-based visual tracking models have showcased superior performance. Nevertheless, prior works have been resource-intensive, requiring prolonged GPU training hours and incurring high GFLOPs during inference due to inefficient training methods and convolution-based target heads. This intensive resource use renders them unsuitable for real-world applications. In this paper, we present DETRack, a streamlined end-to-end visual object tracking framework. Our framework utilizes an efficient encoder-decoder structure where the deformable transformer decoder acting as a target head, achieves higher sparsity than traditional convolution heads, resulting in decreased GFLOPs. For training, we introduce a novel one-to-many label assignment and an auxiliary denoising technique, significantly accelerating model's convergence. Comprehensive experiments affirm the effectiveness and efficiency of our proposed method. For instance, DETRack achieves 72.9% AO on challenging GOT-10k benchmarks using only 20% of the training epochs required by the baseline, and runs with lower GFLOPs than all the transformer-based trackers.

Keywords

Cite

@article{arxiv.2309.02676,
  title  = {Efficient Training for Visual Tracking with Deformable Transformer},
  author = {Qingmao Wei and Guotian Zeng and Bi Zeng},
  journal= {arXiv preprint arXiv:2309.02676},
  year   = {2023}
}

Comments

arXiv admin note: text overlap with arXiv:2303.16580 by other authors

R2 v1 2026-06-28T12:13:47.800Z