16-889 Assignment 3: Volume Rendering and Neural Radiance Fields.

1. Differentiable Volume Rendering

1.3. Ray sampling (10 points)

1.4. Point sampling (10 points)

1.5. Volume rendering (30 points)

Rendered features and depth map:

2. Optimizing a basic implicit volume

2.1. Random ray sampling (5 points)

Center of the box: (0.25,0.25,0.00)(0.25, 0.25, -0.00)

Side lengths of the box: (2.01,1.50,1.50)(2.01, 1.50, 1.50)

2.3. Visualization

3. Optimizing a Neural Radiance Field (NeRF) (30 points)

Implemented Nerf without view-dependency (in code submission)

Visualization:

4. NeRF Extras (Choose at least one! More than one is extra credit)

4.1 View Dependence (10 pts)

Implemented view-dependent nerf (in code submission)

Visualization:

Adding view dependency did not change the generalization quality significantly. Based on the rendering, we can see that both achieved reasonable results for novel view synthesis, and both have captured the fine details. Here we also compare the results for higher-resolution nerfs:

High resolution xyz-only nerf:

High resolution directional nerf:

The result is consistent with the lower-resolution: for this scene, the addition of view-dependency does not degrade the generalization quality that much. However, with directional nerf the bottom wooden plate has a clearer patten than without, showcasing the ability of the view-dependency model for modeling view-changes better.

4.3 High Resolution Imagery (10 pts)

High-resolution, 64 points along the ray

High-resolution, 128 points along the ray

High-resolution, 256 points along the ray

Findings: