Radioactive 3D Gaussian Ray Tracing for Tomographic Reconstruction

Radioactive 3D Gaussian Ray Tracing for Tomographic Reconstruction
Notice: This research summary and analysis were automatically generated using AI technology. For absolute accuracy, please refer to the [Original Paper Viewer] below or the Original ArXiv Source.

3D Gaussian Splatting (3DGS) has recently emerged in computer vision as a promising rendering technique. By adapting the principles of Elliptical Weighted Average (EWA) splatting to a modern differentiable pipeline, 3DGS enables real-time, high-quality novel view synthesis. Building upon this, R2-Gaussian extended the 3DGS paradigm to tomographic reconstruction by rectifying integration bias, achieving state-of-the-art performance in computed tomography (CT). To enable differentiability, R2-Gaussian adopts a local affine approximation: each 3D Gaussian is locally mapped to a 2D Gaussian on the detector and composed via alpha blending to form projections. However, the affine approximation can degrade reconstruction quantitative accuracy and complicate the incorporation of nonlinear geometric corrections. To address these limitations, we propose a tomographic reconstruction framework based on 3D Gaussian ray tracing. Our approach provides two key advantages over splatting-based models: (i) it computes the line integral through 3D Gaussian primitives analytically, avoiding the local affine collapse and thus yielding a more physically consistent forward projection model; and (ii) the ray-tracing formulation gives explicit control over ray origins and directions, which facilitates the precise application of nonlinear geometric corrections, e.g., arc-correction used in positron emission tomography (PET). These properties extend the applicability of Gaussian-based reconstruction to a wider range of realistic tomography systems while improving projection accuracy.


💡 Research Summary

**
The paper addresses a fundamental limitation of current 3‑D Gaussian Splatting (3DGS)‑based tomographic reconstruction methods, notably the R2‑Gaussian approach, which relies on a local affine collapse of 3‑D Gaussians into 2‑D Gaussians on the detector plane. While this approximation enables efficient gradient computation, it compromises the physical fidelity of line integrals and makes it difficult to incorporate non‑linear geometric corrections such as the arc‑correction required in cylindrical PET scanners.

To overcome these issues, the authors propose a fully analytical 3‑D Gaussian ray‑tracing framework. Instead of projecting Gaussians via an affine map, they compute the exact line integral of each anisotropic Gaussian along a ray. Starting from the Gaussian definition

G(x)=exp


Comments & Academic Discussion

Loading comments...

Leave a Comment