paper-with-me

Papers

Learning Signed Distance Functions from Noisy 3D Point Clouds via Noise to Noise Mapping

2023-06-02 · Baorui Ma, Yu-Shen Liu, Zhizhong Han

Learning signed distance functions (SDFs) from 3D point clouds is an important task in 3D computer vision. However, without ground truth signed distances, point normals or clean point clouds, current methods still struggle from learning SDFs from noisy point clouds. To overcome this challenge, we propose to learn SDFs via a noise to noise mapping, which does not require any clean point cloud or ground truth supervision for training. Our novelty lies in the noise to noise mapping which can infer a highly accurate SDF of a single object or scene from its multiple or even single noisy point cloud observations. Our novel learning manner is supported by modern Lidar systems which capture multiple noisy observations per second. We achieve this by a novel loss which enables statistical reasoning on point clouds and maintains geometric consistency although point clouds are irregular, unordered and have no point correspondence among noisy observations. Our evaluation under the widely used benchmarks demonstrates our superiority over the state-of-the-art methods in surface reconstruction, point cloud denoising and upsampling. Our code, data, and pre-trained models are available at https://github.com/mabaorui/Noise2NoiseMapping/

📄 PDF Abstract BibTeX arXiv:2306.01405

Code (1)

mabaorui/noise2noisemapping 공식 구현 tf

Tasks

DenoisingSurface Reconstruction

Similar Papers 제목 키워드 기반

Inferring Neural Signed Distance Functions by Overfitting on Single Noisy Point Clouds through Finetuning Data-Driven based Priors

2024-10-25 · Chao Chen, Yu-Shen Liu, Zhizhong Han

It is important to estimate an accurate signed distance function (SDF) from a point cloud in many computer vision applications. The latest methods learn neural SDFs using either a data-driven based or an overfitting-base…

DenoisingSurface Reconstruction

CAP-UDF: Learning Unsigned Distance Functions Progressively from Raw Point Clouds with Consistency-Aware Field Optimization

2022-10-06 · Junsheng Zhou, Baorui Ma, Shujuan Li, Yu-Shen Liu 외

Surface reconstruction for point clouds is an important task in 3D computer vision. Most of the latest methods resolve this problem by learning signed distance functions from point clouds, which are limited to reconstruc…

Surface Reconstruction

SDFReg: Learning Signed Distance Functions for Point Cloud Registration

2023-04-18 · Leida Zhang, Zhengda Lu, Kai Liu, Yiqun Wang

Learning-based point cloud registration methods can handle clean point clouds well, while it is still challenging to generalize to noisy, partial, and density-varying point clouds. To this end, we propose a novel point c…

Point Cloud Registration

Unsupervised Inference of Signed Distance Functions from Single Sparse Point Clouds without Learning Priors

2023-03-25 · CVPR 2023 1 · Chao Chen, Yu-Shen Liu, Zhizhong Han

It is vital to infer signed distance functions (SDFs) from 3D point clouds. The latest methods rely on generalizing the priors learned from large scale supervision. However, the learned priors do not generalize well to v…

Surface Reconstruction

Implicit Filtering for Learning Neural Signed Distance Functions from 3D Point Clouds

2024-07-18 · Shengtao Li, Ge Gao, Yudong Liu, Ming Gu 외

Neural signed distance functions (SDFs) have shown powerful ability in fitting the shape geometry. However, inferring continuous signed distance fields from discrete unoriented point clouds still remains a challenge. The…

Surface Reconstruction