What is: Neural Radiance Field?
Source | NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
NeRF represents a scene with learned, continuous volumetric radiance field defined over a bounded 3D volume. In a NeRF, is a multilayer perceptron (MLP) that takes as input a 3D position and unit-norm viewing direction , and produces as output a density and color . The weights of the multilayer perceptron that parameterize are optimized so as to encode the radiance field of the scene. Volume rendering is used to compute the color of a single pixel.