English

Score-Based Point Cloud Denoising

Computer Vision and Pattern Recognition 2024-02-29 v5

Abstract

Point clouds acquired from scanning devices are often perturbed by noise, which affects downstream tasks such as surface reconstruction and analysis. The distribution of a noisy point cloud can be viewed as the distribution of a set of noise-free samples p(x)p(x) convolved with some noise model nn, leading to (pn)(x)(p * n)(x) whose mode is the underlying clean surface. To denoise a noisy point cloud, we propose to increase the log-likelihood of each point from pnp * n via gradient ascent -- iteratively updating each point's position. Since pnp * n is unknown at test-time, and we only need the score (i.e., the gradient of the log-probability function) to perform gradient ascent, we propose a neural network architecture to estimate the score of pnp * n given only noisy point clouds as input. We derive objective functions for training the network and develop a denoising algorithm leveraging on the estimated scores. Experiments demonstrate that the proposed model outperforms state-of-the-art methods under a variety of noise models, and shows the potential to be applied in other tasks such as point cloud upsampling. The code is available at \url{https://github.com/luost26/score-denoise}.

Keywords

Cite

@article{arxiv.2107.10981,
  title  = {Score-Based Point Cloud Denoising},
  author = {Shitong Luo and Wei Hu},
  journal= {arXiv preprint arXiv:2107.10981},
  year   = {2024}
}

Comments

ICCV 2021

R2 v1 2026-06-24T04:26:56.444Z