TL;DR
This paper introduces Projection-based Point Convolution (PPConv), a novel method for point cloud segmentation that leverages 2D convolutions and MLPs to improve processing speed and efficiency over existing point-based and voxel-based methods.
Contribution
PPConv is a new point convolutional module that avoids traditional point or voxel-based convolutions, enabling faster and more efficient point cloud processing.
Findings
PPConv achieves superior efficiency in segmentation tasks.
It outperforms state-of-the-art methods in inference time.
Experimental results on S3DIS and ShapeNetPart validate its effectiveness.
Abstract
Understanding point cloud has recently gained huge interests following the development of 3D scanning devices and the accumulation of large-scale 3D data. Most point cloud processing algorithms can be classified as either point-based or voxel-based methods, both of which have severe limitations in processing time or memory, or both. To overcome these limitations, we propose Projection-based Point Convolution (PPConv), a point convolutional module that uses 2D convolutions and multi-layer perceptrons (MLPs) as its components. In PPConv, point features are processed through two branches: point branch and projection branch. Point branch consists of MLPs, while projection branch transforms point features into a 2D feature map and then apply 2D convolutions. As PPConv does not use point-based or voxel-based convolutions, it has advantages in fast point cloud processing. When combined with a…
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
MethodsConvolution
