Skip to content

[ICLR 2023] Light Sampling Field and BRDF Representation for Physically-based Neural Rendering

Notifications You must be signed in to change notification settings

jingyangcarl/LightSamplingField

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Light Sampling Field and BRDF Representation for Physically-based Neural Rendering

Jing Yang · Hanyuan Xiao · Wenbin Teng · Yunxuan Cai · Yajie Zhao

ICLR 2023

Logo


Paper PDF Paper PDF Paper PDF Project Page youtube views



Table of Contents
  1. Abstract
  2. Light Sampling Fields
  3. More Qualitative Results
  4. Citation


Abstract

Physically-based rendering (PBR) is key for immersive rendering effects used widely in the industry to showcase detailed realistic scenes from computer graphics assets. A well-known caveat is that producing the same is computationally heavy and relies on complex capture devices. Inspired by the success in quality and efficiency of recent volumetric neural rendering, we want to develop a physically-based neural shader to eliminate device dependency and significantly boost performance. However, no existing lighting and material models in the current neural rendering approaches can accurately represent the comprehensive lighting models and BRDFs properties required by the PBR process. Thus, this paper proposes a novel lighting representation that models direct and indirect light locally through a light sampling strategy in a learned light sampling field. We also propose BRDF models to separately represent surface/subsurface scattering details to enable complex objects such as translucent material (i.e., skin, jade). We then implement our proposed representations with an end-to-end physically-based neural face skin shader, which takes a standard face asset (i.e., geometry, albedo map, and normal map) and an HDRI for illumination as inputs and generates a photo-realistic rendering as output. Extensive experiments showcase the quality and efficiency of our PBR face skin shader, indicating the effectiveness of our proposed lighting and material representations.

Light Sampling Fields

Light Sampling Field
Light Sampling Field Visualization
Local Lighting Changes
Local Lighting Variations in Real Capture

More Qualitative Results

Dynamic Sequences
Multiview Relighting on Dynamic Sequences
Relighting via HDRI
Relighting via HDRI as Global Lighting
Qualitative Results
Qualitative Results over Light Stage Scans

Citation

@inproceedings{
    yang2023light,
    title       = {Light Sampling Field and {BRDF} Representation for Physically-based Neural Rendering},
    author      = {Jing Yang and Hanyuan Xiao and Wenbin Teng and Yunxuan Cai and Yajie Zhao},
    booktitle   = {The Eleventh International Conference on Learning Representations },
    year        = {2023},
    url         = {https://openreview.net/forum?id=yYEb8v65X8}
}

Acknowledgments

We extend our gratitude to Marcel Ramos, Pratusha Prasad, Bipin Koshore for their expert artistic contributions and technical assistance with hardware and capture tools. Additionally, our appreciation goes to the ICON for their impressive and visually stunning GitHub showcase page.


About

[ICLR 2023] Light Sampling Field and BRDF Representation for Physically-based Neural Rendering

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published