Skip to content

PV-RCNN: Point-Voxel Feature Set Abstraction for 3D Object Detection, CVPR 2020.

Notifications You must be signed in to change notification settings

saibasitan/PV-RCNN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

PV-RCNN: Point-Voxel Feature Set Abstraction for 3D Object Detection

This repo is for our CVPR 2020 paper PointVoxel-RCNN for 3D object detection from point cloud.

[arXiv]  

Code: Please refer to [OpenLidarPerceptron] for the codes of PV-RCNN.

Authors: Shaoshuai Shi, Chaoxu Guo, Li Jiang, Zhe Wang, Jianping Shi, Xiaogang Wang, Hongsheng Li.

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 keypoint set abstraction with multiple receptive fields. Compared with conventional pooling operations, the RoI-grid feature points encode much richer context information for accurately estimating object confidences and locations. Extensive experiments on both the KITTI dataset and the Waymo Open dataset show that our proposed PV-RCNN surpasses state-of-the-art 3D detection methods with remarkable margins by using only point clouds.

teaser

Code

PV-RCNN codes have been released to [OpenLidarPerceptron].

Citation

If you find this work useful in your research, please consider cite:

@inproceedings{shi2020pv,
  title={PV-RCNN: Point-Voxel Feature Set Abstraction for 3D Object Detection},
  author={Shi, Shaoshuai and Guo, Chaoxu and Jiang, Li and Wang, Zhe and Shi, Jianping and Wang, Xiaogang and Li, Hongsheng},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  year={2020}
}

About

PV-RCNN: Point-Voxel Feature Set Abstraction for 3D Object Detection, CVPR 2020.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published