Post

ReSTIR Subsurface Scattering for Real-Time Path Tracing

conference paper, presented at HPG 2024

ReSTIR Subsurface Scattering for Real-Time Path Tracing
Mirco Werner, Vincent Schüßler, and Carsten Dachsbacher
PACMCGIT (Proceedings of High Performance Graphics 2024)

Abstract

Subsurface scattering is an important visual cue and in real-time rendering it is often approximated using screen-space algorithms. Path tracing with the diffusion approximation can easily overcome the limitations of these algorithms, but increases image noise. We improve its efficiency by applying reservoir-based spatio-temporal importance resampling (ReSTIR) to subsurface light transport paths. For this, we adopt BSSRDF importance sampling for generating candidates. Further, spatiotemporal reuse requires shifting paths between domains. We observe that different image regions benefit most from either reconnecting through the translucent object (reconnection shift), or one vertex later (delayed reconnection shift). We first introduce a local subsurface scattering specific criterion for a hybrid shift that deterministically selects one of the two shifts for a path. Due to the locality, it cannot always choose the most efficient shift, e.g. near shadow boundaries. Therefore, we additionally propose a novel sequential shift to combine multiple shift mappings: We execute subsequent resampling passes, each one using a different shift, which does not require to deterministically choose a shift for a path. Instead, resampling can pick the most successful shift implicitly. Our method achieves real-time performance and significantly reduces noise and denoising artifacts in regions with visible subsurface scattering compared to standard path tracing with equal render time.

Bibtex

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@article{2024_restir_sss,
  author = {Werner, Mirco and Sch\"{u}\ss{}ler, Vincent and Dachsbacher, Carsten},
  title = {ReSTIR Subsurface Scattering for Real-Time Path Tracing},
  year = {2024},
  issue_date = {August 2024},
  publisher = {Association for Computing Machinery},
  address = {New York, NY, USA},
  volume = {7},
  number = {3},
  url = {https://doi.org/10.1145/3675372},
  doi = {10.1145/3675372},
  journal = {Proc. ACM Comput. Graph. Interact. Tech.},
  month = {aug},
  articleno = {36},
  numpages = {19},
  keywords = {BSSRDF importance sampling, ReSTIR, diffusion profile, real-time rendering, subsurface scattering}
}
This post is licensed under CC BY 4.0 by the author.