DeepInteraction++: Multi-Modality Interaction for Autonomous Driving
Zeyu Yang, Nan Song, Wei Li, Xiatian Zhu, Li Zhang, Philip H. S. Torr
TL;DR
This work addresses the limitation of fusion-based multi-modal perception in autonomous driving by preserving two modality-specific representations (LiDAR BEV and camera image) throughout the perception pipeline and enabling information exchange via modality interaction. It introduces a dual-stream Transformer encoder with multi-modal representational interaction (MMRI) and a multi-modal predictive interaction (MMPI) decoder, augmented by LiDAR-guided cross-plane polar attention and grouped sparse attention for efficiency. The approach achieves state-of-the-art results on the nuScenes benchmark for 3D object detection and extends gracefully to end-to-end autonomous driving tasks, including segmentation, motion prediction, and planning, with demonstrated improvements in perception and planning metrics ($mAP$ and $NDS$). Extensive ablations validate the contribution of each component, confirming that the bilateral interaction between modality-specific representations yields robust, scalable performance across diverse LiDAR backbones and tasks, signaling a practical path toward more reliable multi-modal autonomous systems.
Abstract
Existing top-performance autonomous driving systems typically rely on the multi-modal fusion strategy for reliable scene understanding. This design is however fundamentally restricted due to overlooking the modality-specific strengths and finally hampering the model performance. To address this limitation, in this work, we introduce a novel modality interaction strategy that allows individual per-modality representations to be learned and maintained throughout, enabling their unique characteristics to be exploited during the whole perception pipeline. To demonstrate the effectiveness of the proposed strategy, we design DeepInteraction++, a multi-modal interaction framework characterized by a multi-modal representational interaction encoder and a multi-modal predictive interaction decoder. Specifically, the encoder is implemented as a dual-stream Transformer with specialized attention operation for information exchange and integration between separate modality-specific representations. Our multi-modal representational learning incorporates both object-centric, precise sampling-based feature alignment and global dense information spreading, essential for the more challenging planning task. The decoder is designed to iteratively refine the predictions by alternately aggregating information from separate representations in a unified modality-agnostic manner, realizing multi-modal predictive interaction. Extensive experiments demonstrate the superior performance of the proposed framework on both 3D object detection and end-to-end autonomous driving tasks. Our code is available at https://github.com/fudan-zvg/DeepInteraction.
