Voronoi-Assisted Diffusion for Computing Unsigned Distance Fields from Unoriented Points
Jiayi Kong, Chen Zong, Junkai Deng, Xuhui Chen, Fei Hou, Shiqing Xin, Junhui Hou, Chen Qian, Ying He
TL;DR
This work addresses the challenge of computing unsigned distance fields (UDFs) from unoriented point clouds, especially for open, non-manifold, and non-orientable geometries. It introduces Voronoi-Assisted Diffusion (VAD), a network-free pipeline that first optimizes bi-directional normals using a projection distance field tied to Voronoi bisectors, then diffuses the normals to produce a coherent UDF gradient which is finally recovered via a Poisson solve. The method demonstrates robust normal alignment, smooth UDFs, and accurate surface reconstructions across watertight, open, and non-standard topologies, while remaining efficient and controllable. By leveraging Voronoi geometry and heat-based diffusion, VAD provides a practical alternative to neural UDF methods, with strong performance on sparse, noisy, and complex data, and with explicit user control over boundary orientations. The approach also shows potential extensions to signed distance fields with orientation-aware Voronoi cues and scalable solvers for large-scale scenes.
Abstract
Unsigned Distance Fields (UDFs) provide a flexible representation for 3D shapes with arbitrary topology, including open and closed surfaces, orientable and non-orientable geometries, and non-manifold structures. While recent neural approaches have shown promise in learning UDFs, they often suffer from numerical instability, high computational cost, and limited controllability. We present a lightweight, network-free method, Voronoi-Assisted Diffusion (VAD), for computing UDFs directly from unoriented point clouds. Our approach begins by assigning bi-directional normals to input points, guided by two Voronoi-based geometric criteria encoded in an energy function for optimal alignment. The aligned normals are then diffused to form an approximate UDF gradient field, which is subsequently integrated to recover the final UDF. Experiments demonstrate that VAD robustly handles watertight and open surfaces, as well as complex non-manifold and non-orientable geometries, while remaining computationally efficient and stable.
