Resilient Sensor Fusion under Adverse Sensor Failures via Multi-Modal Expert Fusion
Konyul Park, Yecheol Kim, Daehun Kim, Jun Won Choi
TL;DR
MoME addresses robustness gaps in LiDAR-camera fusion for 3D object detection under adverse sensor conditions by decoupling modalities with a Mixture of Experts framework. It employs three parallel decoders (LiDAR, Camera, LiDAR-Camera) and an Adaptive Query Router to assign each object query to the most suitable expert via a locality-aware attention mechanism, while keeping decoding cost near that of a single decoder. Training with synthetic sensor dropouts and a three-stage regime enables robust per-query routing, achieving state-of-the-art performance on nuScenes-R and nuScenes-C benchmarks, including significant gains under LiDAR-drop, camera-drop, and limited FOV scenarios. The approach offers practical impact for autonomous driving by providing robust perception without extensive computational overhead, and it provides a blueprint for efficient, failure-aware multi-modal fusion in real-world deployments.
Abstract
Modern autonomous driving perception systems utilize complementary multi-modal sensors, such as LiDAR and cameras. Although sensor fusion architectures enhance performance in challenging environments, they still suffer significant performance drops under severe sensor failures, such as LiDAR beam reduction, LiDAR drop, limited field of view, camera drop, and occlusion. This limitation stems from inter-modality dependencies in current sensor fusion frameworks. In this study, we introduce an efficient and robust LiDAR-camera 3D object detector, referred to as MoME, which can achieve robust performance through a mixture of experts approach. Our MoME fully decouples modality dependencies using three parallel expert decoders, which use camera features, LiDAR features, or a combination of both to decode object queries, respectively. We propose Multi-Expert Decoding (MED) framework, where each query is decoded selectively using one of three expert decoders. MoME utilizes an Adaptive Query Router (AQR) to select the most appropriate expert decoder for each query based on the quality of camera and LiDAR features. This ensures that each query is processed by the best-suited expert, resulting in robust performance across diverse sensor failure scenarios. We evaluated the performance of MoME on the nuScenes-R benchmark. Our MoME achieved state-of-the-art performance in extreme weather and sensor failure conditions, significantly outperforming the existing models across various sensor failure scenarios.
