Fast Point Voxel Convolution Neural Network with Selective Feature Fusion for Point Cloud Semantic Segmentation
Xu Wang, Yuyan Li, Ye Duan

TL;DR
This paper introduces a lightweight, efficient point cloud neural network that directly processes entire point sets without sampling, combining voxel and point features through selective fusion for improved semantic segmentation.
Contribution
The paper proposes a novel point voxel convolution network with parallel branches and adaptive feature fusion, enabling efficient and accurate point cloud analysis without downsampling.
Findings
Achieves comparable accuracy to existing methods
Operates faster and uses less memory
Effective in object classification and semantic segmentation
Abstract
We present a novel lightweight convolutional neural network for point cloud analysis. In contrast to many current CNNs which increase receptive field by downsampling point cloud, our method directly operates on the entire point sets without sampling and achieves good performances efficiently. Our network consists of point voxel convolution (PVC) layer as building block. Each layer has two parallel branches, namely the voxel branch and the point branch. For the voxel branch specifically, we aggregate local features on non-empty voxel centers to reduce geometric information loss caused by voxelization, then apply volumetric convolutions to enhance local neighborhood geometry encoding. For the point branch, we use Multi-Layer Perceptron (MLP) to extract fine-detailed point-wise features. Outputs from these two branches are adaptively fused via a feature selection module. Moreover, we…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRemote Sensing and LiDAR Applications · 3D Surveying and Cultural Heritage · 3D Shape Modeling and Analysis
MethodsFeature Selection · Convolution
