CVFeb 26, 2021

Point Cloud Upsampling and Normal Estimation using Deep Learning for Robust Surface Reconstruction

arXiv:2102.13391v122 citations
Originality Incremental advance
AI Analysis

This addresses the need for high-quality surface reconstruction in applications like 3D scanning, though it is incremental as it builds on existing deep learning methods for point cloud processing.

The paper tackles the problem of sparse and noisy point clouds for surface reconstruction by proposing a deep learning architecture that jointly upsamples point clouds and estimates surface normals, resulting in smoother, more complete point clouds and final reconstructions much closer to ground truth.

The reconstruction of real-world surfaces is on high demand in various applications. Most existing reconstruction approaches apply 3D scanners for creating point clouds which are generally sparse and of low density. These points clouds will be triangulated and used for visualization in combination with surface normals estimated by geometrical approaches. However, the quality of the reconstruction depends on the density of the point cloud and the estimation of the surface normals. In this paper, we present a novel deep learning architecture for point cloud upsampling that enables subsequent stable and smooth surface reconstruction. A noisy point cloud of low density with corresponding point normals is used to estimate a point cloud with higher density and appendant point normals. To this end, we propose a compound loss function that encourages the network to estimate points that lie on a surface including normals accurately predicting the orientation of the surface. Our results show the benefit of estimating normals together with point positions. The resulting point cloud is smoother, more complete, and the final surface reconstruction is much closer to ground truth.

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