VL-Mamba: Exploring State Space Models for Multimodal Learning
Yanyuan Qiao, Zheng Yu, Longteng Guo, Sihan Chen, Zijia Zhao, Mingzhen Sun, Qi Wu, Jing Liu
TL;DR
<3-5 sentence high-level summary> Problem: Transformer-based multimodal large language models incur quadratic attention costs for long sequences. Approach: VL-Mamba substitutes the Transformer backbone with the state-space model-driven Mamba LLM and introduces a 2D Vision Selective Scan-based Multimodal Connector to fuse vision and language efficiently. Contributions: first application of SSMs to multimodal learning, designs include Bidirectional and Cross 2D scan mechanisms, multiple MMC variants, and extensive ablations and benchmarks showing competitive results with smaller backbones. Significance: demonstrates scalable, long-range multimodal reasoning with SSMs and provides open-source avenues for further exploration.
Abstract
Multimodal large language models (MLLMs) have attracted widespread interest and have rich applications. However, the inherent attention mechanism in its Transformer structure requires quadratic complexity and results in expensive computational overhead. Therefore, in this work, we propose VL-Mamba, a multimodal large language model based on state space models, which have been shown to have great potential for long-sequence modeling with fast inference and linear scaling in sequence length. Specifically, we first replace the transformer-based backbone language model such as LLama or Vicuna with the pre-trained Mamba language model. Then, we empirically explore how to effectively apply the 2D vision selective scan mechanism for multimodal learning and the combinations of different vision encoders and variants of pretrained Mamba language models. The extensive experiments on diverse multimodal benchmarks with competitive performance show the effectiveness of our proposed VL-Mamba and demonstrate the great potential of applying state space models for multimodal learning tasks.
