Total‐body low‐dose CT image denoising using a prior knowledge transfer technique with a contrastive regularization mechanism

Minghan Fu,Yanhua Duan,Zhaoping Cheng,Wenjian Qin,Ying Wang,Dong Liang,Zhanli Hu
DOI: https://doi.org/10.1002/mp.16163
IF: 4.506
2022-12-22
Medical Physics
Abstract:PurposeReducing the radiation exposure experienced by patients in total‐body computed tomography (CT) imaging has attracted extensive attention in the medical imaging community. A low radiation dose may result in increased noise and artifacts that greatly affect the subsequent clinical diagnosis. To obtain high‐quality total‐body low‐dose CT (LDCT) images, previous deep learning‐based research works developed various network architectures. However, most of these methods only employ normal‐dose CT (NDCT) images as ground truths to guide the training process of the constructed denoising network. As a result of this simple restriction, the reconstructed images tend to lose favorable image details and easily generate oversmoothed textures. This study explores how to better utilize the information contained in the feature spaces of NDCT images to guide the LDCT image reconstruction process and achieve high‐quality results. MethodsWe propose a novel intratask knowledge transfer (KT) method that leverages the knowledge distilled from NDCT images as an auxiliary component of the LDCT image reconstruction process. Our proposed architecture is named the teacher‐student consistency network (TSC‐Net), which consists of teacher and student networks with identical architectures. By employing the designed KT loss, the student network is encouraged to emulate the teacher network in the representation space and gain robust prior content. In addition, to further exploit the information contained in CT scans, a contrastive regularization mechanism (CRM) built upon contrastive learning is introduced. The CRM aims to minimize and maximize the L2 distances from the predicted CT images to the NDCT samples and to the LDCT samples in the latent space, respectively. Moreover, based on attention and the deformable convolution approach, we design a dynamic enhancement module (DEM) to improve the network capability to transform input information flows. ResultsBy conducting ablation studies, we prove the effectiveness of the proposed KT loss, CRM and DEM. Extensive experimental results demonstrate that the TSC‐Net outperforms the state‐of‐the‐art methods in both quantitative and qualitative evaluations. Additionally, the excellent results obtained for clinical readings also prove that our proposed method can reconstruct high‐quality CT images for clinical applications. ConclusionsBased on the experimental results and clinical readings, the TSC‐Net has better performance than other approaches. In our future work, we may explore the reconstruction of LDCT images by fusing the positron emission tomography (PET) and CT modalities to further improve the visual quality of the reconstructed CT images. This article is protected by copyright. All rights reserved
radiology, nuclear medicine & medical imaging
What problem does this paper attempt to address?
The main purpose of this paper is to address the noise and artifacts present in low-dose whole-body Computed Tomography (CT) images, aiming to reduce the radiation dose patients receive during CT examinations while ensuring the image quality is sufficient to support clinical diagnosis. Specifically, the paper proposes the following innovations: 1. **Proposed a new knowledge transfer method**: Through a Teacher-Student Consistency Network (TSC-Net), information from normal-dose CT images is used as an auxiliary means to guide the reconstruction process of low-dose CT images. This method includes two structurally identical networks—the teacher network and the student network. The teacher network is trained using pairs of normal-dose CT images to acquire rich prior knowledge; the student network is used for denoising low-dose CT images and performs knowledge transfer by minimizing the distance between intermediate features of the teacher network. 2. **Introduced a Contrastive Regularization Mechanism (CRM)**: This mechanism is based on the idea of contrastive learning, aiming to minimize the distance between the predicted CT image and the normal-dose CT image while maximizing the distance from the low-dose CT image. This ensures that the reconstructed image is close to the high-quality normal-dose image and far from the original low-dose image. 3. **Designed a Dynamic Enhancement Module (DEM)**: Combining attention mechanisms and deformable convolution operations, this module enhances the network's ability to process input information flow, enabling the network to better capture spatial structural information. 4. **Comprehensive experimental validation**: Extensive experimental results demonstrate that the proposed TSC-Net outperforms existing techniques in both quantitative and qualitative evaluations. Additionally, clinical application results indicate that this method can reconstruct high-quality CT images suitable for clinical practice. In summary, the goal of the paper is to develop a method that can effectively reduce the radiation dose of CT scans while maintaining sufficient image quality, thereby reducing the potential health risks associated with CT examinations for patients.