Abstract

This paper presents a neural network for robust normal estimation on point clouds, named AdaFit, that can deal with point clouds with noise and density variations. Existing works use a network to learn point-wise weights for weighted least squares surface fitting to estimate the normal, which has difficulty in finding accurate normals in complex regions or containing noisy points. By analyzing the step of weighted least squares surface fitting, we find that it is hard to determine the polynomial order of the fitting surface and the fitting surface is sensitive to outliers. To address these problems, we propose a simple yet effective solution that adds an additional offset prediction to improve the quality of normal estimation. Furthermore, in order to take advantage of points from different neighborhood sizes, a novel Cascaded Scale Aggregation layer is proposed to help the network predict more accurate point-wise offsets and weights. Extensive experiments demonstrate that AdaFit achieves state-of-the-art performance on both the synthetic PCPNet dataset and the real-word SceneNN dataset.

Overview video


Results

a). Errors of normal estimation on the PCPNet dataset.

b). Errors of normal estimation on the SceneNN dataset.

Application

a). The comparison of the Poisson surface reconstruction using the estimated normals from different methods.

b). Qualitative results of point cloud denoising. The first row shows the denoised point clouds while the second row shows the corresponding reconstructed surfaces.

More results

  1. PCPNET: Learning Local Shape Properties from Raw Point Clouds (2018)
  2. Deep Iterative Surface Normal Estimation (2020)
  3. DeepFit: 3D Surface Fitting via Neural Network Weighted Least Squares (2020)

BibTeX

@misc{2108.05836,
Author = {Runsong Zhu and Yuan Liu and Zhen Dong and Tengping Jiang and Yuan Wang and Wenping Wang and Bisheng Yang},
Title = {AdaFit: Rethinking Learning-based Normal Estimation on Point Clouds},
Year = {2021},
Eprint = {arXiv:2108.05836},