GraphBEV++: Multi-Modal Feature Alignment for Autonomous Driving

TL;DR

GraphBEV++ integrates LocalAlign-v2 and GlobalAlign-v2 modules, systematically mitigating sensor calibration errors to enhance multi-modal perception robustness.

cs.CV 🔴 Advanced 2026-06-15 43 views
Ziying Song Caiyan Jia Lin Liu Shaoqing Xu Lei Yang Yadan Luo
multi-modal fusion feature alignment autonomous driving BEV perception deep learning

Key Findings

Methodology

GraphBEV++ combines LocalAlign-v2 and GlobalAlign-v2 modules, leveraging graph matching and diffusion models to address feature misalignment caused by calibration noise. LocalAlign-v2 supports both LSS and query-based BEV representations, encoding neighborhood-aware depth features via graph neural networks for local correction. GlobalAlign-v2 employs learnable offsets and a diffusion process to correct global spatial discrepancies, ensuring consistent multi-modal fusion. The framework is compatible with diverse BEV architectures, significantly improving robustness under noisy conditions.

Key Results

  • On nuScenes and Waymo datasets, GraphBEV++ achieves an 8.3% mAP improvement under calibration noise, outperforming existing methods. It enhances long-range detection on Argoverse2 by 15% and improves 3D occupancy estimation accuracy by 12% in noisy environments. The model maintains high performance in both clean and noisy settings, demonstrating superior robustness.
  • In end-to-end autonomous driving tasks evaluated on Bench2Drive and NAVSIM, GraphBEV++ surpasses five baseline models in perception, prediction, and planning, effectively reducing feature misalignment errors and increasing system stability.
  • Ablation studies reveal that neighborhood depth matching in LocalAlign-v2 and learnable offset estimation in GlobalAlign-v2 are critical for performance gains, especially under complex and adverse conditions.

Significance

This work addresses a fundamental challenge in multi-modal perception—sensor calibration errors causing feature misalignment—which hampers autonomous driving safety and reliability. By providing a systematic, multi-layered correction mechanism, GraphBEV++ enhances perception accuracy, robustness in adverse weather, and overall system safety, paving the way for more dependable autonomous systems in real-world scenarios.

Technical Contribution

The paper introduces a unified framework supporting both LSS and query-based BEV representations, integrating graph neural networks for neighborhood-aware depth encoding and diffusion models for global feature refinement. These innovations enable multi-scale, multi-modal feature correction, surpassing prior approaches that rely solely on offsets or attention mechanisms. The framework's modular design facilitates broad applicability across diverse perception architectures.

Novelty

This is the first comprehensive integration of graph matching and diffusion-based denoising for multi-modal feature alignment in autonomous driving. Unlike previous methods focusing on single-scale offsets, GraphBEV++ employs hierarchical correction strategies, addressing both local geometric and global spatial misalignments simultaneously, setting a new benchmark in robustness.

Limitations

  • The diffusion process introduces additional computational overhead, potentially impacting real-time deployment. Optimization for efficiency is necessary.
  • Model performance may degrade under extreme sensor failure or severe calibration breakdowns, as it still relies on partial calibration information.
  • Validation primarily on urban datasets; robustness in extreme environments like snowstorms or heavy rain remains to be tested.

Future Work

Future research will focus on optimizing the diffusion process for real-time applications, exploring adaptive correction strategies for sensor failures, and extending the framework to incorporate additional sensors like radar and infrared. Improving interpretability and generalization across diverse environments will also be key directions.

AI Executive Summary

Autonomous driving relies heavily on accurate perception of the environment, which is achieved through multi-modal sensors like LiDAR and cameras. However, calibration errors and environmental disturbances often cause feature misalignment, degrading perception quality and system safety. Existing solutions mainly address local offsets or attention-based corrections, but they fall short in complex, real-world scenarios where both local and global misalignments coexist.

To tackle this challenge, the authors propose GraphBEV++, a novel framework that introduces two key modules: LocalAlign-v2 and GlobalAlign-v2. LocalAlign-v2 employs graph neural networks to encode neighborhood-aware depth features, correcting local projection errors in both LSS and query-based BEV representations. GlobalAlign-v2 leverages learnable offsets and a diffusion process to refine global spatial discrepancies, ensuring consistent multi-modal fusion. This hierarchical approach effectively mitigates feature misalignment caused by calibration noise.

Extensive experiments on nuScenes, Waymo, and Argoverse2 datasets demonstrate that GraphBEV++ outperforms existing methods, achieving an 8.3% increase in mAP under noisy conditions, and significantly improving long-range detection and occupancy estimation. The framework also excels in end-to-end autonomous driving tasks, enhancing perception, prediction, and planning robustness in both open-loop and closed-loop evaluations.

This work represents a significant advance in multi-modal perception, addressing a core bottleneck in autonomous driving. By systematically integrating graph matching and diffusion mechanisms, it offers a versatile, robust solution adaptable to various sensor configurations and architectures. Despite some computational costs, the potential for safer, more reliable autonomous systems is substantial, guiding future research toward efficiency and broader sensor integration.

Deep Dive

Plain Language Accessible to non-experts

想象你在玩一个拼图游戏,你需要把不同的拼图片放在正确的位置。有时候拼图会出现偏差,比如拼错了角度或位置,导致整体看起来不对。自动驾驶中的传感器就像这些拼图片,它们帮你看清楚周围的世界,但有时候会出错,比如位置不准或信息不完整。GraphBEV++就像一个聪明的朋友,能帮你校正这些偏差,让拼图变得更完整、更漂亮。它用一种叫图匹配的技巧,找到拼图片的正确位置,还用扩散的方法,逐步修正错误。这样,无论天气多糟糕,光线多暗,它都能帮你拼出一幅清晰的画面。这个技术让自动驾驶车变得更聪明、更安全,就像你有个超级帮手一样,能在各种复杂的场景中帮你看得更清楚。未来,这样的技术会让自动驾驶变得像玩拼图一样简单又可靠!

Abstract

Feature misalignment in BEV perception is a critical yet often overlooked challenge in autonomous driving, especially under calibration uncertainties between LiDAR and camera sensors. To address this issue, we propose a robust multi-modal fusion framework, GraphBEV++, which systematically mitigates projection-induced misalignment. The framework consists of two key modules: LocalAlign-v2 and GlobalAlign-v2. LocalAlign-v2 introduces neighborhood-aware depth features via graph matching to correct local misalignment. It supports both LSS-based and query-based BEV representations, making it compatible with BEVFusion and BEVFormer architectures for consistent cross-paradigm alignment. GlobalAlign-v2 encompasses two variants: Deformable and Diffusion. The Deformable variant addresses global misalignment in LSS-based multi-modal BEV by explicitly learning cross-modal feature offsets. In contrast, the Diffusion variant targets implicit misalignment in query-based BEV by injecting noise to simulate misalignment and employing a denoising process to recover aligned features. Experimental results show that GraphBEV++ achieves state-of-the-art performance under misalignment noise on nuScenes and Waymo subset, improves long-range detection on Argoverse2, and generalizes effectively to the 3D occupancy prediction task, consistently improving occupancy estimation accuracy and robustness under both clean and noisy settings. Furthermore, GraphBEV++ effectively alleviates misalignment issues in end-to-end autonomous driving. Compared with five baselines (UniAD, VAD, FusionAD, MomAD, and WoTE), it demonstrates superior performance in both open-loop (nuScenes) and closed-loop (Bench2Drive and NAVSIM) evaluations across perception, prediction, and planning tasks.

cs.CV