PointConv: Deep Convolutional Networks on 3D Point Clouds
Wenxuan Wu, Zhongang Qi, Li Fuxin

TL;DR
PointConv introduces a novel convolution operation for 3D point clouds, enabling deep neural networks to effectively learn from irregular and unordered data, achieving state-of-the-art results in 3D segmentation and comparable performance to 2D CNNs.
Contribution
This work presents a new convolution method for point clouds, including an efficient reformulation that scales up deep networks and improves performance.
Findings
Achieves state-of-the-art results on ModelNet40, ShapeNet, and ScanNet.
Demonstrates competitive performance on CIFAR-10 converted to point clouds.
Enables translation-invariant and permutation-invariant convolution on 3D points.
Abstract
Unlike images which are represented in regular dense grids, 3D point clouds are irregular and unordered, hence applying convolution on them can be difficult. In this paper, we extend the dynamic filter to a new convolution operation, named PointConv. PointConv can be applied on point clouds to build deep convolutional networks. We treat convolution kernels as nonlinear functions of the local coordinates of 3D points comprised of weight and density functions. With respect to a given point, the weight functions are learned with multi-layer perceptron networks and density functions through kernel density estimation. The most important contribution of this work is a novel reformulation proposed for efficiently computing the weight functions, which allowed us to dramatically scale up the network and significantly improve its performance. The learned convolution kernel can be used to compute…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · 3D Surveying and Cultural Heritage · Robotics and Sensor-Based Localization
MethodsConvolution
