diff --git a/index.html b/index.html index 506e2d1..a01b9ec 100644 --- a/index.html +++ b/index.html @@ -201,13 +201,12 @@

Video

-

Method

+

Differentiable Forward Rendering in DPIR

Pipeline.

- Overview of differentiable forward rendering. (a) For each 3D point, its position is used as a query for the diffuse-albedo MLP $\Theta_d$, SDF MLP $\Theta_\text{SDF}$, and specular-basis coefficient MLP $\Theta_c$. The specular-basis BRDF MLP $\Theta_s$ models specular-basis reflectance, given the incident and outgoing directions $\boldsymbol{\omega_{i}}$ and $\boldsymbol{\omega_{o}}$. The point-based shadow renderer estimates the point visibility from a light source per each image.