Mamba-FETrack: Frame-Event Tracking via State Space Model
Ju Huang, Shiao Wang, Shuai Wang, Zhe Wu, Xiao Wang, Bo Jiang
TL;DR
This paper tackles RGB–Event visual tracking by replacing Transformer backbones with a State Space Model (SSM)–based Mamba framework to reduce compute and memory while maintaining strong accuracy. It introduces Mamba-FETrack, featuring modality-specific Mamba backbones for RGB and Event streams and a FusionMamba module that enhances cross-modal learning, followed by a tracking head trained with focal, L1, and GIoU losses. Experiments on FE108 and FELT show competitive or superior SR/PR scores compared with ViT-S–based OSTrack, with substantial reductions in FLOPs and parameters and a practical 24 FPS inference speed, illustrating the practicality of SSM-based fusion for multi-modal tracking. The work demonstrates the potential of the Mamba architecture for efficient multi-modal tracking and outlines future directions toward richer Event representations and more advanced Mamba designs.
Abstract
RGB-Event based tracking is an emerging research topic, focusing on how to effectively integrate heterogeneous multi-modal data (synchronized exposure video frames and asynchronous pulse Event stream). Existing works typically employ Transformer based networks to handle these modalities and achieve decent accuracy through input-level or feature-level fusion on multiple datasets. However, these trackers require significant memory consumption and computational complexity due to the use of self-attention mechanism. This paper proposes a novel RGB-Event tracking framework, Mamba-FETrack, based on the State Space Model (SSM) to achieve high-performance tracking while effectively reducing computational costs and realizing more efficient tracking. Specifically, we adopt two modality-specific Mamba backbone networks to extract the features of RGB frames and Event streams. Then, we also propose to boost the interactive learning between the RGB and Event features using the Mamba network. The fused features will be fed into the tracking head for target object localization. Extensive experiments on FELT and FE108 datasets fully validated the efficiency and effectiveness of our proposed tracker. Specifically, our Mamba-based tracker achieves 43.5/55.6 on the SR/PR metric, while the ViT-S based tracker (OSTrack) obtains 40.0/50.9. The GPU memory cost of ours and ViT-S based tracker is 13.98GB and 15.44GB, which decreased about $9.5\%$. The FLOPs and parameters of ours/ViT-S based OSTrack are 59GB/1076GB and 7MB/60MB, which decreased about $94.5\%$ and $88.3\%$, respectively. We hope this work can bring some new insights to the tracking field and greatly promote the application of the Mamba architecture in tracking. The source code of this work will be released on \url{https://github.com/Event-AHU/Mamba_FETrack}.
