Virtual Blue Noise Lighting
Date
2022Metadata
Show full item recordAbstract
We introduce virtual blue noise lighting, a rendering pipeline for estimating indirect illumination with a blue noise distribution of virtual lights. Our pipeline is designed for virtual lights with non-uniform emission profiles that are more expensive to store, but required for properly and efficiently handling specular transport. Unlike the typical virtual light placement approaches that traverse light paths from the original light sources, we generate them starting from the camera. This avoids two important problems: wasted memory and computation with fully-occluded virtual lights, and excessive virtual light density around high-probability light paths. In addition, we introduce a parallel and adaptive sample elimination strategy to achieve a blue noise distribution of virtual lights with varying density. This addresses the third problem of virtual light placement by ensuring that they are not placed too close to each other, providing better coverage of the (indirectly) visible surfaces and further improving the quality of the final lighting estimation. For computing the virtual light emission profiles, we present a photon splitting technique that allows efficiently using a large number of photons, as it does not require storing them. During lighting estimation, our method allows using both global power-based and local BSDF important sampling techniques, combined via multiple importance sampling. In addition, we present an adaptive path extension method that avoids sampling nearby virtual lights for reducing the estimation error. We show that our method significantly outperforms path tracing and prior work in virtual lights in terms of both performance and image quality, producing a fast but biased estimate of global illumination.
BibTeX
@inproceedings {10.1145:3543872,
booktitle = {Proceedings of the ACM on Computer Graphics and Interactive Techniques},
editor = {Josef Spjut and Marc Stamminger and Victor Zordan},
title = {{Virtual Blue Noise Lighting}},
author = {Li, Tianyu and Wang, Wenyou and Lin, Daqi and Yuksel, Cem},
year = {2022},
publisher = {ACM Association for Computing Machinery},
ISSN = {2577-6193},
DOI = {10.1145/3543872}
}
booktitle = {Proceedings of the ACM on Computer Graphics and Interactive Techniques},
editor = {Josef Spjut and Marc Stamminger and Victor Zordan},
title = {{Virtual Blue Noise Lighting}},
author = {Li, Tianyu and Wang, Wenyou and Lin, Daqi and Yuksel, Cem},
year = {2022},
publisher = {ACM Association for Computing Machinery},
ISSN = {2577-6193},
DOI = {10.1145/3543872}
}
Collections
Related items
Showing items related by title, author, creator and subject.
-
Modified Filtered Importance Sampling for Virtual Spherical Gaussian Lights
Tokuyoshi, Yusuke (The Eurographics Association, 2016)This paper proposes a modification of the filtered importance sampling (FIS) method, and improves the quality of virtual spherical Gaussian light (VSGL) based real-time glossy indirect illumination using this modification. ... -
Simple and Robust Iterative Importance Sampling of Virtual Point Lights
Georgiev, Iliyan; Slusallek, Philipp (The Eurographics Association, 2010)We present a simple and practical algorithm for importance sampling virtual point lights (VPLs) [Kel97], suitable for multi-pass rendering. During VPL distribution, a Russian roulette decision accepts each VPL proportionally ... -
Path Sampling Techniques for Efficient Light Transport Simulation
Georgiev, Iliyan (2015-06)Reproducing the interactions between light and matter in a physically accurate way can significantly improve the realistic appearance of synthetic images, however such effects can be very computationally expensive to ...