Discretized Gaussian Representation for Tomographic Reconstruction
Shaokai Wu, Yuxiang Lu, Yapan Guo, Wei Ji, Suizhi Huang, Fengyu Yang, Shalayiding Sirejiding, Qichen He, Jing Tong, Yanbiao Ji, Yue Ding, Hongtao Lu
TL;DR
This work introduces Discretized Gaussian Representation (DGR) for end-to-end CT reconstruction by modeling the volume as a set of discretized isotropic Gaussians and aligning their contributions on a voxel grid. A highly parallel Fast Volume Reconstruction (FVR) module accelerates Gaussian aggregation, while a global optimization loop projects the volume to the projection domain using a multi-term, projection-space loss, augmented by adaptive density control. Across Cone-Beam Sparse-View, Fan-Beam Sparse-View, and Limited-Angle CT tasks, DGR achieves state-of-the-art image quality with substantially reduced reconstruction time, often without requiring training data for inference. The approach unifies representation, reconstruction, and optimization in a scalable framework, with code available for reproduction and deployment in diverse CT configurations.
Abstract
Computed Tomography (CT) enables detailed cross-sectional imaging but continues to face challenges in balancing reconstruction quality and computational efficiency. While deep learning-based methods have significantly improved image quality and noise reduction, they typically require large-scale training data and intensive computation. Recent advances in scene reconstruction, such as Neural Radiance Fields and 3D Gaussian Splatting, offer alternative perspectives but are not well-suited for direct volumetric CT reconstruction. In this work, we propose Discretized Gaussian Representation (DGR), a novel framework that reconstructs the 3D volume directly using a set of discretized Gaussian functions in an end-to-end manner. To further enhance efficiency, we introduce Fast Volume Reconstruction, a highly parallelized technique that aggregates Gaussian contributions into the voxel grid with minimal overhead. Extensive experiments on both real-world and synthetic datasets demonstrate that DGR achieves superior reconstruction quality and runtime performance across various CT reconstruction scenarios. Our code is publicly available at https://github.com/wskingdom/DGR.
