English

Point Cloud Super Resolution with Adversarial Residual Graph Networks

Graphics 2019-08-07 v1 Image and Video Processing

Abstract

Point cloud super-resolution is a fundamental problem for 3D reconstruction and 3D data understanding. It takes a low-resolution (LR) point cloud as input and generates a high-resolution (HR) point cloud with rich details. In this paper, we present a data-driven method for point cloud super-resolution based on graph networks and adversarial losses. The key idea of the proposed network is to exploit the local similarity of point cloud and the analogy between LR input and HR output. For the former, we design a deep network with graph convolution. For the latter, we propose to add residual connections into graph convolution and introduce a skip connection between input and output. The proposed network is trained with a novel loss function, which combines Chamfer Distance (CD) and graph adversarial loss. Such a loss function captures the characteristics of HR point cloud automatically without manual design. We conduct a series of experiments to evaluate our method and validate the superiority over other methods. Results show that the proposed method achieves the state-of-the-art performance and have a good generalization ability to unseen data.

Keywords

Cite

@article{arxiv.1908.02111,
  title  = {Point Cloud Super Resolution with Adversarial Residual Graph Networks},
  author = {Huikai Wu and Junge Zhang and Kaiqi Huang},
  journal= {arXiv preprint arXiv:1908.02111},
  year   = {2019}
}

Comments

Code is available at https://github.com/wuhuikai/PointCloudSuperResolution

R2 v1 2026-06-23T10:40:53.535Z