Robust Multimodal 3D Object Detection via Modality-Agnostic Decoding and Proximity-based Modality Ensemble
Juhan Cha, Minseok Joo, Jihwan Park, Sanghyeok Lee, Injae Kim, Hyunwoo J. Kim
TL;DR
This work tackles robust multimodal 3D object detection by addressing LiDAR over-reliance and negative fusion between LiDAR and camera data. It introduces MEFormer, consisting of Modality-Agnostic Decoding (MOAD) and Proximity-based Modality Ensemble (PME), which enable a shared transformer decoder to extract geometric and semantic information from each modality and adaptively fuse predictions. MOAD trains a single decoder to produce modality-specific and joint representations, while PME uses center-distance bias in cross-attention to mitigate noise transfer and select favorable modalities by environment. On nuScenes, MEFormer achieves state-of-the-art results (NDS up to 74.3% and mAP up to 72.2%) and demonstrates robustness under sensor missing and adverse environmental conditions, highlighting its practical impact for reliable autonomous driving systems.
Abstract
Recent advancements in 3D object detection have benefited from multi-modal information from the multi-view cameras and LiDAR sensors. However, the inherent disparities between the modalities pose substantial challenges. We observe that existing multi-modal 3D object detection methods heavily rely on the LiDAR sensor, treating the camera as an auxiliary modality for augmenting semantic details. This often leads to not only underutilization of camera data but also significant performance degradation in scenarios where LiDAR data is unavailable. Additionally, existing fusion methods overlook the detrimental impact of sensor noise induced by environmental changes, on detection performance. In this paper, we propose MEFormer to address the LiDAR over-reliance problem by harnessing critical information for 3D object detection from every available modality while concurrently safeguarding against corrupted signals during the fusion process. Specifically, we introduce Modality Agnostic Decoding (MOAD) that extracts geometric and semantic features with a shared transformer decoder regardless of input modalities and provides promising improvement with a single modality as well as multi-modality. Additionally, our Proximity-based Modality Ensemble (PME) module adaptively utilizes the strengths of each modality depending on the environment while mitigating the effects of a noisy sensor. Our MEFormer achieves state-of-the-art performance of 73.9% NDS and 71.5% mAP in the nuScenes validation set. Extensive analyses validate that our MEFormer improves robustness against challenging conditions such as sensor malfunctions or environmental changes. The source code is available at https://github.com/hanchaa/MEFormer
