English

Robust Zero Level-Set Extraction from Unsigned Distance Fields Based on Double Covering

Computer Vision and Pattern Recognition 2024-01-11 v3

Abstract

In this paper, we propose a new method, called DoubleCoverUDF, for extracting the zero level-set from unsigned distance fields (UDFs). DoubleCoverUDF takes a learned UDF and a user-specified parameter rr (a small positive real number) as input and extracts an iso-surface with an iso-value rr using the conventional marching cubes algorithm. We show that the computed iso-surface is the boundary of the rr-offset volume of the target zero level-set SS, which is an orientable manifold, regardless of the topology of SS. Next, the algorithm computes a covering map to project the boundary mesh onto SS, preserving the mesh's topology and avoiding folding. If SS is an orientable manifold surface, our algorithm separates the double-layered mesh into a single layer using a robust minimum-cut post-processing step. Otherwise, it keeps the double-layered mesh as the output. We validate our algorithm by reconstructing 3D surfaces of open models and demonstrate its efficacy and effectiveness on synthetic models and benchmark datasets. Our experimental results confirm that our method is robust and produces meshes with better quality in terms of both visual evaluation and quantitative measures than existing UDF-based methods. The source code is available at https://github.com/jjjkkyz/DCUDF.

Keywords

Cite

@article{arxiv.2310.03431,
  title  = {Robust Zero Level-Set Extraction from Unsigned Distance Fields Based on Double Covering},
  author = {Fei Hou and Xuhui Chen and Wencheng Wang and Hong Qin and Ying He},
  journal= {arXiv preprint arXiv:2310.03431},
  year   = {2024}
}

Comments

published in ACM Transactions on Graphics (SIGGRAPH Asia 2023)

R2 v1 2026-06-28T12:41:22.956Z