FaCT-GS: Fast and Scalable CT Reconstruction with Gaussian Splatting

arXiv cs.CV / 4/3/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisTools & Practical UsageModels & Research

Key Points

  • FaCT-GS is a new Gaussian Splatting (GS)-based framework for X-ray CT reconstruction that focuses on overcoming remaining speed and scalability limitations of prior GS approaches.
  • The method achieves major performance gains by deeply optimizing the voxelization and rasterization pipelines, scaling effectively with both the number of projections and the CT output volume size.
  • FaCT-GS is reported to be over 4× faster than the state of the art on standard 512×512 projections and over 13× faster on 2k projections.
  • It improves voxelization to support rapid fitting of Gaussians to existing volumes, enabling warm-start reconstruction from priors or providing an alternative compressed representation.
  • The authors provide an implementation on GitHub, facilitating adoption and experimentation by others in the community.

Abstract

Gaussian Splatting (GS) has emerged as a dominating technique for image rendering and has quickly been adapted for the X-ray Computed Tomography (CT) reconstruction task. However, despite being on par or better than many of its predecessors, the benefits of GS are typically not substantial enough to motivate a transition from well-established reconstruction algorithms. This paper addresses the most significant remaining limitations of the GS-based approach by introducing FaCT-GS, a framework for fast and flexible CT reconstruction. Enabled by an in-depth optimization of the voxelization and rasterization pipelines, our new method is significantly faster than its predecessors and scales well with projection and output volume size. Furthermore, the improved voxelization enables rapid fitting of Gaussians to pre-existing volumes, which can serve as a prior for warm-starting the reconstruction, or simply as an alternative, compressed representation. FaCT-GS is over 4X faster than the State of the Art GS CT reconstruction on standard 512x512 projections, and over 13X faster on 2k projections. Implementation available at: https://github.com/PaPieta/fact-gs.