RGCNN: Regularized Graph CNN for Point Cloud Segmentation
Gusi Te, Wei Hu, Zongming Guo, Amin Zheng

TL;DR
This paper introduces RGCNN, a novel graph convolutional neural network that directly processes point clouds for segmentation and classification, reducing complexity and improving robustness without converting data to regular grids.
Contribution
The paper proposes a regularized graph CNN that adaptively updates graph structure and incorporates smoothness priors, enabling efficient and robust point cloud analysis directly from raw data.
Findings
Significantly reduces computational complexity.
Achieves competitive performance on ShapeNet and ModelNet40 datasets.
Demonstrates increased robustness to noise and varying point cloud density.
Abstract
Point cloud, an efficient 3D object representation, has become popular with the development of depth sensing and 3D laser scanning techniques. It has attracted attention in various applications such as 3D tele-presence, navigation for unmanned vehicles and heritage reconstruction. The understanding of point clouds, such as point cloud segmentation, is crucial in exploiting the informative value of point clouds for such applications. Due to the irregularity of the data format, previous deep learning works often convert point clouds to regular 3D voxel grids or collections of images before feeding them into neural networks, which leads to voluminous data and quantization artifacts. In this paper, we instead propose a regularized graph convolutional neural network (RGCNN) that directly consumes point clouds. Leveraging on spectral graph theory, we treat features of points in a point cloud…
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 · Advanced Neural Network Applications · Remote Sensing and LiDAR Applications
MethodsConvolution
