Virtual Blue Noise Lighting

Proceedings of ACM on Computer Graphics and Interactive Techniques (Proceedings of HPG 2022)

Wolfgang Straßer Best Paper Award, 3rd place


Tianyu Li*Wenyou Wang*Daqi LinCem Yuksel
University of UtahUniversity of UtahUniversity of UtahUniversity of Utah
*Joint First Authors
[Paper (Preprint)]
[Supplemental Document]
[Paper Video (YouTube)]
[Source Code]
[Interative Comparisons]


Abstract

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.

blv-fig1 blv-fig2 Different methods for estimating indirect illumination using virtual lights: (a) virtual point lights [Keller 1997] producing illumination spikes, (b) virtual spherical lights [Hašan et al. 2009] blurring those spikes, (c) Rich-VSLs [Simon et al. 2015] improving the results by storing a non-uniform emission profile, and (d) our virtual blue noise lighting. All images rendered using 12K virtual lights.

Video



BibTeX

@article{Li*2022,
   author       = {Tianyu Li* and Wenyou Wang* and Daqi Lin and Cem Yuksel},
   title        = {Virtual Blue Noise Lighting},
   journal      = {Proc. ACM Comput. Graph. Interact. Tech. (Proceedings of HPG 2022)},
   year         = {2022},
   month        = {07},
   volume       = {5},
   number       = {3},
   pages        = {3:1--3:25},
   articleno    = {3},
   numpages     = {25},
   url          = {https://doi.org/10.1145/3543872},
   doi          = {10.1145/3543872},
   publisher    = {ACM Press},
   address      = {New York, NY, USA},
   note         = {(*Joint First Authors)},
}