English

Grad-PU: Arbitrary-Scale Point Cloud Upsampling via Gradient Descent with Learned Distance Functions

Computer Vision and Pattern Recognition 2023-04-25 v1

Abstract

Most existing point cloud upsampling methods have roughly three steps: feature extraction, feature expansion and 3D coordinate prediction. However,they usually suffer from two critical issues: (1)fixed upsampling rate after one-time training, since the feature expansion unit is customized for each upsampling rate; (2)outliers or shrinkage artifact caused by the difficulty of precisely predicting 3D coordinates or residuals of upsampled points. To adress them, we propose a new framework for accurate point cloud upsampling that supports arbitrary upsampling rates. Our method first interpolates the low-res point cloud according to a given upsampling rate. And then refine the positions of the interpolated points with an iterative optimization process, guided by a trained model estimating the difference between the current point cloud and the high-res target. Extensive quantitative and qualitative results on benchmarks and downstream tasks demonstrate that our method achieves the state-of-the-art accuracy and efficiency.

Keywords

Cite

@article{arxiv.2304.11846,
  title  = {Grad-PU: Arbitrary-Scale Point Cloud Upsampling via Gradient Descent with Learned Distance Functions},
  author = {Yun He and Danhang Tang and Yinda Zhang and Xiangyang Xue and Yanwei Fu},
  journal= {arXiv preprint arXiv:2304.11846},
  year   = {2023}
}

Comments

Accepted by CVPR 2023. Code is avaliable at https://github.com/yunhe20/Grad-PU

R2 v1 2026-06-28T10:15:21.362Z