Neural Layered BRDFs

Jiahui Fan,Beibei Wang,Milos Hasan,Jian Yang,Ling-Qi Yan
DOI: https://doi.org/10.1145/3528233.3530732
2022-01-01
Abstract:Bidirectional reflectance distribution functions (BRDFs) are pervasively used in computer graphics to produce realistic physically-based appearance. Many common materials in the real world have more than one layer, like wood, skin, car paint, and many decorative materials. However, precise simulation of layered material optics is non-trivial. The most accurate approaches rely on Monte Carlo random walks to simulate the light transport within the layers, leading to high variance and cost. Other approaches are efficient, but less accurate. In this paper, we propose to perform layering in the neural space, by compressing BRDFs into latent codes via a proposed representation neural network, and performing a learned layering operation on these latent vectors via a layering network. Our BRDF evaluation is noise-free and computationally efficient, compared to the state-of-the-art approach; it is also a first step towards a “neural algebra” of operations on BRDFs in a latent space.
What problem does this paper attempt to address?