NeuralSSD: A Neural Solver for Signed Distance Surface Reconstruction
Zi-Chen Xi, Jiahui Huang, Hao-Xiang Chen, Francis Williams, Qun-Ce Xu, Tai-Jiang Mu, Shi-Min Hu
TL;DR
This work tackles the challenge of reconstructing accurate, watertight 3D surfaces from sparse and noisy point clouds by introducing NeuralSSD, a hybrid framework that couples a structure-aware sparse convolution predictor with a differentiable closed-form SDF solver via a neural Galerkin formulation. The method builds a spatially varying basis expansion on a multi-scale sparse voxel grid and solves for basis coefficients through a variational energy that jointly enforces data fidelity, Hessian-based smoothness, and point constraints, yielding robust and detailed reconstructions. Key contributions include a novel energy formulation $E(f)=E_N(f)+\lambda_1E_H(f)+\lambda_2E_P(f)$, an adaptive sparse network predicting normals and bases, a closed-form solver for $\boldsymbol{\alpha}$, and a Point-Voxel Attention mechanism that preserves intra-voxel geometry; the approach achieves state-of-the-art accuracy and generalization on ShapeNet and Matterport3D while maintaining competitive efficiency. The practical impact lies in scalable, high-fidelity 3D reconstruction for robotics, graphics, and AR/VR, with end-to-end differentiability enabling learning-based priors without sacrificing geometric fidelity.
Abstract
We proposed a generalized method, NeuralSSD, for reconstructing a 3D implicit surface from the widely-available point cloud data. NeuralSSD is a solver-based on the neural Galerkin method, aimed at reconstructing higher-quality and accurate surfaces from input point clouds. Implicit method is preferred due to its ability to accurately represent shapes and its robustness in handling topological changes. However, existing parameterizations of implicit fields lack explicit mechanisms to ensure a tight fit between the surface and input data. To address this, we propose a novel energy equation that balances the reliability of point cloud information. Additionally, we introduce a new convolutional network that learns three-dimensional information to achieve superior optimization results. This approach ensures that the reconstructed surface closely adheres to the raw input points and infers valuable inductive biases from point clouds, resulting in a highly accurate and stable surface reconstruction. NeuralSSD is evaluated on a variety of challenging datasets, including the ShapeNet and Matterport datasets, and achieves state-of-the-art results in terms of both surface reconstruction accuracy and generalizability.
