Learning Bijective Surface Parameterization for Inferring Signed Distance Functions from Sparse Point Clouds with Grid Deformation
Takeshi Noda, Chao Chen, Junsheng Zhou, Weiqi Zhang, Yu-Shen Liu, Zhizhong Han
TL;DR
The paper tackles the problem of reconstructing continuous surfaces from sparse point clouds by introducing Bijective Surface Parameterization (BSP), which maps sparse data into a unit-sphere canonical domain to create dense local patches that form a global surface, and Grid Deformation Optimization (GDO), which deforms a tetrahedral grid to infer a precise signed distance field. BSP provides dense, coherent parametric supervision, while GDO refines the implicit field and yields watertight surfaces via Deep Marching Tetrahedra. End-to-end training couples BSP-derived supervision with deformable-grid optimization, achieving state-of-the-art performance on ShapeNet, DFAUST, SRB, 3DScene, and KITTI under challenging sparse-input conditions. The approach reduces reliance on surface priors and demonstrates robust reconstruction of complex geometries in both synthetic and real-world datasets, with potential for broad impact in 3D vision applications.
Abstract
Inferring signed distance functions (SDFs) from sparse point clouds remains a challenge in surface reconstruction. The key lies in the lack of detailed geometric information in sparse point clouds, which is essential for learning a continuous field. To resolve this issue, we present a novel approach that learns a dynamic deformation network to predict SDFs in an end-to-end manner. To parameterize a continuous surface from sparse points, we propose a bijective surface parameterization (BSP) that learns the global shape from local patches. Specifically, we construct a bijective mapping for sparse points from the parametric domain to 3D local patches, integrating patches into the global surface. Meanwhile, we introduce grid deformation optimization (GDO) into the surface approximation to optimize the deformation of grid points and further refine the parametric surfaces. Experimental results on synthetic and real scanned datasets demonstrate that our method significantly outperforms the current state-of-the-art methods. Project page: https://takeshie.github.io/Bijective-SDF
