# Deep Iterative Surface Normal Estimation

**Authors:** Jan Eric Lenssen, Christian Osendorfer, Jonathan Masci

arXiv: 1904.07172 · 2020-06-24

## TL;DR

This paper introduces a novel end-to-end differentiable deep learning method for estimating surface normals from unstructured point clouds, combining interpretability, robustness, and efficiency.

## Contribution

It proposes a graph neural network-based iterative algorithm that adaptively weights local plane fitting, outperforming previous methods without needing handcrafted features.

## Key findings

- State-of-the-art accuracy in normal estimation
- Robust to noise, outliers, and density variation
- More than 100x faster and more parameter-efficient

## Abstract

This paper presents an end-to-end differentiable algorithm for robust and detail-preserving surface normal estimation on unstructured point-clouds. We utilize graph neural networks to iteratively parameterize an adaptive anisotropic kernel that produces point weights for weighted least-squares plane fitting in local neighborhoods. The approach retains the interpretability and efficiency of traditional sequential plane fitting while benefiting from adaptation to data set statistics through deep learning. This results in a state-of-the-art surface normal estimator that is robust to noise, outliers and point density variation, preserves sharp features through anisotropic kernels and equivariance through a local quaternion-based spatial transformer. Contrary to previous deep learning methods, the proposed approach does not require any hand-crafted features or preprocessing. It improves on the state-of-the-art results while being more than two orders of magnitude faster and more parameter efficient.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.07172/full.md

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1904.07172/full.md

## References

47 references — full list in the complete paper: https://tomesphere.com/paper/1904.07172/full.md

---
Source: https://tomesphere.com/paper/1904.07172