paper-with-me

Papers

A Latent Implicit 3D Shape Model for Multiple Levels of Detail

2024-09-10 · Benoit Guillard, Marc Habermann, Christian Theobalt, Pascal Fua

Implicit neural representations map a shape-specific latent code and a 3D coordinate to its corresponding signed distance (SDF) value. However, this approach only offers a single level of detail. Emulating low levels of detail can be achieved with shallow networks, but the generated shapes are typically not smooth. Alternatively, some network designs offer multiple levels of detail, but are limited to overfitting a single object. To address this, we propose a new shape modeling approach, which enables multiple levels of detail and guarantees a smooth surface at each level. At the core, we introduce a novel latent conditioning for a multiscale and bandwith-limited neural architecture. This results in a deep parameterization of multiple shapes, where early layers quickly output approximated SDF values. This allows to balance speed and accuracy within a single network and enhance the efficiency of implicit scene rendering. We demonstrate that by limiting the bandwidth of the network, we can maintain smooth surfaces across all levels of detail. At finer levels, reconstruction quality is on par with the state of the art models, which are limited to a single level of detail.

📄 PDF Abstract BibTeX arXiv:2409.06231

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Multiresolution Deep Implicit Functions for 3D Shape Representation

2021-09-12 · ICCV 2021 10 · Zhang Chen, yinda zhang, Kyle Genova, Sean Fanello 외

We introduce Multiresolution Deep Implicit Functions (MDIF), a hierarchical representation that can recover fine geometry detail, while being able to perform global operations such as shape completion. Our model represen…

3D Reconstruction3D Shape RepresentationDecoder

ROAD: Learning an Implicit Recursive Octree Auto-Decoder to Efficiently Encode 3D Shapes

2022-12-12 · Sergey Zakharov, Rares Ambrus, Katherine Liu, Adrien Gaidon

Compact and accurate representations of 3D shapes are central to many perception and robotics tasks. State-of-the-art learning-based methods can reconstruct single objects but scale poorly to large datasets. We present a…

Decoder

Learning Compact Latent Space for Representing Neural Signed Distance Functions with High-fidelity Geometry Details

2025-11-18 · Qiang Bai, Bojian Wu, Xi Yang, Zhizhong Han arxiv

Neural signed distance functions (SDFs) have been a vital representation to represent 3D shapes or scenes with neural networks. An SDF is an implicit function that can query signed distances at specific coordinates for r…

LP-DIF: Learning Local Pattern-Specific Deep Implicit Function for 3D Objects and Scenes

2023-01-01 · CVPR 2023 1 · Meng Wang, Yu-Shen Liu, Yue Gao, Kanle Shi 외

Deep Implicit Function (DIF) has gained much popularity as an efficient 3D shape representation. To capture geometry details, current mainstream methods divide 3D shapes into local regions and then learn each one wit…

3D Reconstruction3D Shape RepresentationDecoderDiversity

On the Effectiveness of Weight-Encoded Neural Implicit 3D Shapes

2020-09-17 · Thomas Davies, Derek Nowrouzezahrai, Alec Jacobson

A neural implicit outputs a number indicating whether the given query point in space is inside, outside, or on a surface. Many prior works have focused on _latent-encoded_ neural implicits, where a latent vector encoding…

3D Shape Representation