paper-with-me

Papers

FARTrack: Fast Autoregressive Visual Tracking with High Performance

2026-02-03 · Guijie Wang, Tong Lin, Yifan Bai, Anjia Cao, Shiyi Liang, Wangbo Zhao, Xing Wei arxiv

Inference speed and tracking performance are two critical evaluation metrics in the field of visual tracking. However, high-performance trackers often suffer from slow processing speeds, making them impractical for deployment on resource-constrained devices. To alleviate this issue, we propose FARTrack, a Fast Auto-Regressive Tracking framework. Since autoregression emphasizes the temporal nature of the trajectory sequence, it can maintain high performance while achieving efficient execution across various devices. FARTrack introduces Task-Specific Self-Distillation and Inter-frame Autoregressive Sparsification, designed from the perspectives of shallow-yet-accurate distillation and redundant-to-essential token optimization, respectively. Task-Specific Self-Distillation achieves model compression by distilling task-specific tokens layer by layer, enhancing the model's inference speed while avoiding suboptimal manual teacher-student layer pairs assignments. Meanwhile, Inter-frame Autoregressive Sparsification sequentially condenses multiple templates, avoiding additional runtime overhead while learning a temporally-global optimal sparsification strategy. FARTrack demonstrates outstanding speed and competitive performance. It delivers an AO of 70.6% on GOT-10k in real-time. Beyond, our fastest model achieves a speed of 343 FPS on the GPU and 121 FPS on the CPU.

📄 PDF Abstract BibTeX arXiv:2602.03214

Code (0)

등록된 구현이 없습니다.

Tasks

Model CompressionVisual Tracking

Similar Papers 제목 키워드 기반

Autoregressive Sequential Pretraining for Visual Tracking

2025-01-01 · CVPR 2025 1 · Shiyi Liang, Yifan Bai, Yihong Gong, Xing Wei

Recent advancements in visual object tracking have shifted towards a sequential generation paradigm, where object deformation and motion exhibit strong temporal dependencies. Despite the importance of these dependenc…

ObjectObject TrackingVisual Object TrackingVisual Tracking

Autoregressive Visual Tracking

2023-01-01 · CVPR 2023 2023 2 · Xing Wei, Yifan Bai, Yongchao Zheng, Dahu Shi 외

We present ARTrack, an autoregressive framework for visual object tracking. ARTrack tackles tracking as a coordinate sequence interpretation task that estimates object trajectories progressively, where the current es…

ObjectObject TrackingTemplate MatchingVideo Object Tracking+2

ARTrackV2: Prompting Autoregressive Tracker Where to Look and How to Describe

2023-12-28 · CVPR 2024 1 · Yifan Bai, Zeyang Zhao, Yihong Gong, Xing Wei

We present ARTrackV2, which integrates two pivotal aspects of tracking: determining where to look (localization) and how to describe (appearance analysis) the target object across video frames. Building on the foundation…

ObjectObject TrackingTemplate MatchingVideo Object Tracking+1

On Estimating the Autoregressive Coefficients of Time-Varying Fading Channels

2022-03-31 · Julia Vinogradova, Gábor Fodor, Peter Hammarberg

As several previous works have pointed out, the evolution of the wireless channels in multiple input multiple output systems can be advantageously modeled as an autoregressive process. Therefore, estimating the coefficie…

parameter estimation

FasterVAR: Plug-and-Play Acceleration for Visual Autoregressive Models

2025-12-18 · Senmao Li, Kai Wang, Salman Khan, Fahad Shahbaz Khan 외 arxiv

Visual Autoregressive (VAR) modeling departs from the next-token prediction paradigm of traditional Autoregressive (AR) models through next-scale prediction, enabling high-quality image generation. However, the VAR parad…

Image Generation