NeRF_presentation_report_20231023_RunyiYang.pdf

NeRF Presentation.pdf

Oct 10, 2023

                                               [Runyi Yang](<https://runyiyang.github.io/>) / [Runyi’s Blogs](<https://runyiyang.notion.site/Runyi-s-Blogs-f52d6bf73e104c51a4f5e80529b6a9b6>)

Origin Paper

ECCV 2020 Best Paper Final List

NeRF — Neural Radiance Fields


Abstract


1 Introduction

Basic Idea

Since computer graphics started to develop, we always hoped to use computers to render a photorealistic image. Naturally, to talk about this, we need to briefly talk about optical and physical propagation laws and some academic terms.

2. Neural Radiance Field Scene Representation

Synthesize images by sampling 5D coordinates (location and viewing direction) along camera rays, feeding those locations into an MLP to produce a color $RGB$ and volume density $\sigma$, and using volume rendering techniques to composite these values into an image.

Break NeRF into 3 key factors: shape, appearance and rendering

Untitled