English

GRTX: Efficient Ray Tracing for 3D Gaussian-Based Rendering

Graphics 2026-01-29 v1 Hardware Architecture Computer Vision and Pattern Recognition

Abstract

3D Gaussian Splatting has gained widespread adoption across diverse applications due to its exceptional rendering performance and visual quality. While most existing methods rely on rasterization to render Gaussians, recent research has started investigating ray tracing approaches to overcome the fundamental limitations inherent in rasterization. However, current Gaussian ray tracing methods suffer from inefficiencies such as bloated acceleration structures and redundant node traversals, which greatly degrade ray tracing performance. In this work, we present GRTX, a set of software and hardware optimizations that enable efficient ray tracing for 3D Gaussian-based rendering. First, we introduce a novel approach for constructing streamlined acceleration structures for Gaussian primitives. Our key insight is that anisotropic Gaussians can be treated as unit spheres through ray space transformations, which substantially reduces BVH size and traversal overhead. Second, we propose dedicated hardware support for traversal checkpointing within ray tracing units. This eliminates redundant node visits during multi-round tracing by resuming traversal from checkpointed nodes rather than restarting from the root node in each subsequent round. Our evaluation shows that GRTX significantly improves ray tracing performance compared to the baseline ray tracing method with a negligible hardware cost.

Keywords

Cite

@article{arxiv.2601.20429,
  title  = {GRTX: Efficient Ray Tracing for 3D Gaussian-Based Rendering},
  author = {Junseo Lee and Sangyun Jeon and Jungi Lee and Junyong Park and Jaewoong Sim},
  journal= {arXiv preprint arXiv:2601.20429},
  year   = {2026}
}

Comments

To appear at the 32nd International Symposium on High-Performance Computer Architecture (HPCA 2026)

R2 v1 2026-07-01T09:23:35.219Z