16889 Assignment 3: Volume Rendering and Neural Radiance Fields.

Presented: Dijing Zhang

1. Differentiable Volume Rendering

Ray Rendering

visualize grid

vis_grid.png

visualize rays

vis_rays.png

Point sampling

sampled points along the rays

sample_points.png

Volume rendering

feature visualization

part_1.gif

depth visualization

depth.png

2. Optimizing a basic implicit volume

Loss and training

Report the center of the box, and the side lengths of the box after training, rounded to the nearest 1/100 decimal place.

Box center: (0.25021374225616455, 0.25057095289230347, -0.000454530818387866)

Box side lengths: (2.005078077316284, 1.5035607814788818, 1.5033352375030518)

Visualization

part_2.gif

3. Optimizing a Neural Radiance Field (NeRF)

part_3 (2).gif

4. NeRF Extras

4.1 View Dependence

part_3 (3).gif

Discuss the trade-offs between increased view dependence and generalization quality.

For original NeRF model, it takes view direction and positions as input and outputs the density and feature. So given the view direciton, it can provide a more detailed result. But meanwhile, it may well cause overfitting since it give a specifict direciton. It is quite important to blanace the weight of view directions, in order to achieve a genralized and good result.