HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

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

Shaoshuai Shi; Xiaogang Wang; Hongsheng Li

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

Abstract

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.

Code Repositories

sshaoshuai/PointRCNN
Official
pytorch
Mentioned in GitHub
direcf/pointrcnn_multiclass
pytorch
Mentioned in GitHub
sshaoshuai/Pointnet2.PyTorch
pytorch
Mentioned in GitHub
ModelBunker/PointRCNN-PyTorch
pytorch
Mentioned in GitHub
jskim808/js_pointrcnn
pytorch
Mentioned in GitHub
cxy1997/3D_adapt_auto_driving
pytorch
Mentioned in GitHub
KangchengLiu/RM3D
pytorch
Mentioned in GitHub
KPeng9510/MASS
pytorch
Mentioned in GitHub
sunshenggu/xc_eval_pcdet
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
3d-object-detection-on-kitti-cars-easyPointRCNN
AP: 84.32%
3d-object-detection-on-kitti-cars-hardPointRCNN
AP: 67.86%
3d-object-detection-on-kitti-cyclistsPointRCNN
AP: 59.60%
3d-object-detection-on-kitti-cyclists-easyPointRCNN
AP: 73.93%
3d-object-detection-on-kitti-cyclists-hardPointRCNN
AP: 53.59%
object-detection-on-kitti-cars-easyPointRCNN Shi et al. (2019)
AP: 85.94
object-detection-on-kitti-cars-hardPointRCNN Shi et al. (2019)
AP: 68.32
object-detection-on-kitti-cars-moderatePointRCNN Shi et al. (2019)
AP: 75.76
robust-3d-object-detection-on-kitti-cPointRCNN
mean Corruption Error (mCE): 91.88%

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
PointRCNN: 3D Object Proposal Generation and Detection from Point Cloud | Papers | HyperAI