IVCVApr 4, 2024

GaSpCT: Gaussian Splatting for Novel CT Projection View Synthesis

arXiv:2404.03126v18 citationsh-index: 15
Originality Synthesis-oriented
AI Analysis

This work addresses a domain-specific problem for medical imaging by enabling faster and safer CT scans with reduced radiation exposure for patients, though it is incremental as it adapts an existing framework.

The authors tackled the problem of generating novel projection views for CT scans with limited 2D projections, reducing scanning time and radiation dose for patients. They demonstrated that their method closely matches original views, outperforms other implicit 3D representations, reduces training time, and cuts memory requirements by 17% compared to voxel grids.

We present GaSpCT, a novel view synthesis and 3D scene representation method used to generate novel projection views for Computer Tomography (CT) scans. We adapt the Gaussian Splatting framework to enable novel view synthesis in CT based on limited sets of 2D image projections and without the need for Structure from Motion (SfM) methodologies. Therefore, we reduce the total scanning duration and the amount of radiation dose the patient receives during the scan. We adapted the loss function to our use-case by encouraging a stronger background and foreground distinction using two sparsity promoting regularizers: a beta loss and a total variation (TV) loss. Finally, we initialize the Gaussian locations across the 3D space using a uniform prior distribution of where the brain's positioning would be expected to be within the field of view. We evaluate the performance of our model using brain CT scans from the Parkinson's Progression Markers Initiative (PPMI) dataset and demonstrate that the rendered novel views closely match the original projection views of the simulated scan, and have better performance than other implicit 3D scene representations methodologies. Furthermore, we empirically observe reduced training time compared to neural network based image synthesis for sparse-view CT image reconstruction. Finally, the memory requirements of the Gaussian Splatting representations are reduced by 17% compared to the equivalent voxel grid image representations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes