🤖 AI Summary
This paper addresses surface reconstruction from sparse, unoriented point clouds. Methodologically, it introduces a unified wavelet-based framework that jointly solves normal orientation and surface reconstruction: (1) It represents the smoothed indicator function using compactly supported orthogonal wavelet bases—leveraging both compact support and orthogonality for robust normal estimation on unoriented point clouds; (2) it enforces geometric consistency via a divergence-free vector field to impose homogeneous constraints; and (3) it transfers modified kernel smoothing into the wavelet domain to accelerate optimization and suppress surface discontinuities. Experiments demonstrate state-of-the-art performance in both reconstruction accuracy and normal orientation quality on sparse point clouds. The method is computationally efficient and scalable on CPU platforms, and its implementation is publicly available.
📝 Abstract
Unoriented surface reconstruction is an important task in computer graphics and has extensive applications. Based on the compact support of wavelet and orthogonality properties, classic wavelet surface reconstruction achieves good and fast reconstruction. However, this method can only handle oriented points. Despite some improved attempts for unoriented points, such as iWSR, these methods perform poorly on sparse point clouds. To address these shortcomings, we propose a wavelet-based method to represent the mollified indicator function and complete both the orientation and surface reconstruction tasks. We use the modifying kernel function to smoothen out discontinuities on the surface, aligning with the continuity of the wavelet basis function. During the calculation of coefficient, we fully utilize the properties of the convolutional kernel function to shift the modifying computation onto wavelet basis to accelerate. In addition, we propose a novel method for constructing the divergence-free function field and using them to construct the additional homogeneous constraints to improve the effectiveness and stability. Extensive experiments demonstrate that our method achieves state-of-the-art performance in both orientation and reconstruction for sparse models. We align the matrix construction with the compact support property of wavelet basis functions to further accelerate our method, resulting in efficient performance on CPU. Our source codes will be released on GitHub.