Home Work 4: FNU ABHIMANYU

(abhiman2@andrew.cmu.edu)

Collaborated with Ananya Bal, Aarush Gupta

1. Sphere Tracing

In the implementtaion ofsphere tracing, I have used an iterative method, where I move the ray in a direction and then check for the intersection with the SDF. If there is an intersection, I change the mask value to 1. I do it for max_iters of 1000.

2. Optimizing a Neural SDF

3. VolSDF

  1. A higher beta value gives coarser results leading in voxeized resultsa and lower beta is finer results. Beta controls the smoothness factor

  2. The training is better with a lower beta value as the SDFs are smoother surfaces by nature

  3. The higher the value of beta, the more accurate the surface is as it will lead to more intricate details being learned.

I chose to train with learning rate 0.0005 for 250 epochs with alpha = 10 and beta = 0.05 This seems to work well because beta is fairly low.

4.1. Render a Large Scene with Sphere Tracing

I have made 10 tori and 10 spheres and kept the radius of the tori and the sphere same and different center points