中文
相关论文

相关论文: iSDF: Real-Time Neural Signed Distance Fields for …

200 篇论文

Various SDF-based neural implicit surface reconstruction methods have been proposed recently, and have demonstrated remarkable modeling capabilities. However, due to the global nature and limited representation ability of a single network,…

计算机视觉与模式识别 · 计算机科学 2025-01-17 Leyuan Yang , Bailin Deng , Juyong Zhang

Advanced techniques using Neural Radiance Fields (NeRF), Signed Distance Fields (SDF), and Occupancy Fields have recently emerged as solutions for 3D indoor scene reconstruction. We introduce a novel two-phase learning approach, H2O-SDF,…

计算机视觉与模式识别 · 计算机科学 2024-03-11 Minyoung Park , Mirae Do , YeonJae Shin , Jaeseok Yoo , Jongkwang Hong , Joongrock Kim , Chul Lee

Efficiently reconstructing complex and intricate surfaces at scale is a long-standing goal in machine perception. To address this problem we introduce Deep Local Shapes (DeepLS), a deep shape representation that enables encoding and…

计算机视觉与模式识别 · 计算机科学 2020-08-25 Rohan Chabra , Jan Eric Lenssen , Eddy Ilg , Tanner Schmidt , Julian Straub , Steven Lovegrove , Richard Newcombe

Euclidean Signed Distance Field (ESDF) is useful for online motion planning of aerial robots since it can easily query the distance and gradient information against obstacles. Fast incrementally built ESDF map is the bottleneck for…

机器人学 · 计算机科学 2019-07-29 Luxin Han , Fei Gao , Boyu Zhou , Shaojie Shen

In this paper, we study the problem of continuous 3D shape representations. The majority of existing successful methods are coordinate-based implicit neural representations. However, they are inefficient to render novel views or recover…

计算机视觉与模式识别 · 计算机科学 2023-12-19 Zhuoman Liu , Bo Yang , Yan Luximon , Ajay Kumar , Jinxi Li

Reconstructing hand-held objects from a single RGB image is an important and challenging problem. Existing works utilizing Signed Distance Fields (SDF) reveal limitations in comprehensively capturing the complex hand-object interactions,…

计算机视觉与模式识别 · 计算机科学 2023-10-27 Chenyangguang Zhang , Yan Di , Ruida Zhang , Guangyao Zhai , Fabian Manhardt , Federico Tombari , Xiangyang Ji

Neural rendering can be used to reconstruct implicit representations of shapes without 3D supervision. However, current neural surface reconstruction methods have difficulty learning high-frequency geometry details, so the reconstructed…

计算机视觉与模式识别 · 计算机科学 2022-09-23 Yiqun Wang , Ivan Skorokhodov , Peter Wonka

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

We present a novel framework for motion planning in dynamic environments that accounts for the predicted trajectories of moving objects in the scene. We explore the use of composite signed-distance fields in motion planning and detail how…

机器人学 · 计算机科学 2022-02-08 Mark Nicholas Finean , Wolfgang Merkt , Ioannis Havoutis

It is vital to recover 3D geometry from multi-view RGB images in many 3D computer vision tasks. The latest methods infer the geometry represented as a signed distance field by minimizing the rendering error on the field through volume…

计算机视觉与模式识别 · 计算机科学 2024-12-24 Sijia Jiang , Tong Wu , Jing Hua , Zhizhong Han

The success of neural fields for 3D vision tasks is now indisputable. Following this trend, several methods aiming for visual localization (e.g., SLAM) have been proposed to estimate distance or density fields using neural fields. However,…

计算机视觉与模式识别 · 计算机科学 2022-08-01 Itsuki Ueda , Yoshihiro Fukuhara , Hirokatsu Kataoka , Hiroaki Aizawa , Hidehiko Shishido , Itaru Kitahara

We propose a method to interpolate Signed Distance Function (SDF) data from a discrete set of samples. Unlike prior work, our approach ensures that the new SDF data values are fully consistent with the input and each other, such that the…

图形学 · 计算机科学 2026-05-05 Letao Chen , Sanju Mupparaju , Christopher Batty , Silvia Sellán , Oded Stein

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

It is important to estimate an accurate signed distance function (SDF) from a point cloud in many computer vision applications. The latest methods learn neural SDFs using either a data-driven based or an overfitting-based strategy. However,…

计算机视觉与模式识别 · 计算机科学 2024-10-28 Chao Chen , Yu-Shen Liu , Zhizhong Han

Implicit Neural Representations (INRs) that learn Signed Distance Functions (SDFs) from point cloud data represent the state-of-the-art for geometrically accurate 3D scene reconstruction. However, training these Neural SDFs often requires…

图形学 · 计算机科学 2025-10-03 Meenakshi Krishnan , Ramani Duraiswami

Learning signed distance functions (SDFs) from point clouds is an important task in 3D computer vision. However, without ground truth signed distances, point normals or clean point clouds, current methods still struggle from learning SDFs…

计算机视觉与模式识别 · 计算机科学 2024-07-22 Junsheng Zhou , Baorui Ma , Yu-Shen Liu , Zhizhong Han

Recent works on 3D reconstruction from posed images have demonstrated that direct inference of scene-level 3D geometry without test-time optimization is feasible using deep neural networks, showing remarkable promise and high efficiency.…

计算机视觉与模式识别 · 计算机科学 2023-08-22 Noah Stier , Anurag Ranjan , Alex Colburn , Yajie Yan , Liang Yang , Fangchang Ma , Baptiste Angles

We propose a novel 3D spatial representation for data fusion and scene reconstruction. Probabilistic Signed Distance Function (Probabilistic SDF, PSDF) is proposed to depict uncertainties in the 3D space. It is modeled by a joint…

机器人学 · 计算机科学 2018-07-31 Wei Dong , Qiuyuan Wang , Xin Wang , Hongbin Zha

Reconstructing objects with realistic materials from multi-view images is problematic, since it is highly ill-posed. Although the neural reconstruction approaches have exhibited impressive reconstruction ability, they are designed for…

图形学 · 计算机科学 2024-05-07 Jia Li , Lu Wang , Lei Zhang , Beibei Wang

3D decomposition/segmentation still remains a challenge as large-scale 3D annotated data is not readily available. Contemporary approaches typically leverage 2D machine-generated segments, integrating them for 3D consistency. While the…

计算机视觉与模式识别 · 计算机科学 2024-03-22 Tianhao Wu , Chuanxia Zheng , Tat-Jen Cham , Qianyi Wu