paper-with-me

Papers

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-differentiable at the zero level set which leads to significant errors in distances and gradients, generally resulting in fragmented and discontinuous surfaces. In this paper, we propose to learn a hyperbolic scaling of the unsigned distance field, which defines a new Eikonal problem with distinct boundary conditions. This allows our formulation to integrate seamlessly with state-of-the-art continuously differentiable implicit neural representation networks, largely applied in the literature to represent signed distance fields. Our approach not only addresses the challenge of open surface representation but also demonstrates significant improvement in reconstruction quality and training performance. Moreover, the unlocked field's differentiability allows the accurate computation of essential topological properties such as normal directions and curvatures, pervasive in downstream tasks such as rendering. Through extensive experiments, we validate our approach across various data sets and against competitive baselines. The results demonstrate enhanced accuracy and up to an order of magnitude increase in speed compared to previous methods.

📄 PDF Abstract BibTeX arXiv:2402.08876

Code (1)

LIA-DiTella/DiffUDF 공식 구현 pytorch

Tasks

3D Reconstruction

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

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…

Learning Unsigned Distance Functions from Multi-view Images with Volume Rendering Priors

2024-07-23 · Wenyuan Zhang, Kanle Shi, Yu-Shen Liu, Zhizhong Han

Unsigned distance functions (UDFs) have been a vital representation for open surfaces. With different differentiable renderers, current methods are able to train neural networks to infer a UDF by minimizing the rendering…

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

Gradient Distance Function

2024-10-29 · Hieu Le, Federico Stella, Benoit Guillard, Pascal Fua

Unsigned Distance Functions (UDFs) can be used to represent non-watertight surfaces in a deep learning framework. However, UDFs tend to be brittle and difficult to learn, in part because the surface is located exactly wh…

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…