arXiv:2412.13615cs.CV2024-12被引 39

用长时上下文建模提升目标跟踪稳定性

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

  • 设计单向上下文Mamba模块,扫描全序列帧特征
  • 在六个基准上达到新SOTA,保持实时速度
  • 适合需要长期依赖的复杂场景跟踪任务

有效构建视频序列中具有长时依赖的上下文信息对目标跟踪至关重要。然而,现有方法构建的上下文长度受限,仅考虑相邻帧或视频片段中的目标信息,导致上下文利用不充分。为此,我们提出MambaLCT,从第一帧到当前帧持续构建并利用目标变化线索以实现鲁棒跟踪。首先,设计一种新型单向上下文Mamba模块,沿时间维度扫描帧特征,通过选择性扫描机制将目标相关特征压缩至隐状态空间,连续聚合整个视频中的目标信息以生成目标变化线索。随后,将目标变化线索注入注意力机制,为模板与搜索帧间关系建模提供时间信息。MambaLCT的优势在于可连续扩展上下文长度,捕捉完整的目标变化线索,从而增强跟踪器的稳定性和鲁棒性。大量实验表明,长时上下文信息提升了模型在复杂场景下的目标感知能力。MambaLCT在六个基准上达到新SOTA性能,同时保持实时运行速度。

原文摘要 · Abstract (English)

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.

目标跟踪长时依赖状态空间模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。