Gaussian Wave Splatting | SIGGRAPH 2025

Suyeon Choi*, Brian Chao*, Jackie Yang, Manu Gopakumar, Gordon Wetzstein

A novel efficient computer-generated holography algorithm to turn Gaussian splats into holograms.

SIGGRAPH 2025 - 3 MIN TECH TALK

ABSTRACT

State-of-the-art neural rendering methods optimize Gaussian scene representations from a few photographs for novel-view synthesis. Building on these representations, we develop an efficient algorithm, dubbed Gaussian Wave Splatting, to turn these Gaussians into holograms. Unlike existing computer-generated holography (CGH) algorithms, Gaussian Wave Splatting supports accurate occlusions and view-dependent effects for photorealistic scenes by leveraging recent advances in neural rendering. Specifically, we derive a closed-form solution for a 2D Gaussian-to-hologram transform that supports occlusions and alpha blending. Inspired by classic computer graphics techniques, we also derive an efficient approximation of the aforementioned process in the Fourier domain that is easily parallelizable and implement it using custom CUDA kernels. By integrating emerging neural rendering pipelines with holographic display technology, our Gaussian-based CGH framework paves the way for next-generation holographic displays.

 

FILES

  • Technical Paper and Supplement (link to arxiv)
  • Source Code and Data (Coming soon)

CITATION

S. Choi*, B. Chao*, J. Yang, M. Gopakumar, and G. Wetzstein, “Gaussian Wave Splatting for Computer-Generated Holography”, ACM Transactions on Graphics (TOG) 44(4), 1-13.

@article{choi2025gaussian,
title={Gaussian Wave Splatting for Computer-Generated Holography},
author={Choi, Suyeon and Chao, Brian and Yang, Jacqueline and Gopakumar, Manu and Wetzstein, Gordon},
journal={ACM Transactions on Graphics (TOG)},
volume={44},
number={4},
pages={1–13},
year={2025},
publisher={ACM New York, NY, USA}
}

Overview

Emerging Gaussian splatting techniques take a few casually captured photographs as input and output a Gaussian scene representation (left). Our Gaussian Wave Splatting approach turns these types of representations into holograms that can be directly displayed on emerging holographic displays (right). The color bar below the hologram denotes phase values of the phase-only hologram.

Project website

Check out our project website: link