FaCT-GS: Fast and Scalable CT Reconstruction with Gaussian Splatting
This work addresses computational bottlenecks in medical imaging for researchers and practitioners, though it is incremental as it optimizes an existing method rather than introducing a new paradigm.
The paper tackles the slow speed and scalability limitations of Gaussian Splatting for CT reconstruction by introducing FaCT-GS, which achieves over 4x faster reconstruction on standard 512x512 projections and over 13x faster on 2k projections compared to the state-of-the-art.
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.