Table of Contents
Fetching ...

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

Chao Chen, Yu-Shen Liu, Zhizhong Han

TL;DR

This work introduces a novel statistical reasoning algorithm in local regions which is able to finetune data-driven based priors without signed distance supervision, clean point cloud, or point normals, and this helps the method start with a good initialization, and converge to a minimum in a much faster way.

Abstract

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-based strategy. However, these two kinds of methods are with either poor generalization or slow convergence, which limits their capability under challenging scenarios like highly noisy point clouds. To resolve this issue, we propose a method to promote pros of both data-driven based and overfitting-based methods for better generalization, faster inference, and higher accuracy in learning neural SDFs. We introduce a novel statistical reasoning algorithm in local regions which is able to finetune data-driven based priors without signed distance supervision, clean point cloud, or point normals. This helps our method start with a good initialization, and converge to a minimum in a much faster way. Our numerical and visual comparisons with the state-of-the-art methods show our superiority over these methods in surface reconstruction and point cloud denoising on widely used shape and scene benchmarks. The code is available at https://github.com/chenchao15/LocalN2NM.

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

TL;DR

This work introduces a novel statistical reasoning algorithm in local regions which is able to finetune data-driven based priors without signed distance supervision, clean point cloud, or point normals, and this helps the method start with a good initialization, and converge to a minimum in a much faster way.

Abstract

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-based strategy. However, these two kinds of methods are with either poor generalization or slow convergence, which limits their capability under challenging scenarios like highly noisy point clouds. To resolve this issue, we propose a method to promote pros of both data-driven based and overfitting-based methods for better generalization, faster inference, and higher accuracy in learning neural SDFs. We introduce a novel statistical reasoning algorithm in local regions which is able to finetune data-driven based priors without signed distance supervision, clean point cloud, or point normals. This helps our method start with a good initialization, and converge to a minimum in a much faster way. Our numerical and visual comparisons with the state-of-the-art methods show our superiority over these methods in surface reconstruction and point cloud denoising on widely used shape and scene benchmarks. The code is available at https://github.com/chenchao15/LocalN2NM.

Paper Structure

This paper contains 15 sections, 3 equations, 21 figures, 17 tables.

Figures (21)

  • Figure 1: The overview of our method. We learn the data-driven based prior by learning a neural implicit function $f'$ with a condition $\bm{c}'$ on a clean dataset. During inference, we employ a novel statistical reasoning algorithm to infer a neural SDF $f$ for a noisy point cloud $M$ with learned prior (average code and learned parameter).
  • Figure 2: Comparison in surface reconstruction on ShapeNet. More visual results are provided in the appendix.
  • Figure 3: Comparison in surface reconstruction on ABC. More visual results are provided in the appendix.
  • Figure 4: Comparison in surface reconstruction on SRB. More visual results are provided in the appendix.
  • Figure 5: Comparison in surface reconstruction on FAMOUS. More visual results are provided in the appendix.
  • ...and 16 more figures