paper-with-me

홈 › Papers

Depth-supervised NeRF: Fewer Views and Faster Training for Free

2021-07-06 · CVPR 2022 1 · Kangle Deng, Andrew Liu, Jun-Yan Zhu, Deva Ramanan

A commonly observed failure mode of Neural Radiance Field (NeRF) is fitting incorrect geometries when given an insufficient number of input views. One potential reason is that standard volumetric rendering does not enforce the constraint that most of a scene's geometry consist of empty space and opaque surfaces. We formalize the above assumption through DS-NeRF (Depth-supervised Neural Radiance Fields), a loss for learning radiance fields that takes advantage of readily-available depth supervision. We leverage the fact that current NeRF pipelines require images with known camera poses that are typically estimated by running structure-from-motion (SFM). Crucially, SFM also produces sparse 3D points that can be used as "free" depth supervision during training: we add a loss to encourage the distribution of a ray's terminating depth matches a given 3D keypoint, incorporating depth uncertainty. DS-NeRF can render better images given fewer training views while training 2-3x faster. Further, we show that our loss is compatible with other recently proposed NeRF methods, demonstrating that depth is a cheap and easily digestible supervisory signal. And finally, we find that DS-NeRF can support other types of depth supervision such as scanned depth sensors and RGB-D reconstruction outputs.

📄 PDF Abstract BibTeX arXiv:2107.02791

Code (1)

dunbar12138/DSNeRF 공식 구현 pytorch

Tasks

NeRFRGB-D Reconstruction

Similar Papers 제목 키워드 기반

Dense Depth Priors for Neural Radiance Fields from Sparse Input Views

2021-12-06 · CVPR 2022 1 · Barbara Roessle, Jonathan T. Barron, Ben Mildenhall, Pratul P. Srinivasan 외

Neural radiance fields (NeRF) encode a scene into a neural representation that enables photo-realistic rendering of novel views. However, a successful reconstruction from RGB images requires a large number of input views…

Depth CompletionNeRFNovel View Synthesis

Simple-RF: Regularizing Sparse Input Radiance Fields with Simpler Solutions

2024-04-29 · Nagabhushan Somraj, Sai Harsha Mupparaju, Adithyan Karanayil, Rajiv Soundararajan

Neural Radiance Fields (NeRF) show impressive performance in photo-realistic free-view rendering of scenes. Recent improvements on the NeRF such as TensoRF and ZipNeRF employ explicit models for faster optimization and r…

NeRF

AltNeRF: Learning Robust Neural Radiance Field via Alternating Depth-Pose Optimization

2023-08-19 · Kun Wang, Zhiqiang Yan, Huang Tian, Zhenyu Zhang 외

Neural Radiance Fields (NeRF) have shown promise in generating realistic novel views from sparse scene images. However, existing NeRF approaches often encounter challenges due to the lack of explicit 3D supervision and i…

Depth EstimationMonocular Depth EstimationNeRF

SimpleNeRF: Regularizing Sparse Input Neural Radiance Fields with Simpler Solutions

2023-09-07 · Nagabhushan Somraj, Adithyan Karanayil, Rajiv Soundararajan

Neural Radiance Fields (NeRF) show impressive performance for the photorealistic free-view rendering of scenes. However, NeRFs require dense sampling of images in the given scene, and their performance degrades significa…

NeRF

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