BEVDiffuser: Plug-and-Play Diffusion Model for BEV Denoising with Ground-Truth Guidance
Xin Ye, Burhaneddin Yaman, Sheng Cheng, Feng Tao, Abhirup Mallik, Liu Ren
TL;DR
BEVDiffuser introduces a diffusion-based BEV denoising model guided by ground-truth object layouts, designed as a training-time plug-in for existing BEV encoders with no inference-time overhead. By conditioning denoising on a layout layout-derived embedding via a LayoutDiffusion fusion module, it jointly optimizes diffusion denoising and downstream-task losses to produce cleaner BEV feature maps. On nuScenes, BEVDiffuser yields substantial improvements in 3D object detection metrics (e.g., mAP and NDS) across multiple BEV backbones and shows stronger performance on long-tail objects and under adverse weather, while also supporting controllable BEV generation from layouts. The approach demonstrates the practicality of diffusion-based BEV denoising as a data-augmentationlike training aid, enabling more robust BEV representations without changing deployment architectures or adding inference latency.
Abstract
Bird's-eye-view (BEV) representations play a crucial role in autonomous driving tasks. Despite recent advancements in BEV generation, inherent noise, stemming from sensor limitations and the learning process, remains largely unaddressed, resulting in suboptimal BEV representations that adversely impact the performance of downstream tasks. To address this, we propose BEVDiffuser, a novel diffusion model that effectively denoises BEV feature maps using the ground-truth object layout as guidance. BEVDiffuser can be operated in a plug-and-play manner during training time to enhance existing BEV models without requiring any architectural modifications. Extensive experiments on the challenging nuScenes dataset demonstrate BEVDiffuser's exceptional denoising and generation capabilities, which enable significant enhancement to existing BEV models, as evidenced by notable improvements of 12.3\% in mAP and 10.1\% in NDS achieved for 3D object detection without introducing additional computational complexity. Moreover, substantial improvements in long-tail object detection and under challenging weather and lighting conditions further validate BEVDiffuser's effectiveness in denoising and enhancing BEV representations.
