GSCache

Real-Time Radiance Caching for Volume Path Tracing using 3D Gaussian Splatting

1UC Davis, 2NVIDIA, 3University of Groningen
IEEE VIS 2025
GSCache Teaser

Our path-space cache improves image quality at low sample counts at comparable compute cost. We compare against a path tracer (PT) using uniform sampling and a version implementing next-even-estimation (NEE). Cache rendering time is constant, yielding increasing returns as sample counts increase. The method is non-invasive and easy to integrate into existing rendering applications.

Abstract

Real-time path tracing is rapidly becoming the standard for rendering in entertainment and professional applications. In scientific visualization, volume rendering plays a crucial role in helping researchers analyze and interpret complex 3D data. Recently, photorealistic rendering techniques have gained popularity in scientific visualization, yet they face significant challenges. One of the most prominent issues is slow rendering performance and high pixel variance caused by Monte Carlo integration. In this work, we introduce a novel radiance caching approach for path-traced volume rendering. Our method leverages advances in volumetric scene representation and adapts 3D Gaussian splatting to function as a multi-level, path-space radiance cache. This cache is designed to be trainable on the fly, dynamically adapting to changes in scene parameters such as lighting configurations and transfer functions. By incorporating our cache, we achieve less noisy, higher-quality images without increasing rendering costs. To evaluate our approach, we compare it against a baseline path tracer that supports uniform sampling and next-event estimation and the state-of-the-art for neural radiance caching. Through both quantitative and qualitative analyses, we demonstrate that our path-space radiance cache is a robust solution that is easy to integrate and significantly enhances the rendering quality of volumetric visualization applications while maintaining comparable computational efficiency.

BibTeX

@misc{bauer2025gscacherealtimeradiancecaching,
      title={GSCache: Real-Time Radiance Caching for Volume Path Tracing using 3D Gaussian Splatting}, 
      author={David Bauer and Qi Wu and Hamid Gadirov and Kwan-Liu Ma},
      year={2025},
      eprint={2507.19718},
      archivePrefix={arXiv},
      primaryClass={cs.GR},
      url={https://arxiv.org/abs/2507.19718}, 
}