VideoMAP: Toward Scalable Mamba-based Video Autoregressive Pretraining
Yunze Liu, Peiran Wu, Cheng Liang, Junxiao Shen, Limin Wang, Li Yi
TL;DR
VideoMAP tackles scalability and sample efficiency in video pretraining by combining a hybrid Mamba-Transformer backbone with a frame-wise autoregressive objective. A 4-to-1 Mamba-Transformer ratio preserves efficiency while expanding capacity, and frame-wise decoding captures temporal dynamics while aligning with CLIP targets. Empirically, VideoMAP yields strong results on Kinetics-400, Something-Something V2, Breakfast, COIN, and enables memory-efficient use as a visual encoder for VideoLLMs, with notable data efficiency on smaller datasets. The work provides open-source code and demonstrates potential for broader multimodal integration.
Abstract
Recent Mamba-based architectures for video understanding demonstrate promising computational efficiency and competitive performance, yet struggle with overfitting issues that hinder their scalability. To overcome this challenge, we introduce VideoMAP, a Hybrid Mamba-Transformer framework featuring a novel pre-training approach. VideoMAP uses a 4:1 Mamba-to-Transformer ratio, effectively balancing computational cost and model capacity. This architecture, combined with our proposed frame-wise masked autoregressive pre-training strategy, delivers significant performance gains when scaling to larger models. Additionally, VideoMAP exhibits impressive sample efficiency, significantly outperforming existing methods with less training data. Experiments show that VideoMAP outperforms existing models across various datasets, including Kinetics-400, Something-Something V2, Breakfast, and COIN. Furthermore, we demonstrate the potential of VideoMAP as a visual encoder for multimodal large language models, highlighting its ability to reduce memory usage and enable the processing of longer video sequences. The code is open-source at https://github.com/yunzeliu/MAP
