paper-with-me

홈 › Papers

Score-Based Point Cloud Denoising

2021-07-23 · ICCV 2021 10 · Shitong Luo, Wei Hu

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)$ convolved with some noise model $n$, leading to $(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 $p * n$ via gradient ascent -- iteratively updating each point's position. Since $p * 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 $p * 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}.

📄 PDF Abstract BibTeX arXiv:2107.10981

Code (2)

luost26/score-denoise 공식 구현 pytorch
luost26/DMRDenoise pytorch

Tasks

Denoisingpoint cloud upsamplingSurface Reconstruction

Similar Papers 제목 키워드 기반

Noise2Score3D: Tweedie's Approach for Unsupervised Point Cloud Denoising

2025-03-12 · Xiangbin Wei

Building on recent advances in Bayesian statistics and image denoising, we propose Noise2Score3D, a fully unsupervised framework for point cloud denoising. Noise2Score3D learns the score function of the underlying point …

DenoisingImage Denoising

Adaptive and Iterative Point Cloud Denoising with Score-Based Diffusion Model

2025-09-18 · Zhaonan Wang, Manyi Li, ShiQing Xin, Changhe Tu arxiv

Point cloud denoising task aims to recover the clean point cloud from the scanned data coupled with different levels or patterns of noise. The recent state-of-the-art methods often train deep neural networks to update th…

Point Clouds

Noise2Score3D:Unsupervised Tweedie's Approach for Point Cloud Denoising

2025-02-24 · Xiangbin Wei

Building on recent advances in Bayesian statistics and image denoising, we propose Noise2Score3D, a fully unsupervised framework for point cloud denoising that addresses the critical challenge of limited availability of …

DenoisingImage Denoising

Denoising-Aware Temporal Point Cloud Completion for 3D Crop Architecture Recovery and Phenotypic Trait Extraction

2026-08-28 · Mrudul Mittal, Soumyashree Kar arxiv

High-throughput phenotyping depends on accurate 3D reconstruction of plants across growth stages, yet the development and evaluation of temporal completion methods are limited by the lack of datasets with complete geomet…

Point Cloud Completion3D ReconstructionPoint Clouds

3D Point Cloud Denoising via Deep Neural Network based Local Surface Estimation

2019-04-09 · Chaojing Duan, Siheng Chen, Jelena Kovacevic

We present a neural-network-based architecture for 3D point cloud denoising called neural projection denoising (NPD). In our previous work, we proposed a two-stage denoising algorithm, which first estimates reference pla…

Denoising