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

FusionRCNN: LiDAR-Camera Fusion for Two-stage 3D Object Detection

About

3D object detection with multi-sensors is essential for an accurate and reliable perception system of autonomous driving and robotics. Existing 3D detectors significantly improve the accuracy by adopting a two-stage paradigm which merely relies on LiDAR point clouds for 3D proposal refinement. Though impressive, the sparsity of point clouds, especially for the points far away, making it difficult for the LiDAR-only refinement module to accurately recognize and locate objects.To address this problem, we propose a novel multi-modality two-stage approach named FusionRCNN, which effectively and efficiently fuses point clouds and camera images in the Regions of Interest(RoI). FusionRCNN adaptively integrates both sparse geometry information from LiDAR and dense texture information from camera in a unified attention mechanism. Specifically, it first utilizes RoIPooling to obtain an image set with a unified size and gets the point set by sampling raw points within proposals in the RoI extraction step; then leverages an intra-modality self-attention to enhance the domain-specific features, following by a well-designed cross-attention to fuse the information from two modalities.FusionRCNN is fundamentally plug-and-play and supports different one-stage methods with almost no architectural changes. Extensive experiments on KITTI and Waymo benchmarks demonstrate that our method significantly boosts the performances of popular detectors.Remarkably, FusionRCNN significantly improves the strong SECOND baseline by 6.14% mAP on Waymo, and outperforms competing two-stage approaches. Code will be released soon at https://github.com/xxlbigbrother/Fusion-RCNN.

Xinli Xu, Shaocong Dong, Lihe Ding, Jie Wang, Tingfa Xu, Jianan Li• 2022

Related benchmarks

TaskDatasetResultRank
Object affordance anticipationPIAD (Seen)
AUC76.1
13
3D Affordance GroundingPIAD (Seen)
aIOU11.97
12
3D Affordance GroundingPIAD (Unseen)
aIOU4.71
12
Affordance SegmentationPIAD (Unseen)
AUC61.9
10
Affordance SegmentationPIAD (Seen)
AUC76.1
10
3D Affordance LearningPIAD (Unseen)
aIoU5.1
9
3D Affordance GroundingPIAD Unseen Object v2
aIOU18.08
7
3D Affordance GroundingPIAD v2 (Seen)
mIoU33.55
7
3D Affordance GroundingPIAD Unseen Affordance v2
aIOU7.96
7
Affordance SegmentationPIAD v2 (Unseen)
AUC72.2
7
Showing 10 of 10 rows

Other info

Follow for update