Lift-Attend-Splat: Bird's-eye-view camera-lidar fusion using transformers
James Gunn, Zygmunt Lenyk, Anuj Sharma, Andrea Donati, Alexandru Buburuzan, John Redford, Romain Mueller
TL;DR
This paper interrogates the role of monocular depth in camera-lidar fusion for 3D object detection and shows that depth prediction from monocular cues is not essential when lidar is available. It introduces Lift-Attend-Splat, a depth-free fusion method that projects camera features into BEV via a lightweight transformer attention mechanism with lidar context, allowing camera information to influence multiple BEV locations. Across nuScenes, the method outperforms Lift-Splat baselines and competes with state-of-the-art fusion approaches, with additional gains from temporal feature aggregation and test-time ensembling. The work suggests reframing multimodal fusion away from depth-centric projections toward attention-driven fusion, potentially enabling simpler, more robust perception pipelines and informing future camera-only or radar-augmented extensions.
Abstract
Combining complementary sensor modalities is crucial to providing robust perception for safety-critical robotics applications such as autonomous driving (AD). Recent state-of-the-art camera-lidar fusion methods for AD rely on monocular depth estimation which is a notoriously difficult task compared to using depth information from the lidar directly. Here, we find that this approach does not leverage depth as expected and show that naively improving depth estimation does not lead to improvements in object detection performance. Strikingly, we also find that removing depth estimation altogether does not degrade object detection performance substantially, suggesting that relying on monocular depth could be an unnecessary architectural bottleneck during camera-lidar fusion. In this work, we introduce a novel fusion method that bypasses monocular depth estimation altogether and instead selects and fuses camera and lidar features in a bird's-eye-view grid using a simple attention mechanism. We show that our model can modulate its use of camera features based on the availability of lidar features and that it yields better 3D object detection on the nuScenes dataset than baselines relying on monocular depth estimation.
