MUSE: Mamba is Efficient Multi-scale Learner for Text-video Retrieval
Haoran Tang, Meng Cao, Jinfa Huang, Ruyang Liu, Peng Jin, Ge Li, Xiaodan Liang
TL;DR
MUSE introduces an efficient, plug-and-play multi-scale learning framework for text-video retrieval by generating a feature pyramid from the last CLIP feature map and employing a linear-time Mamba-based learner (ResMamba) to model cross-resolution correlations. The approach optimizes three components—multi-scale feature generation, scale-wise aggregation, and the gated residual Mamba block—to achieve state-of-the-art results on MSR-VTT, DiDeMo, and ActivityNet with favorable memory and compute characteristics. Through extensive ablations, the authors show that scale-wise aggregation, bidirectional scanning, and the Mamba family offer superior efficiency and accuracy compared to Transformer-based or other linear-attention baselines. The work demonstrates the practical potential of linear-time cross-resolution context modeling for TVR and provides insights into scalable multi-scale video understanding.
Abstract
Text-Video Retrieval (TVR) aims to align and associate relevant video content with corresponding natural language queries. Most existing TVR methods are based on large-scale pre-trained vision-language models (e.g., CLIP). However, due to the inherent plain structure of CLIP, few TVR methods explore the multi-scale representations which offer richer contextual information for a more thorough understanding. To this end, we propose MUSE, a multi-scale mamba with linear computational complexity for efficient cross-resolution modeling. Specifically, the multi-scale representations are generated by applying a feature pyramid on the last single-scale feature map. Then, we employ the Mamba structure as an efficient multi-scale learner to jointly learn scale-wise representations. Furthermore, we conduct comprehensive studies to investigate different model structures and designs. Extensive results on three popular benchmarks have validated the superiority of MUSE.
