Simple Note on NeRF Deduction

Jay Zhou Lv1

Simple Note on NeRF Deduction

This blog serves as a minimum note on the recent ECCV tutorial on NeRF fundamentals.

Formulation

formulation We have a view direction, or a ray. We intend to return the RGB value at a specific location along that vector.

Definitions and Relation

and are related by the following equation, which is intuitive:

Deduction

The expected color along the ray:

Approximation

Note the nested integration (another inside ). Approximate the outside integration assuming local consistency ( and remains constant).

Let

can be rewritten as:

Volume Rendering

In the previous section, we are basically saying that

By replacing , we can render other quantities of interest.

  • Title: Simple Note on NeRF Deduction
  • Author: Jay Zhou
  • Created at : 2022-12-18 12:00:00
  • Updated at : 2023-08-22 20:43:12
  • Link: https://ja1zhou.github.io/2022/12/18/Simple-Note-on-NeRF-Deduction/
  • License: This work is licensed under CC BY-NC-SA 4.0.
 Comments