GaussianUDF: Inferring Unsigned Distance Functions through 3D Gaussian Splatting
Shujuan Li, Yu-Shen Liu, Zhizhong Han
TL;DR
The paper addresses reconstructing open surfaces from multi-view images using unsigned distance functions (UDFs) but faces challenges bridging continuous UDFs with discrete 3D Gaussian splatting. It introduces a novel approach that overfits thin 2D Gaussian planes on surfaces and uses self-supervision together with gradient-based inference to estimate unsigned distances both near and far from the surface, optimizing the UDF $f$ via differentiable 3D Gaussian splatting. The method projects Gaussian centers onto the zero level set of $f$, applies depth and normal regularization, and employs a multi-term loss $L = (1-\lambda_1)L_{rgb} + \lambda_1 L_{ssim} + \lambda_2 L_{far} + \lambda_3 L_{near} + \lambda_4 L_{proj} + \lambda_5 L_{depth} + \lambda_6 L_{norm}$ to guide learning. Experiments on DF3D, DTU, and real scans show state-of-the-art accuracy, completeness, and sharp open surfaces with efficient training thanks to 3D Gaussian splatting.
Abstract
Reconstructing open surfaces from multi-view images is vital in digitalizing complex objects in daily life. A widely used strategy is to learn unsigned distance functions (UDFs) by checking if their appearance conforms to the image observations through neural rendering. However, it is still hard to learn continuous and implicit UDF representations through 3D Gaussians splatting (3DGS) due to the discrete and explicit scene representation, i.e., 3D Gaussians. To resolve this issue, we propose a novel approach to bridge the gap between 3D Gaussians and UDFs. Our key idea is to overfit thin and flat 2D Gaussian planes on surfaces, and then, leverage the self-supervision and gradient-based inference to supervise unsigned distances in both near and far area to surfaces. To this end, we introduce novel constraints and strategies to constrain the learning of 2D Gaussians to pursue more stable optimization and more reliable self-supervision, addressing the challenges brought by complicated gradient field on or near the zero level set of UDFs. We report numerical and visual comparisons with the state-of-the-art on widely used benchmarks and real data to show our advantages in terms of accuracy, efficiency, completeness, and sharpness of reconstructed open surfaces with boundaries.
