Unbiased Caustics Rendering Guided by Representative Specular Paths

He Li, Beibei Wang*, Changehe Tu*, Kun Xu, Nicolas Holzschuch, Ling-Qi Yan
Proceedings of SIGGRAPH Asia 2022

teaser
Equal-time (20 minutes) comparison between our method, path tracing (PT), bidirectional path tracing (BDPT), and practical path guiding (PPG) [Müller et al. 2017] on the Snail scene. This model is rendered using a dim environment light and a bright point light in front. Zoomed-in insets are rendered using only the point light. Our method has the lowest variance visually and quantitatively, and only requires a 6.5s precomputation time.

Abstract

Caustics are interesting patterns caused by the light being focused when reflecting off glossy materials. Rendering them in computer graphics is still challenging: they correspond to high luminous intensity focused over a small area. Finding the paths that contribute to this small area is difficult, and even more difficult when using camera-based path tracing instead of bidirectional approaches. Recent improvements in path guiding are still unable to compute efficiently the light paths that contribute to a caustic. In this paper, we present a novel path guiding approach to enable reliable rendering of caustics. Our approach relies on computing representative specular paths, then extending them using a chain of spherical Gaussians. We use these extended paths to estimate the incident radiance distribution and guide path tracing. We combine this approach with several practical strategies, such as spatial reusing and parallax-aware representation for arbitrarily curved reflectors. Our path-guided algorithm using extended specular paths outperforms current state-of-the-art methods and handles multiple bounces of light and a variety of scenes.

Downloads

PDF format PDF format

BibTex

@inproceedings{Li:2022:Pathcut,
  author = {He Li and Beibei Wang and Changehe Tu and Kun Xu and Nicolas Holzschuch and Ling-Qi Yan},
  title = {Unbiased Caustics Rendering Guided by Representative Specular Paths},
  booktitle={Proceedings of SIGGRAPH Asia 2022},
  year={2022}
}

Back to Homepage