paper-with-me

Papers

PV-RCNN++: Point-Voxel Feature Set Abstraction With Local Vector Representation for 3D Object Detection

2021-01-31 · Shaoshuai Shi, Li Jiang, Jiajun Deng, Zhe Wang, Chaoxu Guo, Jianping Shi, Xiaogang Wang, Hongsheng Li

3D object detection is receiving increasing attention from both industry and academia thanks to its wide applications in various fields. In this paper, we propose Point-Voxel Region-based Convolution Neural Networks (PV-RCNNs) for 3D object detection on point clouds. First, we propose a novel 3D detector, PV-RCNN, which boosts the 3D detection performance by deeply integrating the feature learning of both point-based set abstraction and voxel-based sparse convolution through two novel steps, i.e., the voxel-to-keypoint scene encoding and the keypoint-to-grid RoI feature abstraction. Second, we propose an advanced framework, PV-RCNN++, for more efficient and accurate 3D object detection. It consists of two major improvements: sectorized proposal-centric sampling for efficiently producing more representative keypoints, and VectorPool aggregation for better aggregating local point features with much less resource consumption. With these two strategies, our PV-RCNN++ is about $3\times$ faster than PV-RCNN, while also achieving better performance. The experiments demonstrate that our proposed PV-RCNN++ framework achieves state-of-the-art 3D detection performance on the large-scale and highly-competitive Waymo Open Dataset with 10 FPS inference speed on the detection range of 150m * 150m.

📄 PDF Abstract BibTeX arXiv:2102.00463

Code (1)

open-mmlab/OpenPCDet 공식 구현 pytorch

Tasks

3D Object DetectionObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

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

2019-12-31 · CVPR 2020 6 · Shaoshuai Shi, Chaoxu Guo, Li Jiang, Zhe Wang 외

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 Convolutiona…

3D Object DetectionObjectobject-detectionObject Detection+1

PV-RCNN++: Semantical Point-Voxel Feature Interaction for 3D Object Detection

2022-08-29 · Peng Wu, Lipeng Gu, Xuefeng Yan, Haoran Xie 외

Large imbalance often exists between the foreground points (i.e., objects) and the background points in outdoor LiDAR point clouds. It hinders cutting-edge detectors from focusing on informative areas to produce accurate…

3D Object DetectionNovel Object DetectionObjectobject-detection+2

Point-Voxel Adaptive Feature Abstraction for Robust Point Cloud Classification

2022-10-27 · Lifa Zhu, Changwei Lin, Chen Zheng, Ninghua Yang

Great progress has been made in point cloud classification with learning-based methods. However, complex scene and sensor inaccuracy in real-world application make point cloud data suffer from corruptions, such as occlus…

ClassificationPoint Cloud Classification

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

2018-12-11 · CVPR 2019 6 · Shaoshuai Shi, Xiaogang Wang, Hongsheng Li

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 …

3D Object Detectionobject-detectionObject DetectionObject Proposal Generation+1

Structure Information is the Key: Self-Attention RoI Feature Extractor in 3D Object Detection

2021-11-01 · Diankun Zhang, Zhijie Zheng, Xueting Bi, Xiaojun Liu

Unlike 2D object detection where all RoI features come from grid pixels, the RoI feature extraction of 3D point cloud object detection is more diverse. In this paper, we first compare and analyze the differences in struc…

2D Object Detection3D Object DetectionObjectobject-detection+2