CVDec 18, 2024

MambaLCT: Boosting Tracking via Long-term Context State Space Model

arXiv:2412.13615v123 citationsh-index: 15
Originality Highly original
AI Analysis

This work addresses the challenge of insufficient long-term context utilization in video object tracking, leading to improved stability and robustness for tracking applications.

The paper tackles the problem of limited context length in object tracking by proposing MambaLCT, which constructs target variation cues from the entire video sequence, achieving new state-of-the-art performance on six benchmarks while maintaining real-time speeds.

Effectively constructing context information with long-term dependencies from video sequences is crucial for object tracking. However, the context length constructed by existing work is limited, only considering object information from adjacent frames or video clips, leading to insufficient utilization of contextual information. To address this issue, we propose MambaLCT, which constructs and utilizes target variation cues from the first frame to the current frame for robust tracking. First, a novel unidirectional Context Mamba module is designed to scan frame features along the temporal dimension, gathering target change cues throughout the entire sequence. Specifically, target-related information in frame features is compressed into a hidden state space through selective scanning mechanism. The target information across the entire video is continuously aggregated into target variation cues. Next, we inject the target change cues into the attention mechanism, providing temporal information for modeling the relationship between the template and search frames. The advantage of MambaLCT is its ability to continuously extend the length of the context, capturing complete target change cues, which enhances the stability and robustness of the tracker. Extensive experiments show that long-term context information enhances the model's ability to perceive targets in complex scenarios. MambaLCT achieves new SOTA performance on six benchmarks while maintaining real-time running speeds.

Code Implementations1 repo
Foundations

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

Your Notes