GraphBEV: Towards Robust BEV Feature Alignment for Multi-Modal 3D Object Detection
Ziying Song, Lei Yang, Shaoqing Xu, Lin Liu, Dongyang Xu, Caiyan Jia, Feiyang Jia, Li Wang
TL;DR
<3-5 sentence high-level summary> GraphBEV tackles the persistent problem of feature misalignment in LiDAR–camera BEV fusion for multi-modal 3D object detection. It introduces a LocalAlign module that enriches depth features with neighbor information via a graph-based approach and a GlobalAlign module that learns camera-LiDAR BEV offsets to remedy global misalignment; together they significantly improve robustness to projection errors. On nuScenes, GraphBEV sets a new state-of-the-art, achieving mAP 70.1% and NDS 72.9% on the validation set and showing strong gains under misalignment noise (up to +8.3%). The approach also demonstrates improved BEV map segmentation and robust performance across weather, ego distance, and object-size Variants, highlighting its practical impact for real-world autonomous driving perception systems.
Abstract
Integrating LiDAR and camera information into Bird's-Eye-View (BEV) representation has emerged as a crucial aspect of 3D object detection in autonomous driving. However, existing methods are susceptible to the inaccurate calibration relationship between LiDAR and the camera sensor. Such inaccuracies result in errors in depth estimation for the camera branch, ultimately causing misalignment between LiDAR and camera BEV features. In this work, we propose a robust fusion framework called Graph BEV. Addressing errors caused by inaccurate point cloud projection, we introduce a Local Align module that employs neighbor-aware depth features via Graph matching. Additionally, we propose a Global Align module to rectify the misalignment between LiDAR and camera BEV features. Our Graph BEV framework achieves state-of-the-art performance, with an mAP of 70.1\%, surpassing BEV Fusion by 1.6\% on the nuscenes validation set. Importantly, our Graph BEV outperforms BEV Fusion by 8.3\% under conditions with misalignment noise.
