Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

BEVFusion: Multi-Task Multi-Sensor Fusion with Unified Bird's-Eye View Representation

About

Multi-sensor fusion is essential for an accurate and reliable autonomous driving system. Recent approaches are based on point-level fusion: augmenting the LiDAR point cloud with camera features. However, the camera-to-LiDAR projection throws away the semantic density of camera features, hindering the effectiveness of such methods, especially for semantic-oriented tasks (such as 3D scene segmentation). In this paper, we break this deeply-rooted convention with BEVFusion, an efficient and generic multi-task multi-sensor fusion framework. It unifies multi-modal features in the shared bird's-eye view (BEV) representation space, which nicely preserves both geometric and semantic information. To achieve this, we diagnose and lift key efficiency bottlenecks in the view transformation with optimized BEV pooling, reducing latency by more than 40x. BEVFusion is fundamentally task-agnostic and seamlessly supports different 3D perception tasks with almost no architectural changes. It establishes the new state of the art on nuScenes, achieving 1.3% higher mAP and NDS on 3D object detection and 13.6% higher mIoU on BEV map segmentation, with 1.9x lower computation cost. Code to reproduce our results is available at https://github.com/mit-han-lab/bevfusion.

Zhijian Liu, Haotian Tang, Alexander Amini, Xinyu Yang, Huizi Mao, Daniela Rus, Song Han• 2022

Related benchmarks

TaskDatasetResultRank
3D Object DetectionnuScenes (val)
NDS74.9
981
3D Object DetectionnuScenes (test)
mAP75
874
3D Object DetectionNuScenes v1.0 (test)
mAP71.3
210
3D Object DetectionnuScenes v1.0 (val)
mAP (Overall)68.52
207
3D Multi-Object TrackingnuScenes (test)
ID Switches506
139
3D Object DetectionnuScenes (val)
mAP68.5
128
3D Object DetectionnuScenes v1.0-trainval (val)
NDS71.47
121
3D Object DetectionView-of-Delft (VoD) Entire Annotated Area (val)
mAP3D68.52
115
3D Object DetectionWaymo Open Dataset (test)
Vehicle L2 mAPH80.92
105
3D Object DetectionView-of-Delft (VoD) In Driving Corridor (val)
AP3D (Car)70.21
81
Showing 10 of 48 rows

Other info

Code

Follow for update