CVDec 6, 2021

Dense Depth Priors for Neural Radiance Fields from Sparse Input Views

arXiv:2112.03288v2447 citations
Originality Incremental advance
AI Analysis

This addresses the data inefficiency in neural radiance fields for indoor scene reconstruction, enabling practical applications with sparse inputs.

The paper tackles the problem of synthesizing novel views of whole rooms from very few input images by leveraging dense depth priors to constrain NeRF optimization, achieving results with as few as 18 images for challenging indoor scenes.

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 taken under static conditions - typically up to a few hundred images for room-size scenes. Our method aims to synthesize novel views of whole rooms from an order of magnitude fewer images. To this end, we leverage dense depth priors in order to constrain the NeRF optimization. First, we take advantage of the sparse depth data that is freely available from the structure from motion (SfM) preprocessing step used to estimate camera poses. Second, we use depth completion to convert these sparse points into dense depth maps and uncertainty estimates, which are used to guide NeRF optimization. Our method enables data-efficient novel view synthesis on challenging indoor scenes, using as few as 18 images for an entire scene.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes