Search papers, labs, and topics across Lattice.
This paper introduces State-aware Mamba Tracker (SMTrack), a novel temporal modeling paradigm for visual tracking based on state space models, designed to overcome the limitations of CNNs and Transformers in capturing long-range temporal dependencies. SMTrack employs a selective state-aware space model with state-wise parameters to capture diverse temporal cues, enabling long-range interactions with linear computational complexity during training. The method propagates and updates hidden states to allow each frame to interact with previously tracked frames, reducing computational costs during tracking while achieving promising performance.
Ditch the complex modules: SMTrack offers a streamlined Mamba-based approach to visual tracking, achieving strong performance with linear complexity and reduced computational overhead.
Visual tracking aims to automatically estimate the state of a target object in a video sequence, which is challenging especially in dynamic scenarios. Thus, numerous methods are proposed to introduce temporal cues to enhance tracking robustness. However, conventional CNN and Transformer architectures exhibit inherent limitations in modeling long-range temporal dependencies in visual tracking, often necessitating either complex customized modules or substantial computational costs to integrate temporal cues. Inspired by the success of the state space model, we propose a novel temporal modeling paradigm for visual tracking, termed State-aware Mamba Tracker (SMTrack), providing a neat pipeline for training and tracking without needing customized modules or substantial computational costs to build long-range temporal dependencies. It enjoys several merits. First, we propose a novel selective state-aware space model with state-wise parameters to capture more diverse temporal cues for robust tracking. Second, SMTrack facilitates long-range temporal interactions with linear computational complexity during training. Third, SMTrack enables each frame to interact with previously tracked frames via hidden state propagation and updating, which releases computational costs of handling temporal cues during tracking. Extensive experimental results demonstrate that SMTrack achieves promising performance with low computational costs.