paper-with-me

Papers

Neural Surface Detection for Unsigned Distance Fields

2024-07-25 · Federico Stella, Nicolas Talabot, Hieu Le, Pascal Fua

Extracting surfaces from Signed Distance Fields (SDFs) can be accomplished using traditional algorithms, such as Marching Cubes. However, since they rely on sign flips across the surface, these algorithms cannot be used directly on Unsigned Distance Fields (UDFs). In this work, we introduce a deep-learning approach to taking a UDF and turning it locally into an SDF, so that it can be effectively triangulated using existing algorithms. We show that it achieves better accuracy in surface detection than existing methods. Furthermore it generalizes well to unseen shapes and datasets, while being parallelizable. We also demonstrate the flexibily of the method by using it in conjunction with DualMeshUDF, a state of the art dual meshing method that can operate on UDFs, improving its results and removing the need to tune its parameters.

📄 PDF Abstract BibTeX arXiv:2407.18381

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Unsigned Orthogonal Distance Fields: An Accurate Neural Implicit Representation for Diverse 3D Shapes

2024-03-03 · CVPR 2024 1 · Yujie Lu, Long Wan, Nayu Ding, Yulong Wang 외

Neural implicit representation of geometric shapes has witnessed considerable advancements in recent years. However, common distance field based implicit representations, specifically signed distance field (SDF) for wate…

RangeUDF: Semantic Surface Reconstruction from 3D Point Clouds

2022-04-19 · Bing Wang, Zhengdi Yu, Bo Yang, Jie Qin 외

We present RangeUDF, a new implicit representation based framework to recover the geometry and semantics of continuous 3D scene surfaces from point clouds. Unlike occupancy fields or signed distance fields which can only…

Semantic SegmentationSurface Reconstruction

MeshUDF: Fast and Differentiable Meshing of Unsigned Distance Field Networks

2021-11-29 · Benoit Guillard, Federico Stella, Pascal Fua

Unsigned Distance Fields (UDFs) can be used to represent non-watertight surfaces. However, current approaches to converting them into explicit meshes tend to either be expensive or to degrade the accuracy. Here, we exten…

DUDF: Differentiable Unsigned Distance Fields with Hyperbolic Scaling

2024-02-14 · CVPR 2024 1 · Miguel Fainstein, Viviana Siless, Emmanuel Iarussi

In recent years, there has been a growing interest in training Neural Networks to approximate Unsigned Distance Fields (UDFs) for representing open surfaces in the context of 3D reconstruction. However, UDFs are non-diff…

3D Reconstruction

Learning a More Continuous Zero Level Set in Unsigned Distance Fields through Level Set Projection

2023-08-22 · ICCV 2023 1 · Junsheng Zhou, Baorui Ma, Shujuan Li, Yu-Shen Liu 외

Latest methods represent shapes with open surfaces using unsigned distance functions (UDFs). They train neural networks to learn UDFs and reconstruct surfaces with the gradients around the zero level set of the UDF. Howe…

point cloud upsamplingSurface Reconstruction