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

Stereo R-CNN based 3D Object Detection for Autonomous Driving

About

We propose a 3D object detection method for autonomous driving by fully exploiting the sparse and dense, semantic and geometry information in stereo imagery. Our method, called Stereo R-CNN, extends Faster R-CNN for stereo inputs to simultaneously detect and associate object in left and right images. We add extra branches after stereo Region Proposal Network (RPN) to predict sparse keypoints, viewpoints, and object dimensions, which are combined with 2D left-right boxes to calculate a coarse 3D object bounding box. We then recover the accurate 3D bounding box by a region-based photometric alignment using left and right RoIs. Our method does not require depth input and 3D position supervision, however, outperforms all existing fully supervised image-based methods. Experiments on the challenging KITTI dataset show that our method outperforms the state-of-the-art stereo-based method by around 30% AP on both 3D detection and 3D localization tasks. Code has been released at https://github.com/HKUST-Aerial-Robotics/Stereo-RCNN.

Peiliang Li, Xiaozhi Chen, Shaojie Shen• 2019

Related benchmarks

TaskDatasetResultRank
3D Object DetectionnuScenes (test)
mAP52.5
829
3D Object DetectionNuScenes v1.0 (test)
mAP52.5
210
3D Object DetectionKITTI car (test)
AP3D (Easy)47.6
195
3D Object DetectionKITTI (val)--
85
3D Object DetectionKITTI (test)
AP_3D (Easy)49.23
83
3D Object DetectionKITTI car (val)--
62
Bird's Eye View Object Detection (Car)KITTI (test)
APBEV (Easy) @IoU=0.761.92
59
3D Object DetectionKITTI (val)
AP BEV (Overall)87.13
57
Birds-Eye-View DetectionKITTI (test)
AP BEV (Easy)0.6167
41
3D Object DetectionKITTI new (40 recall positions) (test)
AP3D (Moderate)30.23
38
Showing 10 of 23 rows

Other info

Code

Follow for update