Differentiable Path Tracing on the GPU/TPU
You can download a PDF (typset in LaTeX) of this blog post here.
Jupyter Notebook Code on GitHub: https://github.com/ericjang/pt-jax
This blog post is a tutorial on implementing path tracing, a physically-based rendering algorithm, in JAX. …