MaST: Motion-aware Sparse Pipeline for Lightweight Object Tracking

📅 2026-08-25
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
该研究通过引入运动感知稀疏跟踪器(MaST),利用轻量级运动先验和原生稀疏预测头,有效减少了计算成本,提升了目标跟踪效率。
📝 Abstract
Transformer-based object trackers are renowned for their strong performance, yet dense token processing often leads to prohibitive computational cost, limiting real-time deployment on edge devices. While recent works explore token pruning to reduce computation, they often stop short of an end-to-end sparse pipeline, as early-layer token scores can be noisy without a motion prior, and many trackers ultimately fall back to dense reshaping to feed the dense prediction head that partially negates the savings. We introduce Motion-aware Sparse Tracker (MaST), a sparse tracking framework that makes sparsity effective from tokens to boxes. First, MaST injects a lightweight motion prior to refine cross-attention-based importance scores, enabling earlier and more stable token reduction in the search region. Second, we introduce a natively sparse prediction head that operates directly on the retained unstructured tokens with a score-first, regress-once design, eliminating dense padding/reshaping and reducing redundant computation. Extensive experiments on multiple benchmarks demonstrate that MaST establishes new state of the art among lightweight trackers, where MaST-tiny attains 63.8 AUC on LaSOT and 80.1 SUC on TrackingNet, surpassing the prior best AsymTrack-S by +1.0 AUC and +2.2 SUC while running at 152 FPS on Jetson Nano, nearly twice as fast as AsymTrack-S at 88 FPS. Code is available at https://github.com/TsingWei/MaST.
Problem

Research questions and friction points this paper is trying to address.

Transformer-based object trackers
computational cost
real-time deployment
edge devices
token pruning
Innovation

Methods, ideas, or system contributions that make the work stand out.

motion prior
sparse prediction head
token reduction
🔎 Similar Papers
No similar papers found.
Q
Qingmao Wei
South China University of Technology, Guangzhou, China; Pengcheng Laboratory, Shenzhen, China
F
Fagui Liu
South China University of Technology, Guangzhou, China; Pengcheng Laboratory, Shenzhen, China
Dengke Zhang
Dengke Zhang
second-year PhD student at South China University of Technology
Computer VisionImage Segmentation
Q
Qingze He
South China University of Technology, Guangzhou, China
Quan Tang
Quan Tang
Pengcheng Laboratory
Computer VisionAnomaly DetectionDeep Learning