Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

RCBEVDet: Radar-camera Fusion in Bird's Eye View for 3D Object Detection

About

Three-dimensional object detection is one of the key tasks in autonomous driving. To reduce costs in practice, low-cost multi-view cameras for 3D object detection are proposed to replace the expansive LiDAR sensors. However, relying solely on cameras is difficult to achieve highly accurate and robust 3D object detection. An effective solution to this issue is combining multi-view cameras with the economical millimeter-wave radar sensor to achieve more reliable multi-modal 3D object detection. In this paper, we introduce RCBEVDet, a radar-camera fusion 3D object detection method in the bird's eye view (BEV). Specifically, we first design RadarBEVNet for radar BEV feature extraction. RadarBEVNet consists of a dual-stream radar backbone and a Radar Cross-Section (RCS) aware BEV encoder. In the dual-stream radar backbone, a point-based encoder and a transformer-based encoder are proposed to extract radar features, with an injection and extraction module to facilitate communication between the two encoders. The RCS-aware BEV encoder takes RCS as the object size prior to scattering the point feature in BEV. Besides, we present the Cross-Attention Multi-layer Fusion module to automatically align the multi-modal BEV feature from radar and camera with the deformable attention mechanism, and then fuse the feature with channel and spatial fusion layers. Experimental results show that RCBEVDet achieves new state-of-the-art radar-camera fusion results on nuScenes and view-of-delft (VoD) 3D object detection benchmarks. Furthermore, RCBEVDet achieves better 3D detection results than all real-time camera-only and radar-camera 3D object detectors with a faster inference speed at 21~28 FPS. The source code will be released at https://github.com/VDIGPKU/RCBEVDet.

Zhiwei Lin, Zhe Liu, Zhongyu Xia, Xinhao Wang, Yongtao Wang, Shengxiang Qi, Yang Dong, Nan Dong, Le Zhang, Ce Zhu• 2024

Related benchmarks

TaskDatasetResultRank
3D Object DetectionnuScenes (val)
NDS56.8
941
3D Object DetectionnuScenes (test)
mAP55
829
3D Object DetectionNuScenes v1.0 (test)
mAP55
210
3D Object DetectionView-of-Delft (VoD) Entire Annotated Area (val)
mAP3D49.99
86
3D Object DetectionView-of-Delft (VoD) In Driving Corridor (val)
AP3D (Car)72.48
52
3D Object DetectionTJ4DRadSet (test)
mAP3D31.12
44
BEV Object DetectionTJ4DRadSet (test)
BEV mAP37.46
21
3D Object DetectionView-of-Delft (VoD) (val)
AP (Car, Entire Area)40.63
18
3D Object DetectionView-of-Delft Region of Interest (val)
AP (Car)72.48
10
3D Object DetectionView-of-Delft (VoD) 4D millimeter-wave radar (val)
AP (Car) - Entire Area40.63
4
Showing 10 of 10 rows

Other info

Code

Follow for update