paper-with-me

홈 › Papers

Learning Scene-Level Signed Directional Distance Function with Ellipsoidal Priors and Neural Residuals

2025-03-25 · Zhirui Dai, Hojoon Shin, Yulun Tian, Ki Myung Brian Lee, Nikolay Atanasov

Dense geometric environment representations are critical for autonomous mobile robot navigation and exploration. Recent work shows that implicit continuous representations of occupancy, signed distance, or radiance learned using neural networks offer advantages in reconstruction fidelity, efficiency, and differentiability over explicit discrete representations based on meshes, point clouds, and voxels. In this work, we explore a directional formulation of signed distance, called signed directional distance function (SDDF). Unlike signed distance function (SDF) and similar to neural radiance fields (NeRF), SDDF has a position and viewing direction as input. Like SDF and unlike NeRF, SDDF directly provides distance to the observed surface along the direction, rather than integrating along the view ray, allowing efficient view synthesis. To learn and predict scene-level SDDF efficiently, we develop a differentiable hybrid representation that combines explicit ellipsoid priors and implicit neural residuals. This approach allows the model to effectively handle large distance discontinuities around obstacle boundaries while preserving the ability for dense high-fidelity prediction. We show that SDDF is competitive with the state-of-the-art neural implicit scene models in terms of reconstruction accuracy and rendering efficiency, while allowing differentiable view prediction for robot trajectory optimization.

📄 PDF Abstract BibTeX arXiv:2503.20066

Code (0)

등록된 구현이 없습니다.

Tasks

NeRFRobot Navigation

Similar Papers 제목 키워드 기반

OmniSDF: Scene Reconstruction using Omnidirectional Signed Distance Functions and Adaptive Binoctrees

2024-03-31 · CVPR 2024 1 · Hakyeong Kim, Andreas Meuleman, Hyeonjoong Jang, James Tompkin 외

We present a method to reconstruct indoor and outdoor static scene geometry and appearance from an omnidirectional video moving in a small circular sweep. This setting is challenging because of the small baseline and lar…

FIRe: Fast Inverse Rendering using Directional and Signed Distance Functions

2022-03-30 · Tarun Yenamandra, Ayush Tewari, Nan Yang, Florian Bernard 외

Neural 3D implicit representations learn priors that are useful for diverse applications, such as single- or multiple-view 3D reconstruction. A major downside of existing approaches while rendering an image is that they …

3D ReconstructionInverse Rendering

Neural directional distance field object representation for uni-directional path-traced rendering

2023-06-28 · Annada Prasad Behera, Subhankar Mishra

Faster rendering of synthetic images is a core problem in the field of computer graphics. Rendering algorithms, such as path-tracing is dependent on parameters like size of the image, number of light bounces, number of s…

Rendering and Tracking the Directional TSDF: Modeling Surface Orientation for Coherent Maps

2021-08-18 · Malte Splietker, Sven Behnke

Dense real-time tracking and mapping from RGB-D images is an important tool for many robotic applications, such as navigation or grasping. The recently presented Directional Truncated Signed Distance Function (DTSDF) is …

Unsigned Distance Field as an Accurate 3D Scene Representation for Neural Scene Completion

2022-03-17 · Jean Pierre Richa, Jean-Emmanuel Deschaud, François Goulette, Nicolas Dalmasso

Scene Completion is the task of completing missing geometry from a partial scan of a scene. Most previous methods compute an implicit representation from range data using a Truncated Signed Distance Function (T-SDF) comp…