PV-RCNN: Point-Voxel Feature Set Abstraction for 3D Object Detection
Shaoshuai Shi, Chaoxu Guo, Li Jiang, Zhe Wang, Jianping Shi, Xiaogang, Wang, Hongsheng Li

TL;DR
PV-RCNN is a new 3D object detection framework that combines voxel CNN and PointNet techniques to improve accuracy in point cloud analysis, achieving state-of-the-art results on KITTI and Waymo datasets.
Contribution
It introduces a novel voxel set abstraction module and RoI-grid pooling to enhance feature learning and proposal quality in 3D detection from point clouds.
Findings
Surpasses state-of-the-art methods on KITTI dataset
Achieves high detection accuracy on Waymo dataset
Efficiently encodes scene features with voxel and point-based methods
Abstract
We present a novel and high-performance 3D object detection framework, named PointVoxel-RCNN (PV-RCNN), for accurate 3D object detection from point clouds. Our proposed method deeply integrates both 3D voxel Convolutional Neural Network (CNN) and PointNet-based set abstraction to learn more discriminative point cloud features. It takes advantages of efficient learning and high-quality proposals of the 3D voxel CNN and the flexible receptive fields of the PointNet-based networks. Specifically, the proposed framework summarizes the 3D scene with a 3D voxel CNN into a small set of keypoints via a novel voxel set abstraction module to save follow-up computations and also to encode representative scene features. Given the high-quality 3D proposals generated by the voxel CNN, the RoI-grid pooling is proposed to abstract proposal-specific features from the keypoints to the RoI-grid points via…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
PV-RCNN: Point-Voxel Feature Set Abstraction for 3D Object Detection· youtube
Taxonomy
Topics3D Shape Modeling and Analysis · 3D Surveying and Cultural Heritage · Robotics and Sensor-Based Localization
