CVNov 30, 2022

NeAF: Learning Neural Angle Fields for Point Normal Estimation

Tsinghua
arXiv:2211.16869v158 citationsh-index: 40
Originality Incremental advance
AI Analysis

This addresses a domain-specific problem in 3D computer vision for tasks like reconstruction, with incremental improvements in robustness and accuracy.

The paper tackles the problem of normal estimation for unstructured point clouds in 3D computer vision, which is sensitive to parameters and lacks generalization, by proposing Neural Angle Fields (NeAF) to learn angle offsets, resulting in significant improvements over state-of-the-art methods on benchmarks with synthetic and real data.

Normal estimation for unstructured point clouds is an important task in 3D computer vision. Current methods achieve encouraging results by mapping local patches to normal vectors or learning local surface fitting using neural networks. However, these methods are not generalized well to unseen scenarios and are sensitive to parameter settings. To resolve these issues, we propose an implicit function to learn an angle field around the normal of each point in the spherical coordinate system, which is dubbed as Neural Angle Fields (NeAF). Instead of directly predicting the normal of an input point, we predict the angle offset between the ground truth normal and a randomly sampled query normal. This strategy pushes the network to observe more diverse samples, which leads to higher prediction accuracy in a more robust manner. To predict normals from the learned angle fields at inference time, we randomly sample query vectors in a unit spherical space and take the vectors with minimal angle values as the predicted normals. To further leverage the prior learned by NeAF, we propose to refine the predicted normal vectors by minimizing the angle offsets. The experimental results with synthetic data and real scans show significant improvements over the state-of-the-art under widely used benchmarks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes