Enhanced Low-Dose CT Image Reconstruction by Domain and Task Shifting Gaussian Denoisers
Tim Selig, Thomas März, Martin Storath, Andreas Weinmann
TL;DR
This work tackles the challenge of reconstructing high-quality CT images from low-dose projections by introducing a two-stage pipeline: first, a standard filtered backprojection (FBP) reconstruction, followed by enhancement using a pretrained Gaussian denoiser fine-tuned for LDCT. The key novelty lies in domain and task shifting: repurposing Gaussian denoisers trained on natural grayscale images to improve LDCT images, with an SSIM-based loss to guide fine-tuning. Across LoDoPaB-CT and 2016LDCTGC datasets, the method achieves state-of-the-art performance in SSIM and competitive PSNR, while offering substantially lower inference times than unrolled iterative methods like ItNet. The approach is robust to the choice of pretrained denoiser (DRUNet, KBNet, Restormer), benefits strongly from pretraining especially with limited data, and holds promise for extending to other imaging modalities or denoiser architectures as new Gaussian denoisers become available.
Abstract
Computed tomography from a low radiation dose (LDCT) is challenging due to high noise in the projection data. Popular approaches for LDCT image reconstruction are two-stage methods, typically consisting of the filtered backprojection (FBP) algorithm followed by a neural network for LDCT image enhancement. Two-stage methods are attractive for their simplicity and potential for computational efficiency, typically requiring only a single FBP and a neural network forward pass for inference. However, the best reconstruction quality is currently achieved by unrolled iterative methods (Learned Primal-Dual and ItNet), which are more complex and thus have a higher computational cost for training and inference. We propose a method combining the simplicity and efficiency of two-stage methods with state-of-the-art reconstruction quality. Our strategy utilizes a neural network pretrained for Gaussian noise removal from natural grayscale images, fine-tuned for LDCT image enhancement. We call this method FBP-DTSGD (Domain and Task Shifted Gaussian Denoisers) as the fine-tuning is a task shift from Gaussian denoising to enhancing LDCT images and a domain shift from natural grayscale to LDCT images. An ablation study with three different pretrained Gaussian denoisers indicates that the performance of FBP-DTSGD does not depend on a specific denoising architecture, suggesting future advancements in Gaussian denoising could benefit the method. The study also shows that pretraining on natural images enhances LDCT reconstruction quality, especially with limited training data. Notably, pretraining involves no additional cost, as existing pretrained models are used. The proposed method currently holds the top mean position in the LoDoPaB-CT challenge.
