NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis

We present a method that achieves state-of-the-art results for synthesizing novel views of complex scenes by optimizing an underlying continuous volumetric scene function using a sparse set of input views. Our algorithm represents a scene using a fully-connected (non-convolutional) deep network, whose input is a single continuous 5D coordinate (spatial location $(x,y,z)$ and viewing direction $(\theta, \phi)$) and whose output is the volume density and view-dependent emitted radiance at that spatial location. We synthesize views by querying 5D coordinates along camera rays and use classic volume rendering techniques to project the output colors and densities into an image. Because volume rendering is naturally differentiable, the only input required to optimize our representation is a set of images with known camera poses. We describe how to effectively optimize neural radiance fields to render photorealistic novel views of scenes with complicated geometry and appearance, and demonstrate results that outperform prior work on neural rendering and view synthesis. View synthesis results are best viewed as videos, so we urge readers to view our supplementary video for convincing comparisons.

PDF Abstract ECCV 2020 PDF ECCV 2020 Abstract

Datasets


Introduced in the Paper:

NeRF

Used in the Paper:

LLFF X3D NERDS 360
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Generalizable Novel View Synthesis NERDS 360 NeRF Average PSNR 13.76 # 3
Novel View Synthesis X3D NeRF PSNR 32.49 # 5
SSIM 0.9770 # 3
Low-Dose X-Ray Ct Reconstruction X3D NeRF PSNR 32.15 # 7
SSIM 0.9354 # 6

Methods