Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

3D Gaussian Ray Tracing: Fast Tracing of Particle Scenes

About

Particle-based representations of radiance fields such as 3D Gaussian Splatting have found great success for reconstructing and re-rendering of complex scenes. Most existing methods render particles via rasterization, projecting them to screen space tiles for processing in a sorted order. This work instead considers ray tracing the particles, building a bounding volume hierarchy and casting a ray for each pixel using high-performance GPU ray tracing hardware. To efficiently handle large numbers of semi-transparent particles, we describe a specialized rendering algorithm which encapsulates particles with bounding meshes to leverage fast ray-triangle intersections, and shades batches of intersections in depth-order. The benefits of ray tracing are well-known in computer graphics: processing incoherent rays for secondary lighting effects such as shadows and reflections, rendering from highly-distorted cameras common in robotics, stochastically sampling rays, and more. With our renderer, this flexibility comes at little cost compared to rasterization. Experiments demonstrate the speed and accuracy of our approach, as well as several applications in computer graphics and vision. We further propose related improvements to the basic Gaussian representation, including a simple use of generalized kernel functions which significantly reduces particle hit counts.

Nicolas Moenne-Loccoz, Ashkan Mirzaei, Or Perel, Riccardo de Lutio, Janick Martinez Esturo, Gavriel State, Sanja Fidler, Nicholas Sharp, Zan Gojcic• 2024

Related benchmarks

TaskDatasetResultRank
Novel View SynthesisMip-NeRF 360 (test)
PSNR27.2
166
Novel View SynthesisMipNeRF 360 Outdoor
PSNR25.92
112
Novel View SynthesisMipNeRF 360 Indoor
PSNR30.12
108
Novel View SynthesisMip-NeRF360
PSNR27.2
104
Novel View SynthesisMip-NeRF 360
PSNR28.32
102
Novel View SynthesisDeep Blending (test)
PSNR29.23
64
Novel View SynthesisTanks&Temples
PSNR22.76
52
Novel View SynthesisTank & Temples (test)
PSNR23.2
23
Novel View SynthesisMipNeRF360 1 (test)
PSNR27.2
7
Novel View SynthesisMipNeRF360 standard (test)
PSNR27.2
7
Showing 10 of 15 rows

Other info

Follow for update