paper-with-me

Papers

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

2026-01-28 · Junseo Lee, Sangyun Jeon, Jungi Lee, Junyong Park, Jaewoong Sim arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.20429

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HybridSplat: Fast Reflection-baked Gaussian Tracing using Hybrid Splatting

2025-12-09 · Chang Liu, Hongliang Yuan, Lianghao Zhang, Sichao Wang 외 arxiv

Rendering complex reflection of real-world scenes using 3D Gaussian splatting has been a quite promising solution for photorealistic novel view synthesis, but still faces bottlenecks especially in rendering speed and mem…

Novel View Synthesis

RaySplats: Ray Tracing based Gaussian Splatting

2025-01-31 · Krzysztof Byrski, Marcin Mazur, Jacek Tabor, Tadeusz Dziarmaga 외

3D Gaussian Splatting (3DGS) is a process that enables the direct creation of 3D objects from 2D images. This representation offers numerous advantages, including rapid training and rendering. However, a significant limi…

3DGS

UTrice: Unifying Primitives in Differentiable Ray Tracing and Rasterization via Triangles for Particle-Based 3D Scenes

2025-12-04 · Changhe Liu, Ehsan Javanmardi, Naren Bao, Alex Orsholits 외 arxiv

Ray tracing 3D Gaussian particles enables realistic effects such as depth of field, refractions, and flexible camera modeling for novel-view synthesis. However, existing methods trace Gaussians through proxy geometry, wh…

MeshSplats: Mesh-Based Rendering with Gaussian Splatting Initialization

2025-02-11 · Rafał Tobiasz, Grzegorz Wilczyński, Marcin Mazur, Sławomir Tadeja 외

Gaussian Splatting (GS) is a recent and pivotal technique in 3D computer graphics. GS-based algorithms almost always bypass classical methods such as ray tracing, which offers numerous inherent advantages for rendering. …

Hybrid Foveated Path Tracing with Peripheral Gaussians for Immersive Anatomy

2026-01-29 · Constantin Kleinbeck, Luisa Theelke, Hannah Schieber, Ulrich Eck 외 arxiv

Volumetric medical imaging offers great potential for understanding complex pathologies. Yet, traditional 2D slices provide little support for interpreting spatial relationships, forcing users to mentally reconstruct ana…