H-MBA: Hierarchical MamBa Adaptation for Multi-Modal Video Understanding in Autonomous Driving
Siran Chen, Yuxiao Luo, Yue Ma, Yu Qiao, Yali Wang
TL;DR
This paper tackles the challenge of multi-modal video understanding in autonomous driving, where open-domain questions and dynamic, multi-scale motions hinder existing MLLMs. It proposes Hierarchical Mamba Adaptation (H-MBA), comprising Context Mamba (C-Mamba) for extracting multi-granularity spatio-temporal contexts across high and low temporal resolutions, and Query Mamba (Q-Mamba) for adaptive fusion of these contexts into a learnable query fed to a frozen visual encoder and LLM. The method achieves state-of-the-art results on DRAMA risk localization (66.9% mIoU, +5.5% over prior SOTA) and strong performance on BDD-X among MLLM-based approaches, while maintaining favorable compute, thanks to Mamba-based efficiency. This approach demonstrates practical impact by enhancing risk localization and justification in driving scenarios, enabling more interpretable and capable autonomous driving systems.
Abstract
With the prevalence of Multimodal Large Language Models(MLLMs), autonomous driving has encountered new opportunities and challenges. In particular, multi-modal video understanding is critical to interactively analyze what will happen in the procedure of autonomous driving. However, videos in such a dynamical scene that often contains complex spatial-temporal movements, which restricts the generalization capacity of the existing MLLMs in this field. To bridge the gap, we propose a novel Hierarchical Mamba Adaptation (H-MBA) framework to fit the complicated motion changes in autonomous driving videos. Specifically, our H-MBA consists of two distinct modules, including Context Mamba (C-Mamba) and Query Mamba (Q-Mamba). First, C-Mamba contains various types of structure state space models, which can effectively capture multi-granularity video context for different temporal resolutions. Second, Q-Mamba flexibly transforms the current frame as the learnable query, and attentively selects multi-granularity video context into query. Consequently, it can adaptively integrate all the video contexts of multi-scale temporal resolutions to enhance video understanding. Via a plug-and-play paradigm in MLLMs, our H-MBA shows the remarkable performance on multi-modal video tasks in autonomous driving, e.g., for risk object detection, it outperforms the previous SOTA method with 5.5% mIoU improvement.
