CVCGApr 15, 2019

Deep Iterative Surface Normal Estimation

arXiv:1904.07172v323 citations
Originality Highly original
AI Analysis

This addresses the problem of efficient and accurate surface normal estimation for 3D vision applications, representing a novel method rather than an incremental improvement.

The paper tackles robust and detail-preserving surface normal estimation on unstructured point-clouds by introducing an end-to-end differentiable algorithm using graph neural networks and adaptive anisotropic kernels, resulting in a state-of-the-art estimator that is more than two orders of magnitude faster and more parameter efficient while improving accuracy.

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.

Code Implementations2 repos
Foundations

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

Your Notes