CVDec 11, 2018

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

arXiv:1812.04244v22890 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses 3D object detection for autonomous driving by improving accuracy over previous methods, though it is incremental as it builds on existing two-stage detection paradigms.

The paper tackles 3D object detection from raw point clouds by proposing PointRCNN, a two-stage framework that directly generates proposals from point clouds and refines them in canonical coordinates, achieving state-of-the-art performance on the KITTI dataset with significant margins.

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 Implementations13 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes