paper-with-me

Papers

PU-GCN: Point Cloud Upsampling using Graph Convolutional Networks

2019-11-30 · CVPR 2021 1 · Guocheng Qian, Abdulellah Abualshour, Guohao Li, Ali Thabet, Bernard Ghanem

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 state-of-art performance with much fewer parameters and more efficient inference.

📄 PDF Abstract BibTeX arXiv:1912.03264

Code (1)

guochengqian/PU-GCN 공식 구현 tf

Tasks

3D ReconstructionPoint Cloud Super Resolutionpoint cloud upsampling

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

PU-EdgeFormer: Edge Transformer for Dense Prediction in Point Cloud Upsampling

2023-05-02 · Dohoon Kim, Minwoo Shin, Joonki Paik

Despite the recent development of deep learning-based point cloud upsampling, most MLP-based point cloud upsampling methods have limitations in that it is difficult to train the local and global structure of the point cl…

point cloud upsampling

Meta-PU: An Arbitrary-Scale Upsampling Network for Point Cloud

2021-02-09 · Shuquan Ye; Dongdong Chen; Songfang Han; Ziyu Wan; Jing Liao

Point cloud upsampling is vital for the quality of the mesh in three-dimensional reconstruction. Recent research on point cloud upsampling has achieved great success due to the development of deep learning. However, the …

Point Cloud Super Resolutionpoint cloud upsampling

PUFA-GAN: A Frequency-Aware Generative Adversarial Network for 3D Point Cloud Upsampling

2022-03-02 · Hao liu, Hui Yuan, Junhui Hou, Raouf Hamzaoui 외

We propose a generative adversarial network for point cloud upsampling, which can not only make the upsampled points evenly distributed on the underlying surface but also efficiently generate clean high frequency regions…

DescriptiveGenerative Adversarial Networkpoint cloud upsampling

A Comparative Study of Feature Expansion Unit for 3D Point Cloud Upsampling

2022-05-19 · Qiang Li, Tao Dai, Shu-Tao Xia

Recently, deep learning methods have shown great success in 3D point cloud upsampling. Among these methods, many feature expansion units were proposed to complete point expansion at the end. In this paper, we compare var…

Image Super-Resolutionpoint cloud upsamplingSuper-Resolution

Learning Localized Generative Models for 3D Point Clouds via Graph Convolution

2019-05-01 · ICLR 2019 5 · Diego Valsesia, Giulia Fracastoro, Enrico Magli

Point clouds are an important type of geometric data and have widespread use in computer graphics and vision. However, learning representations for point clouds is particularly challenging due to their nature as being an…

Point Cloud Generation