A PCA Based Model for Surface Reconstruction from Incomplete Point Clouds
Hao Liu
TL;DR
The paper tackles surface reconstruction from incomplete point clouds by coupling PCA-derived normal information with a level-set formulation. It introduces a multi-term energy balancing fidelity to the point cloud, curvature, and PCA-based normals, and reformulates it into an initial-value problem solved via an operator-splitting (Lie) scheme. Numerical discretization uses FFT-based solvers under periodic boundaries, with detailed implementation for 2D and 3D settings, including PCA normal estimation, distance function computation, and reinitialization. Experiments in 2D and 3D demonstrate improved reconstruction in data-missing and noisy scenarios, highlighting the method’s robustness and connectivity advantages over several baselines. The approach offers a scalable, regularized framework for incomplete-surface recovery with practical implications for 3D modeling and visualization.
Abstract
Point cloud data represents a crucial category of information for mathematical modeling, and surface reconstruction from such data is an important task across various disciplines. However, during the scanning process, the collected point cloud data may fail to cover the entire surface due to factors such as high light-absorption rate and occlusions, resulting in incomplete datasets. Inferring surface structures in data-missing regions and successfully reconstructing the surface poses a challenge. In this paper, we present a Principal Component Analysis (PCA) based model for surface reconstruction from incomplete point cloud data. Initially, we employ PCA to estimate the normal information of the underlying surface from the available point cloud data. This estimated normal information serves as a regularizer in our model, guiding the reconstruction of the surface, particularly in areas with missing data. Additionally, we introduce an operator-splitting method to effectively solve the proposed model. Through systematic experimentation, we demonstrate that our model successfully infers surface structures in data-missing regions and well reconstructs the underlying surfaces, outperforming existing methodologies.
