paper-with-me

Papers

DeLiRa: Self-Supervised Depth, Light, and Radiance Fields

2023-04-06 · ICCV 2023 1 · Vitor Guizilini, Igor Vasiljevic, Jiading Fang, Rares Ambrus, Sergey Zakharov, Vincent Sitzmann, Adrien Gaidon

Differentiable volumetric rendering is a powerful paradigm for 3D reconstruction and novel view synthesis. However, standard volume rendering approaches struggle with degenerate geometries in the case of limited viewpoint diversity, a common scenario in robotics applications. In this work, we propose to use the multi-view photometric objective from the self-supervised depth estimation literature as a geometric regularizer for volumetric rendering, significantly improving novel view synthesis without requiring additional information. Building upon this insight, we explore the explicit modeling of scene geometry using a generalist Transformer, jointly learning a radiance field as well as depth and light fields with a set of shared latent codes. We demonstrate that sharing geometric information across tasks is mutually beneficial, leading to improvements over single-task learning without an increase in network complexity. Our DeLiRa architecture achieves state-of-the-art results on the ScanNet benchmark, enabling high quality volumetric rendering as well as real-time novel view and depth synthesis in the limited viewpoint diversity setting.

📄 PDF Abstract BibTeX arXiv:2304.02797

Code (0)

등록된 구현이 없습니다.

Tasks

3D ReconstructionDepth EstimationDiversityNovel View Synthesis

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

SceneRF: Self-Supervised Monocular 3D Scene Reconstruction with Radiance Fields

2022-12-05 · ICCV 2023 1 · Anh-Quan Cao, Raoul de Charette

3D reconstruction from a single 2D image was extensively covered in the literature but relies on depth supervision at training time, which limits its applicability. To relax the dependence to depth we propose SceneRF, a …

3D Reconstruction3D Scene ReconstructionAutonomous DrivingDepth Estimation+4

Depth Reconstruction with Neural Signed Distance Fields in Structured Light Systems

2024-05-20 · Rukun Qiao, Hiroshi Kawasaki, Hongbin Zha

We introduce a novel depth estimation technique for multi-frame structured light setups using neural implicit representations of 3D space. Our approach employs a neural signed distance field (SDF), trained through self-s…

Depth Estimation

Self-Aligning Depth-regularized Radiance Fields for Asynchronous RGB-D Sequences

2022-11-14 · Yuxin Huang, Andong Yang, Zirui Wu, Yuantao Chen 외

It has been shown that learning radiance fields with depth rendering and depth supervision can effectively promote the quality and convergence of view synthesis. However, this paradigm requires input RGB-D sequences to b…

Autonomous DrivingBenchmarking

MonoSelfRecon: Purely Self-Supervised Explicit Generalizable 3D Reconstruction of Indoor Scenes from Monocular RGB Views

2024-04-10 · Runfa Li, Upal Mahbub, Vasudev Bhaskaran, Truong Nguyen

Current monocular 3D scene reconstruction (3DR) works are either fully-supervised, or not generalizable, or implicit in 3D representation. We propose a novel framework - MonoSelfRecon that for the first time achieves exp…

3D Reconstruction3D Scene ReconstructionDepth EstimationNeRF

StructNeRF: Neural Radiance Fields for Indoor Scenes with Structural Hints

2022-09-12 · Zheng Chen, Chen Wang, Yuan-Chen Guo, Song-Hai Zhang

Neural Radiance Fields (NeRF) achieve photo-realistic view synthesis with densely captured input images. However, the geometry of NeRF is extremely under-constrained given sparse views, resulting in significant degradati…

Depth EstimationNeRFNovel View Synthesis