Artifact Reduction in Undersampled 3D Cone-Beam CTs using a Hybrid 2D-3D CNN Framework
Johannes Thalhammer, Tina Dorosti, Sebastian Peterhansl, Daniela Pfeiffer, Franz Pfeiffer, Florian Schaff
TL;DR
This work tackles artifacts in undersampled cone-beam CT by introducing a hybrid 2D-3D CNN framework that first uses a slice-wise 2D U-Net to remove artifacts and then stacks the resulting feature maps to form a 3D representation processed by a 3D decoder. The two-stage approach combines the efficiency of 2D processing with the volumetric context of 3D modeling, improving inter-slice consistency while keeping computation reasonable. Quantitative results show substantial improvements over sparse-view reconstructions, with the 2D path achieving slightly higher PSNR/SSIM and the 3D decoder enhancing volumetric fidelity; visual results also confirm better axial-to-coronal/sagittal consistency. The method is evaluated on RSNA pulmonary embolism data, and code is available on GitHub, highlighting its practical potential for fast, high-quality 3D CT post-processing in clinical pipelines.
Abstract
Undersampled CT volumes minimize acquisition time and radiation exposure but introduce artifacts degrading image quality and diagnostic utility. Reducing these artifacts is critical for high-quality imaging. We propose a computationally efficient hybrid deep-learning framework that combines the strengths of 2D and 3D models. First, a 2D U-Net operates on individual slices of undersampled CT volumes to extract feature maps. These slice-wise feature maps are then stacked across the volume and used as input to a 3D decoder, which utilizes contextual information across slices to predict an artifact-free 3D CT volume. The proposed two-stage approach balances the computational efficiency of 2D processing with the volumetric consistency provided by 3D modeling. The results show substantial improvements in inter-slice consistency in coronal and sagittal direction with low computational overhead. This hybrid framework presents a robust and efficient solution for high-quality 3D CT image post-processing. The code of this project can be found on github: https://github.com/J-3TO/2D-3DCNN_sparseview/.
