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

PointRCNN: 3D Object Proposal Generation and Detection from Point Cloud

About

In this paper, we propose PointRCNN for 3D object detection from raw point cloud. The whole framework is composed of two stages: stage-1 for the bottom-up 3D proposal generation and stage-2 for refining proposals in the canonical coordinates to obtain the final detection results. Instead of generating proposals from RGB image or projecting point cloud to bird's view or voxels as previous methods do, our stage-1 sub-network directly generates a small number of high-quality 3D proposals from point cloud in a bottom-up manner via segmenting the point cloud of the whole scene into foreground points and background. The stage-2 sub-network transforms the pooled points of each proposal to canonical coordinates to learn better local spatial features, which is combined with global semantic features of each point learned in stage-1 for accurate box refinement and confidence prediction. Extensive experiments on the 3D detection benchmark of KITTI dataset show that our proposed architecture outperforms state-of-the-art methods with remarkable margins by using only point cloud as input. The code is available at https://github.com/sshaoshuai/PointRCNN.

Shaoshuai Shi, Xiaogang Wang, Hongsheng Li• 2018

Related benchmarks

TaskDatasetResultRank
3D Object DetectionKITTI car (test)
AP3D (Easy)86.96
195
3D Object DetectionScanNet
mAP@0.2545.7
123
3D Object DetectionSUN RGB-D
mAP@0.2546.5
104
3D Object DetectionKITTI (val)
AP3D (Moderate)78.63
85
3D Object DetectionKITTI (test)
AP_3D (Easy)85.94
83
3D Object DetectionKITTI car (val)
AP 3D Easy91.65
62
Bird's Eye View DetectionKITTI Car class official (test)
AP (Easy)92.13
62
3D Object DetectionKITTI (test)
3D AP Easy86.96
61
3D Object DetectionKITTI (test)
AP_3D Car (Easy)86.96
60
Bird's Eye View Object Detection (Car)KITTI (test)
APBEV (Easy) @IoU=0.792.13
59
Showing 10 of 52 rows

Other info

Code

Follow for update