PU-GCN: Point Cloud Upsampling Using Graph Convolutional Networks

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

Cite

Text

Qian et al. "PU-GCN: Point Cloud Upsampling Using Graph Convolutional Networks." Conference on Computer Vision and Pattern Recognition, 2021. doi:10.1109/CVPR46437.2021.01151

Markdown

[Qian et al. "PU-GCN: Point Cloud Upsampling Using Graph Convolutional Networks." Conference on Computer Vision and Pattern Recognition, 2021.](https://mlanthology.org/cvpr/2021/qian2021cvpr-pugcn/) doi:10.1109/CVPR46437.2021.01151

BibTeX

@inproceedings{qian2021cvpr-pugcn,
  title     = {{PU-GCN: Point Cloud Upsampling Using Graph Convolutional Networks}},
  author    = {Qian, Guocheng and Abualshour, Abdulellah and Li, Guohao and Thabet, Ali and Ghanem, Bernard},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2021},
  pages     = {11683-11692},
  doi       = {10.1109/CVPR46437.2021.01151},
  url       = {https://mlanthology.org/cvpr/2021/qian2021cvpr-pugcn/}
}