CVMar 15, 2024

Autoregressive Queries for Adaptive Tracking with Spatio-TemporalTransformers

arXiv:2403.10574v1161 citationsh-index: 15CVPR
Originality Highly original
AI Analysis

This addresses the need for more robust and adaptive visual tracking in computer vision applications, representing a novel method rather than an incremental improvement.

The paper tackles the problem of insufficient spatio-temporal information exploration in visual tracking by proposing AQATrack, an adaptive tracker with spatio-temporal transformers that uses autoregressive queries, resulting in significant performance improvements on six benchmarks including LaSOT and TrackingNet.

The rich spatio-temporal information is crucial to capture the complicated target appearance variations in visual tracking. However, most top-performing tracking algorithms rely on many hand-crafted components for spatio-temporal information aggregation. Consequently, the spatio-temporal information is far away from being fully explored. To alleviate this issue, we propose an adaptive tracker with spatio-temporal transformers (named AQATrack), which adopts simple autoregressive queries to effectively learn spatio-temporal information without many hand-designed components. Firstly, we introduce a set of learnable and autoregressive queries to capture the instantaneous target appearance changes in a sliding window fashion. Then, we design a novel attention mechanism for the interaction of existing queries to generate a new query in current frame. Finally, based on the initial target template and learnt autoregressive queries, a spatio-temporal information fusion module (STM) is designed for spatiotemporal formation aggregation to locate a target object. Benefiting from the STM, we can effectively combine the static appearance and instantaneous changes to guide robust tracking. Extensive experiments show that our method significantly improves the tracker's performance on six popular tracking benchmarks: LaSOT, LaSOText, TrackingNet, GOT-10k, TNL2K, and UAV123.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes