PU-GCN: Point Cloud Upsampling using Graph Convolutional Networks
Guocheng Qian, Abdulellah Abualshour, Guohao Li, Ali Thabet, and Bernard Ghanem

TL;DR
PU-GCN introduces a novel graph convolutional network-based point cloud upsampling method that improves state-of-the-art performance with fewer parameters and enhanced efficiency by combining NodeShuffle and Inception DenseGCN modules.
Contribution
The paper proposes NodeShuffle for better local point encoding and Inception DenseGCN for multi-scale feature extraction, forming a new efficient upsampling pipeline called PU-GCN.
Findings
PU-GCN outperforms existing methods in accuracy.
It achieves state-of-the-art results with fewer parameters.
The pipeline offers more efficient inference.
Abstract
The effectiveness of learning-based point cloud upsampling pipelines heavily relies on the upsampling modules and feature extractors used therein. For the point upsampling module, we propose a novel model called NodeShuffle, which uses a Graph Convolutional Network (GCN) to better encode local point information from point neighborhoods. NodeShuffle is versatile and can be incorporated into any point cloud upsampling pipeline. Extensive experiments show how NodeShuffle consistently improves state-of-the-art upsampling methods. For feature extraction, we also propose a new multi-scale point feature extractor, called Inception DenseGCN. By aggregating features at multiple scales, this feature extractor enables further performance gain in the final upsampled point clouds. We combine Inception DenseGCN with NodeShuffle into a new point upsampling pipeline called PU-GCN. PU-GCN sets new…
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 · Remote Sensing and LiDAR Applications
MethodsGraph Convolutional Network
