paper-with-me

홈 › Papers

A Deep Signed Directional Distance Function for Object Shape Representation

2021-07-23 · Ehsan Zobeidi, Nikolay Atanasov

Neural networks that map 3D coordinates to signed distance function (SDF) or occupancy values have enabled high-fidelity implicit representations of object shape. This paper develops a new shape model that allows synthesizing novel distance views by optimizing a continuous signed directional distance function (SDDF). Similar to deep SDF models, our SDDF formulation can represent whole categories of shapes and complete or interpolate across shapes from partial input data. Unlike an SDF, which measures distance to the nearest surface in any direction, an SDDF measures distance in a given direction. This allows training an SDDF model without 3D shape supervision, using only distance measurements, readily available from depth camera or Lidar sensors. Our model also removes post-processing steps like surface extraction or rendering by directly predicting distance at arbitrary locations and viewing directions. Unlike deep view-synthesis techniques, such as Neural Radiance Fields, which train high-capacity black-box models, our model encodes by construction the property that SDDF values decrease linearly along the viewing direction. This structure constraint not only results in dimensionality reduction but also provides analytical confidence about the accuracy of SDDF predictions, regardless of the distance to the object surface.

📄 PDF Abstract BibTeX arXiv:2107.11024

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality Reduction

Similar Papers 제목 키워드 기반

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

DeepJoin: Learning a Joint Occupancy, Signed Distance, and Normal Field Function for Shape Repair

2022-11-22 · Nikolas Lamb, Sean Banerjee, Natasha Kholgade Banerjee

We introduce DeepJoin, an automated approach to generate high-resolution repairs for fractured shapes using deep neural networks. Existing approaches to perform automated shape repair operate exclusively on symmetric obj…

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…

NeuralODF: Learning Omnidirectional Distance Fields for 3D Shape Representation

2022-06-12 · Trevor Houchens, Cheng-You Lu, Shivam Duggal, Rao Fu 외

In visual computing, 3D geometry is represented in many different forms including meshes, point clouds, voxel grids, level sets, and depth images. Each representation is suited for different tasks thus making the transfo…

3D geometry3D Shape Representation

A-SDF: Learning Disentangled Signed Distance Functions for Articulated Shape Representation

2021-04-15 · ICCV 2021 10 · Jiteng Mu, Weichao Qiu, Adam Kortylewski, Alan Yuille 외

Recent work has made significant progress on using implicit functions, as a continuous representation for 3D rigid object shape reconstruction. However, much less effort has been devoted to modeling general articulated o…

Test-time Adaptation