中文
相关论文

相关论文: MeshUDF: Fast and Differentiable Meshing of Unsign…

200 篇论文

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…

计算机视觉与模式识别 · 计算机科学 2024-10-29 Federico Stella , Nicolas Talabot , Hieu Le , Pascal Fua

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…

图形学 · 计算机科学 2025-12-23 Federico Stella , Nicolas Talabot , Hieu Le , 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 where the UDF is…

计算机视觉与模式识别 · 计算机科学 2025-09-19 Hieu Le , Federico Stella , Benoit Guillard , Pascal Fua

Geometric Deep Learning has recently made striking progress with the advent of continuous Deep Implicit Fields. They allow for detailed modeling of watertight surfaces of arbitrary topology while not relying on a 3D Euclidean grid,…

计算机视觉与模式识别 · 计算机科学 2020-11-03 Edoardo Remelli , Artem Lukoianov , Stephan R. Richter , Benoît Guillard , Timur Bagautdinov , Pierre Baque , Pascal Fua

We propose a method, named DualMesh-UDF, to extract a surface from unsigned distance functions (UDFs), encoded by neural networks, or neural UDFs. Neural UDFs are becoming increasingly popular for surface representation because of their…

图形学 · 计算机科学 2023-09-19 Congyi Zhang , Guying Lin , Lei Yang , Xin Li , Taku Komura , Scott Schaefer , John Keyser , Wenping Wang

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 $r$ (a small positive real number) as…

计算机视觉与模式识别 · 计算机科学 2024-01-11 Fei Hou , Xuhui Chen , Wencheng Wang , Hong Qin , Ying He

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…

计算机视觉与模式识别 · 计算机科学 2024-06-07 Miguel Fainstein , Viviana Siless , Emmanuel Iarussi

Unsigned distance fields (UDFs) are widely used in 3D deep learning due to their ability to represent shapes with arbitrary topology. While prior work has largely focused on learning UDFs from point clouds or multi-view images, extracting…

计算机视觉与模式识别 · 计算机科学 2025-11-07 Xuhui Chen , Fei Hou , Wencheng Wang , Hong Qin , Ying He

High fidelity representation of shapes with arbitrary topology is an important problem for a variety of vision and graphics applications. Owing to their limited resolution, classical discrete shape representations using point clouds, voxels…

计算机视觉与模式识别 · 计算机科学 2020-12-15 Rahul Venkatesh , Sarthak Sharma , Aurobrata Ghosh , Laszlo Jeni , Maneesh Singh

While Signed Distance Fields (SDF) are well-established for modeling watertight surfaces, Unsigned Distance Fields (UDF) broaden the scope to include open surfaces and models with complex inner structures. Despite their flexibility, UDFs…

计算机视觉与模式识别 · 计算机科学 2025-04-08 Cheng Xu , Fei Hou , Wencheng Wang , Hong Qin , Zhebin Zhang , Ying He

Reconstructing open surfaces from multi-view images is vital in digitalizing complex objects in daily life. A widely used strategy is to learn unsigned distance functions (UDFs) by checking if their appearance conforms to the image…

计算机视觉与模式识别 · 计算机科学 2025-03-31 Shujuan Li , Yu-Shen Liu , Zhizhong Han

Unsigned distance fields (UDFs) offer broader modeling capabilities than signed distance fields (SDFs), enabling the representation of shapes with open boundaries, non-manifold structures or mixed curve and surface parts. However,…

图形学 · 计算机科学 2026-05-18 Qijia Huang , Pierre Kraemer , Dominique Bechmann

In the field of computer vision, the numerical encoding of 3D surfaces is crucial. It is classical to represent surfaces with their Signed Distance Functions (SDFs) or Unsigned Distance Functions (UDFs). For tasks like representation…

计算机视觉与模式识别 · 计算机科学 2024-05-07 Virgile Foy , Fabrice Gamboa , Reda Chhaibi

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 watertight shapes or…

计算机视觉与模式识别 · 计算机科学 2024-04-02 Yujie Lu , Long Wan , Nayu Ding , Yulong Wang , Shuhan Shen , Shen Cai , Lin Gao

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 errors with the UDF…

计算机视觉与模式识别 · 计算机科学 2026-01-21 Wenyuan Zhang , Chunsheng Wang , Kanle Shi , Yu-Shen Liu , Zhizhong Han

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. However, the…

计算机视觉与模式识别 · 计算机科学 2023-08-23 Junsheng Zhou , Baorui Ma , Shujuan Li , Yu-Shen Liu , Zhizhong Han

We present a novel method, called NeuralUDF, for reconstructing surfaces with arbitrary topologies from 2D images via volume rendering. Recent advances in neural rendering based reconstruction have achieved compelling results. However,…

计算机视觉与模式识别 · 计算机科学 2022-11-28 Xiaoxiao Long , Cheng Lin , Lingjie Liu , Yuan Liu , Peng Wang , Christian Theobalt , Taku Komura , Wenping Wang

Geometric Deep Learning has recently made striking progress with the advent of continuous deep implicit fields. They allow for detailed modeling of watertight surfaces of arbitrary topology while not relying on a 3D Euclidean grid,…

计算机视觉与模式识别 · 计算机科学 2022-03-25 Benoit Guillard , Edoardo Remelli , Artem Lukoianov , Stephan R. Richter , Timur Bagautdinov , Pierre Baque , Pascal Fua

Neural Signed Distance Functions (SDFs) excel at reconstructing watertight manifolds but fail on thin structures and open boundaries due to strict inside--outside constraints. Conversely, Unsigned Distance Fields (UDFs) accommodate general…

计算机视觉与模式识别 · 计算机科学 2026-05-26 Jiayi Kong , Xuhui Chen , Chen Zong , Fei Hou , Junhui Hou , Wenping Wang , Ying He

Real-time 3D reconstruction from RGB-D sensor data plays an important role in many robotic applications, such as object modeling and mapping. The popular method of fusing depth information into a truncated signed distance function (TSDF)…

计算机视觉与模式识别 · 计算机科学 2019-08-15 Malte Splietker , Sven Behnke
‹ 上一页 1 2 3 10 下一页 ›