High Resolution UDF Meshing via Iterative Networks
Federico Stella, Nicolas Talabot, Hieu Le, Pascal Fua
TL;DR
This work tackles the challenge of high-resolution meshing for neural unsigned distance fields (UDFs), which inherently produce noise and holes due to the absence of sign changes. It introduces an iterative, neighborhood-aware neural refinement process that progressively propagates information from neighboring voxels and previously extracted surfaces to produce more accurate and complete meshes. By conditioning per-cell predictions on both local UDF/gradient data and the evolving surface context across iterations, the approach achieves state-of-the-art results at high resolutions on diverse shapes, outperforming single-pass baselines and many existing UDF meshing methods. The method offers robust high-resolution surface extraction with practical improvements in accuracy and surface completeness, while noting tradeoffs in speed and the potential need for post-processing in complex scenes.
Abstract
Unsigned Distance Fields (UDFs) are a natural implicit representation for open surfaces but, unlike Signed Distance Fields (SDFs), are challenging to triangulate into explicit meshes. This is especially true at high resolutions where neural UDFs exhibit higher noise levels, which makes it hard to capture fine details. Most current techniques perform within single voxels without reference to their neighborhood, resulting in missing surface and holes where the UDF is ambiguous or noisy. We show that this can be remedied by performing several passes and by reasoning on previously extracted surface elements to incorporate neighborhood information. Our key contribution is an iterative neural network that does this and progressively improves surface recovery within each voxel by spatially propagating information from increasingly distant neighbors. Unlike single-pass methods, our approach integrates newly detected surfaces, distance values, and gradients across multiple iterations, effectively correcting errors and stabilizing extraction in challenging regions. Experiments on diverse 3D models demonstrate that our method produces significantly more accurate and complete meshes than existing approaches, particularly for complex geometries, enabling UDF surface extraction at higher resolutions where traditional methods fail.
