Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

AdaFit: Rethinking Learning-based Normal Estimation on Point Clouds

About

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 normals, 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.

Runsong Zhu, Yuan Liu, Zhen Dong, Tengping Jiang, Yuan Wang, Wenping Wang, Bisheng Yang• 2021

Related benchmarks

TaskDatasetResultRank
Unoriented Normal EstimationPCPNet (test)
RMSE5.19
56
Normal estimationSceneNN (test)
RMSE (Clean)8.39
21
Normal estimationPCPNet 1.0 (test)
RMSE (No Noise)5.19
13
Normal estimationPCPNet dataset (test)
Average Error10.76
13
Point cloud normal estimationPCPNet Synthetic (test)
Angular Error (No Noise)5.19
11
Normal estimationSceneNN
Angle RMSE10.19
10
Surface ReconstructionNetsuke
RMSE0.0037
7
Surface ReconstructionLiberty
RMSE6.40e-4
7
Surface ReconstructionColumn
RMSE0.0089
7
Normal estimationSceneNN (all scenes)
Normal Angle RMSE15.49
6
Showing 10 of 12 rows

Other info

Code

Follow for update