Abstract
With the ever‐increasing use of computed tomography (CT), concerns about its radiation dose have become a significant public issue. To address the need for radiation dose reduction, CT denoising methods have been widely investigated and applied in low‐dose CT images. Numerous noise reduction algorithms have emerged, such as iterative reconstruction and most recently, deep learning (DL)‐based approaches. Given the rapid advancements in Artificial Intelligence techniques, we recognize the need for a comprehensive review that emphasizes the most recently developed methods. Hence, we have performed a thorough analysis of existing literature to provide such a review. Beyond directly comparing the performance, we focus on pivotal aspects, including model training, validation, testing, generalizability, vulnerability, and evaluation methods. This review is expected to raise awareness of the various facets involved in CT image denoising and the specific challenges in developing DL‐based models.
Keywords: CT image, deep learning, denoising, radiation dose reduction
1. INTRODUCTION
Computed tomography (CT) is a workhorse within the radiology community. It provides fine details with speed and clarity. However, for CT, x‐rays must be used to reconstruct image slices of the target region. The ionizing radiation could put patients at risk for the negative effects of x‐ray. The widespread adoption of CT imaging has heightened public awareness of radiation exposure risks. To mitigate these concerns, there has been a substantial effort to develop and implement CT denoising techniques. These methods are essential for reducing radiation doses while concurrently enhancing the quality of images obtained from low‐dose CT scans, thus improving their diagnostic value.
We performed a literature search on publications up to the end of 2022 from PubMed. The use of the keyword “CT” and “image denoising” returned 484 results. We screened the publications to exclude 250 unrelated papers, 9 review papers, and 3 publications that were not in English, leaving a total of 222 publications. The 222 publications were further categorized into three categories: traditional CT denoising methods (65 publications), deep learning (DL)‐based CT denoising methods (99 publications), and application and evaluation studies (58 publications).
The nine review papers importantly covered three topics: traditional image denoising methods, 1 , 2 , 3 DL‐based image denoising methods 4 , 5 , 6 , 7 , 8 as well as its application. 9 With rapid advances in Artificial Intelligence (AI) techniques, we feel there is a need to provide a more comprehensive review including most recently developed methods. Beyond direct comparison of the performance, most important, we will discuss model training, validation and testing, generalizability and vulnerability, and evaluation methods. To the best of our knowledge, there is no such a review that examines those challenges in developing DL‐based models. Hence, we provide a review regarding this topic based on a thorough analysis of existing literature.
2. IMAGE NOISE AND NOISE REDUCTION
There are various reasons that generate the noise in CT images, including but not limited to radiation dose, electronic noise, slice thickness, and patient size. Radiation dose plays a crucial role in determining the noise level in CT images. Increasing the radiation dose can lead to a reduction in noise, which improves image clarity. However, this comes with the drawback of higher radiation exposure. It is important to optimize the settings of the examination to achieve a balance between reducing radiation dose and preserving sufficient image quality for accurate diagnostic interpretation.
Noise reduction is the process of removing noise from a signal. There are many noise reduction algorithms in image processing, such as nonlocal means, 2 wavelet transform, 10 well adopted iterative reconstruction, 3 and most recently, DL‐based approaches. In this review, we categorize all image denoising methods beyond DL approaches as traditional methods. Figure 1 shows the annual number of publications for traditional and DL‐based CT denoising methods.
FIGURE 1.

Annual number of publications for traditional and DL‐based CT denoising methods (accessed on December 2022).
While the magnitude of noise in an image is a focus, noise texture is also important because it can have a strong effect on how well structures can be visualized. This raises a question on how to evaluate the performance of image denoising algorithms.
3. TRADITIONAL NOISE REDUCTION METHODS
As our main emphasis is not on traditional noise reduction methods, we present a concise overview to maintain the overall integrity of the topic.
Filtered back projection (FBP) has traditionally been the standard method for CT image reconstruction, however, iterative reconstruction (IR) has now become widely adopted in clinical practice. IR turns the FBP process into an algorithm that operates iteratively. Compared to FBP, IR can handle more complex imaging scenarios, such as dealing with noisy or incomplete data, or accommodating non‐uniformly sampled data. Another advantage of IR is that it produces images with higher spatial resolution and better image quality in some cases, particularly when dealing with low‐dose or sparse data. This is because iterative algorithms can use information from neighboring pixels to improve the estimate of each pixel's value, resulting in less noise and better detail in the reconstructed image.
There are several CT image denoising algorithms, for example, wavelet‐based denoising, 11 non‐local means denoising, 12 total variation denoising, 13 dictionary learning‐based denoising, 14 and Block‐matching and 3D filtering. 15
Wavelet‐based denoising is a popular method for reducing noise in CT images. This method involves decomposing the image into different frequency bands using wavelet transforms and then filtering out the noise in each frequency band before reconstructing the image. 11 , 16 , 17 , 18 , 19 Non‐local means 12 denoising is a patch‐based denoising method that compares patches of similar texture or structure across the image to estimate the noise level in each pixel. This method can effectively reduce noise while preserving image details. Total variation 13 denoising is a variational method that aims to minimize the total variation of the image while preserving its features. This method can reduce noise while preserving edges and sharp features in the image. Dictionary learning‐based 14 denoising is a machine learning‐based approach that learns a dictionary of image patches from a set of training images and uses this dictionary to denoise new images. This method can effectively reduce noise while preserving image details and structures. Block‐matching and 3D filtering (BM3D) 15 is an algorithm that involves two major steps: (1) a hard‐thresholding estimation of the original image; (2) a step using the original image, the estimation from step (1), and Wiener filtering. Both steps include grouping, collaborative filtering, and aggregation. The hard‐thresholding and Wiener filtering are both done in the collaborative filtering sub steps.
A detailed review regarding traditional CT image denoising methods, besides IR, was given by Diwakar and Kumar, 1 while the strengths and weaknesses of IR algorithms were reviewed by Mohammadinejad et al. 3 Based on our survey of the PubMed, there are 65 publications up to 2022, with the earliest one from 2004. Table 1 provides a distribution of traditional denoising methods in CT images.
TABLE 1.
Traditional CT noise reduction methods.
| Denoising methods | Number of studies | |
|---|---|---|
| Spatial domain | Linear and non‐linear filters | 13 20 , 21 |
| Variation methods | 11 13 , 22 , 23 , 24 , 25 , 26 , 27 , 28 , 29 , 30 , 31 | |
| Dictionary learning method | 7 32 , 33 , 34 , 35 , 36 , 37 , 38 | |
| Bilateral and non‐local means filters | 13 2 , 12 , 39 , 40 , 41 , 42 , 43 , 44 , 45 , 46 , 47 , 48 , 49 | |
| Transform domain | Wavelet based denoising | 5 11 , 16 , 17 , 18 , 50 |
| Threshold estimation | 2 10 , 51 | |
| Shrinkage rules | 2 17 , 19 | |
| Intra and inter scale dependencies based denoising | 2 52 , 53 | |
| Image denoising based on extended versions of transform | 6 14 , 21 , 51 , 54 , 55 , 56 | |
| Block‐matching and 3D filtering (BM3D) | 4 15 , 25 , 57 , 58 |
4. DL‐BASED NOISE REDUCTION METHODS
DL techniques have shown great potential in image reconstruction and restoration tasks, outperforming commercial IR algorithm methods in CT denoising. There are several DL approaches for CT image denoising, including but not limited to: convolutional neural networks (CNNs), Generative Adversarial Networks (GANs), Variational Autoencoders (VAEs), Deep Residual Networks (ResNets), Transformer‐based methods, Attention‐based Networks, as well as hybrid approaches that combine multiple approaches, such as CNNs and GANs, to improve the quality and accuracy of CT image denoising.
The predominant DL models for CT denoising are GANs and CNNs. As shown in Figure 2a, out of 99 publications examined, 61 studies use the models based on CNN, 59 , 60 , 61 , 62 , 63 , 64 , 65 , 66 , 67 , 68 , 69 , 70 , 71 , 72 , 73 , 74 , 75 , 76 , 77 , 78 , 79 , 80 , 81 , 82 , 83 , 84 , 85 , 86 , 87 , 88 , 89 , 90 , 91 , 92 , 93 , 94 , 95 , 96 , 97 , 98 , 99 , 100 , 101 , 102 , 103 , 104 , 105 , 106 , 107 , 108 , 109 , 110 , 111 , 112 , 113 , 114 , 115 , 116 , 117 , 118 , 119 while 30 studies are based on GAN. 120 , 121 , 122 , 123 , 124 , 125 , 126 , 127 , 128 , 129 , 130 , 131 , 132 , 133 , 134 , 135 , 136 , 137 , 138 , 139 , 140 , 141 , 142 , 143 , 144 , 145 , 146 , 147 , 148 , 149 Additionally, two studies adopt Transformer‐based approaches. 150 , 151 with the remaining approaches including filter‐based methods as well as hybrid methods. 152 , 153 , 154 , 155 , 156 , 157 To be noted that some models are originally developed, 61 , 62 , 65 , 66 , 68 , 70 , 72 , 73 , 77 , 122 , 153 while some are developed by modifying original models through modifying loss functions, or layers, or extending original models to different domains. 60 , 63 , 64 , 69 , 71 , 72 , 74 , 75 , 76 , 78 , 82 , 84 , 102 , 121 , 123 , 124 , 125 , 147 , 150 , 151 , 152 , 155 , 158
FIGURE 2.

The distribution of deep learn (DL) approaches for CT image denoising: (a) various DL approaches for CT image denoising; (b) models based on convolutional neural networks (CNNs); (c) models based on generative adversarial networks (GANs).
4.1. Convolutional neural networks (CNNs)
CNN‐based CT denoising methods use a network architecture consisting of multiple layers of convolutional filters to learn features from the noisy input images and produce denoised output images. A traditional CNN involves both convolutional layers and fully connected (FC) layers. The FC layers are the “neurons” in neural networks and do not contain convolutions and instead rely on linear transformations of the input data. CNNs generally utilize supervised training. The convolutional portions of CNNs are also trained to produce the most optimal kernels.
Figure 3a shows the basic CNN architecture. In this network, each convolutional layer contributes to noise reduction in CT images by progressively extracting and refining features pertinent to the underlying anatomical structures. It leverages local information through receptive fields, applies non‐linear transformations to discern noise from actual patterns, and learns adaptive filters that diminish noise while preserving critical details. The hierarchical depth of CNN architectures enables the capture of intricate information, facilitating noise suppression, and overall enhancement of CT image quality.
FIGURE 3.

Basic deep learning architectures. (a) CNN. FC: fully connected, (b) GAN, (c) transformer.
One of the main advantages of CNNs in CT image denoising is their ability to perform automatic feature extraction. CNNs can automatically extract relevant features from the image they are given, which eliminates the need for manual feature engineering. 59 Another advantage of CNNs is their ability to handle high‐dimensional data. CT images are high‐dimensional and can have a large number of pixels. CNNs are designed to handle this type of information and can process large amounts of data quickly. 159 Finally, CNNs are known to achieve good performance in a wide range of image processing tasks, including CT image denoising. 79
Despite their advantages, there are also some potential drawbacks to using CNNs in CT image denoising. One of the main challenges is the need for a significant amount of labeled data to train the network. In most cases, training a CNN requires a large amount of labeled data. 140 When dealing with CT image denoising, it can be difficult to generate paired noisy and noise‐free images for comparison. Another potential disadvantage of CNNs is their black box nature. CNNs are sometimes considered to be black box models because it can be challenging to understand how they generate their predictions. 90 This can be a disadvantage in applications where interpretability is important. Finally, CNNs have several hyperparameters that need to be tuned, such as the number of layers, filter sizes, and learning rate. Tuning these hyperparameters can be a time‐consuming process, and the best values may vary depending on the dataset and the specific problem being addressed.
Figure 2b shows the studies using various CNN‐based models. RED‐CNN and U‐NET are the most widely used models. Both RED‐CNN and U‐NET architectures are well‐suited for image‐to‐image translation tasks like those from CT denoising. They feature encoder‐decoder structures that enable effective feature extraction and information preservation through skip connections. Medical images like CT can vary significantly in terms of noise levels, contrast, and structures. RED‐CNN and U‐NET, with their learned representations and feature extraction capabilities, can adapt well to these variabilities.
4.2. Generative adversarial networks (GANs)
GANs are a type of DL model that consists of two neural networks: a generator network and a discriminator network. These networks are trained together in an adversarial manner to produce realistic and denoised output images from noisy input images. The generator network creates new data, while the discriminator network evaluates whether the generated data are real or fake. During training, the two networks are trained simultaneously, with the generator trying to produce data, that is, indistinguishable from the real data, and the discriminator trying to correctly identify whether the data are real or fake. Since the generator only needs to minimize a loss function that the discriminator would try to maximize, it does not need to be anything specific. The same is true for the discriminator. Figure 3b depicts the basic GAN architecture.
The use of GANs for CT image denoising has several advantages. First, GANs can produce high‐quality images that are not only visually realistic but also feature fine‐grained details. 132 Second, GANs are effective at eliminating noise from CT images while preserving the essential characteristics and structures of the images. 143 Third, GANs are able to understand intricate patterns and correlations in CT scans, which conventional image denoising approaches might struggle to do.
However, GANs can be computationally intensive and require a substantial amount of input data to produce accurate predictions. 146 If the training data are not representative of the real world or if the model is not trained correctly, GANs have a higher propensity to produce artifacts and errors in the images that they generate. 123 Additionally, GANs could generate images that are visually realistic but clinically inaccurate, leading to incorrect diagnoses or treatments. As such, GANs are best suited for image processing and computer vision applications, while tasks such as image classification, object detection, and image segmentation are particularly well‐suited to convolutional neural networks (CNNs).
Figure 2c shows the studies using various GAN‐based models. CycleGAN and WGAN are well adopted. CycleGAN is a type of GAN that involves two generators and two discriminators. 122 , 128 , 136 , 142 , 143 It is designed to learn the mapping between two domains without the need for paired data. In the context of CT image denoising, CycleGAN can be used to learn the mapping between noisy and clean CT images, enabling it to generate denoised images from noisy input images. One advantage of CycleGAN is that it can be trained on unpaired data, which can make it easier to obtain training data.
WGAN, on the other hand, is a variant of GANs that utilizes a Wasserstein distance metric to measure the distance between the generated and real image distributions. 129 , 132 , 133 , 134 , 137 , 140 , 141 , 148 This helps to stabilize the training process and can result in more realistic output images. WGAN has been used for CT image denoising, and has shown promising results in reducing noise and preserving image details.
4.3. Transformer‐based methods
Transformers are a type of DL model that were initially developed for natural language processing tasks but have recently gained attention in computer vision due to their ability to model long‐range dependencies between pixels in an image. It is grounded in a self‐attention mechanism that allows it to record dependencies between distinct parts of the input sequence in a non‐linear fashion, which is different from the linear processing of sequential data by conventional neural networks. The Transformer model can be modified for use in the context of CT image denoising by processing high‐dimensional CT pictures in a way that captures spatial dependencies between different regions of the image. To denoise an image using a transformer, the model first processes the input image to extract and analyze key features and patterns. The model then uses this information to identify and separate the noise from the useful signal in the image before applying a denoising algorithm to remove the noise and produce a denoised output image. Overall, transformer‐based CT denoising methods have shown promising results in reducing noise while preserving image details, especially in low‐dose CT scans, by leveraging the power of self‐attention mechanisms to better analyze and process the input data.
Figure 3c shows the basic transformer architecture. By utilizing the self‐attention mechanism, a transformer DL model denoises CT images by capturing contextual information and long‐range dependencies and adaptively weights input characteristics to distinguish between meaningful structures and noise. The model can simultaneously focus on different areas of the image utilizing the multi‐head attention mechanism, which helps the model understand complex relationships and patterns in the data to effectively reduce noise.
One of the advantages of the Transformer model in CT image denoising is its ability to capture spatial dependencies. The model's built‐in self‐attention mechanism enables it to non‐linearly record relationships between segments of the input sequence, making it a good choice for processing high‐dimensional CT images. 150 The Transformer model has also shown promise in other fields, such as image processing, and has reached state‐of‐the‐art performance in a variety of natural language processing applications. Additionally, the Transformer model can process each part of the image separately, making it more efficient for handling large images compared to typical convolutional neural networks.
However, there are also some drawbacks to using the Transformer model in CT image denoising. Obtaining good results with the model requires a significant amount of labeled data, similar to other DL models. Additionally, the Transformer model is sometimes viewed as a black box model because of the difficulty in understanding how it generates its predictions. The model's built‐in self‐attention mechanism can also make it hard to determine which features of an image should be prioritized when creating a forecast. Due to these limitations, Transformer‐based models have not gained substantial traction in CT image denoising.
4.4. Other methods
VAEs are DL models that consist of an encoder network and a decoder network that are trained together to learn a compressed representation of the input data, which can then be used to generate denoised output images. 160 ResNets utilize residual connections to enable training of much deeper networks. ResNet‐based CT denoising methods use a network architecture that can learn to remove noise while preserving important image features. Attention‐based Networks employ attention mechanisms to selectively focus on important image features while denoising the input image. 72
5. TRAINING, VALIDATION, AND EVALUATION
5.1. Training methods
Across the studies reviewed, six distinct learning methods have been employed, including supervised, semi‐supervised, unsupervised, weakly‐supervised, self‐supervised, and self‐attention.
Supervised and unsupervised DL‐based methods are two common approaches for CT image denoising using DL models. Supervised DL‐based methods involve training a model using a set of labeled data, where each input image is paired with a corresponding clean image. The model learns to map noisy images to clean images using this labeled data. Supervised DL‐based methods have been shown to produce high‐quality denoised CT images, and they are effective at removing various types of noise patterns. Out of 99 studies reviewed, 64 studies 42 , 59 , 60 , 61 , 62 , 63 , 64 , 65 , 66 , 67 , 68 , 71 , 72 , 74 , 76 , 77 , 79 , 80 , 83 , 84 , 86 , 88 , 89 , 90 , 91 , 92 , 93 , 97 , 98 , 99 , 100 , 101 , 102 , 103 , 104 , 106 , 107 , 108 , 109 , 111 , 112 , 113 , 114 , 115 , 116 , 117 , 118 , 119 , 123 , 124 , 125 , 126 , 132 , 134 , 137 , 138 , 139 , 142 , 147 , 153 , 159 , 161 , 162 , 163 apply supervised training method. CNNs are a common type of supervised DL‐based model used for CT image denoising.
In contrast, unsupervised DL‐based methods do not require labeled data. Instead, they use techniques such as GANs, VAEs, or self‐supervised learning to estimate the underlying distribution of clean images from the noisy images. Twenty studies 85 , 87 , 120 , 121 , 122 , 127 , 128 , 129 , 130 , 131 , 133 , 135 , 136 , 141 , 143 , 145 , 146 , 148 , 149 , 154 , 158 apply different unsupervised training approaches. Unsupervised DL‐based methods rely on the assumption that the noisy image can be modeled as a combination of a clean image and additive noise, and aim to estimate the clean image from the noisy input. These methods are effective in reducing noise levels in CT images, but they may not produce as high‐quality denoised images as supervised methods.
Self‐supervised learning is an unsupervised method that doesn't rely on external labels. 70 , 82 , 94 , 95 , 105 , 140 , 152 In self‐supervised learning, the model creates its own pseudo‐labels or supervisory signals by designing pretext tasks that require understanding and processing of the data. These pretext tasks are constructed in a way that the model learns meaningful features or representations that can then be transferred to downstream tasks. Once the model learns to solve these pretext tasks, the learned representations can be transferred to the actual target task, often through fine‐tuning or other transfer learning techniques.
Weakly‐supervised learning lies between supervised learning and unsupervised learning. In weak supervision, the labels might be noisy, partial, or coarse, which makes the learning task more challenging. Despite the limited or noisy labeling, the goal is to leverage this weaker supervision to learn meaningful patterns and representations from the data. 75 , 96
Different from weakly‐supervised learning, although they both involve working with less‐than‐full supervision. The primary goal of semi‐supervised learning is to leverage the available unlabeled data to improve the model's performance on tasks that require supervised learning. The model uses the labeled data to learn a mapping from inputs to outputs, and it also learns from the unlabeled data to discover patterns and structures that aid in generalization. 144
Self‐attention is employed in Transformer‐based models. 150 Self‐attention learning involves calculating attention scores between each pair of elements in the sequence and using these scores to compute weighted sums, which are then used to update the representations of the elements. The key idea is to allow each element to attend to other elements, assigning different degrees of importance to them based on their contextual relevance.
In general, supervised DL‐based methods generally outperform unsupervised DL‐based methods in terms of the quality of the denoised images. This is because supervised methods can learn from labeled data, which provides more information about the underlying noise patterns in the images. However, supervised DL‐based methods require a large amount of labeled data to train, which can be time‐consuming and expensive to obtain.
Unsupervised DL‐based methods are more suitable when labeled data are scarce or unavailable. They are still effective in reducing noise levels in CT images, and they can be faster to implement since they do not require training on labeled data.
5.2. Validation methods
Validation methods are used to assess the performance and generalizability of a trained model on new, unseen data. The choice of validation method depends on factors such as dataset size, data distribution, and the model's complexity.
K‐fold cross‐validation is the most popular validation method typically used for supervised learning tasks where there are labeled data and a target variable to predict, including single fold, 68 , 71 , 72 5‐fold, 97 , 98 , 99 , 100 , 102 and 10‐fold cross‐validation. 128 , 129 , 130 , 131 In general, the performance results from higher iterations can be averaged to obtain a more reliable estimation of the model's performance.
Validation in unsupervised learning is a bit different from supervised learning since there are no ground truth labels to compare predictions against. Instead, the focus is often on assessing the quality of the learned representations or clusters. Techniques such as the gradient‐based Adam optimizer 136 and 3D dictionary learning iterative reconstruction 148 have been employed to assess potential overfitting during training. Shan et al. 149 adopted a cluster stability analysis approach, gauging the robustness of clusters across multiple runs with slight data variations or algorithmic parameter adjustments. Zhang et al. 87 validated their training method by introducing diverse datasets and modifying experimental setups. Several studies 120 , 121 , 122 , 148 took a comparative approach by evaluating their methods across different image patches derived from alternate datasets. This multifaceted validation framework underscores the complexity and nuance associated with validating unsupervised learning models in the absence of explicit ground truth.
Remember that validation in unsupervised learning is often more subjective and context‐dependent compared to supervised learning. The choice of validation methods depends on the specific goals of the analysis and the characteristics of the data. It is common to use a combination of methods to gain a comprehensive understanding of the quality of the clustering or learned representations.
5.3. Training and validation data
DL‐based models for CT image denoising demand substantial quantities of high‐quality training data to achieve satisfactory performance. These datasets are often drawn from both publicly available sources and individual institutional collections. Figure 4 illustrates the distribution of datasets employed across the 99 studies surveyed.
FIGURE 4.

The distribution of datasets employed across the reviewed studies.
Public datasets, such as the NIH Chest CT dataset, can be a valuable resource for training CT image denoising models. These datasets typically contain large numbers of high‐quality images that have been carefully labeled by experts. Using these datasets can save significant time and effort in data collection and annotation, and can also help to ensure that the models are trained on a diverse range of images with a wide range of noise characteristics. Table 2 shows a summary of publicly available datasets based on the studies reviewed.
TABLE 2.
Summary of publicly available datasets the reviewed studies used (links verified as of 12/15/2023).
| Public dataset | Data type | Region | No. of studies | Description |
|---|---|---|---|---|
|
NIH AAPM Mayo 122 link |
Low dose CT, routine dose CT | Abdomen, head, chest | 36 61 , 64 , 65 , 66 , 68 , 71 , 72 , 74 , 75 , 76 , 77 , 82 , 95 , 106 , 107 , 113 , 114 , 115 , 116 , 119 , 120 , 122 , 123 , 125 , 129 , 131 , 138 , 139 , 140 , 143 , 144 , 148 , 149 , 150 , 152 , 153 | 5936 NDCT images with 512 × 512 and quarter‐dose simulated LDCT images from 10 patients. |
| Piglet 127 link | Low dose CT, routine dose CT | Piglet | 5 72 , 108 , 127 , 130 , 147 | 2260 CT images from the piglet dataset as the training set |
| (ECG)‐gated cardiac CT 136 link | CT | Cardiac | 2 136 , 157 | 13,482 pairs training data of low‐dose CT images |
| LDCT projection data 151 link | Low dose CT, | Abdomen, head, chest | 3 92 , 105 , 151 | Low‐dose projections are achieved by adding Poisson noise to the standard dose projections. |
| Deep Lesion dataset 121 link | CT | Renal lesions, bone lesions, pulmonary nodules, and lymphadenopathy | 2 62 , 121 | 12 000 images from 3225 patients are used. |
| TCIA 135 Link | Low dose CT, routine dose CT | Head | 8 63 , 69 , 72 , 90 , 108 , 114 , 117 , 135 | 50 head scans, a total of 1782 routine‐dose (NDCT) and low‐dose (LDCT) slices. |
|
LIDC/IDRI database 126 link |
Low dose CT | Lung, dental | 1 126 | 280 ground truth train XXX.hdf5 files and 28 ground truth XXX.hdf5 files. Each HDF5 file can be extracted into 128 images |
|
TCGA‐COAD 93 link |
Low dose CT, routine dose CT | Bones | 1 93 | 200 different CT images with a size of 512 × 512 pixels as training data. |
| XCAT 96 link | Low dose CT | Cardiac | 1 96 | 3000 image slices from 10 pediatric XCAT phantoms |
| ISLES 91 link | CT | Stroke lesion | 1 91 | 94 volumes of dynamic CT images each containing varying number of axial slices (two to eight) and time‐frames (40–50) |
Dataset (public or institutional) that is used for training/validation, independent dataset indicates those different from public and institutional (independent test).
5.4. Model evaluation
Evaluating a DL denoising model involves assessing its ability to effectively reduce noise while preserving important image details. Generated denoised images are usually compared against the ground truth images such as FBP, 164 , 165 , 166 IR, 167 , 168 , 169 , 170 or other DL methods. 158 , 159 , 163 , 171 , 172 , 173 , 174 , 175 , 176 , 177 , 178 , 179 , 180 , 181 , 182 This comparison can provide insights into the model's relative strengths and weaknesses in terms of denoising performance. If the model's performance is not satisfactory, consider iterative improvements such as architecture modifications, hyperparameter tuning, or dataset augmentation. 158 Repeat the evaluation process to assess the impact of these changes on the denoising performance.
5.5. Generalizability
Generalizability is an important consideration when evaluating the effectiveness of DL‐based CT image denoising models. Among 99 papers reviewed, only five studies conducted the independent test. 106 , 139 , 156 , 168 , 180 An independent test if a mode can be able to effectively denoise CT images in a variety of contexts is necessary, however, this is not yet realized.
To ensure generalizability, it is important to use a diverse set of training data that includes images from different scanners, protocols, and patient populations. This can help to ensure that the model is able to handle a wide range of variations in image quality and characteristics.
5.6. Evaluation metrics
Figure 5 illustrates the distribution of various evaluation metrics employed across the surveyed papers. These metrics, including Dunn's Index (DI), Interquartile Range (IQR), Signal to Noise Ratio (SNR), Peak Signal to Noise Ratio (PSNR), Contrast to Noise Ratio (CNR), Mean Square Error (MSE), Noise Power Spectrum (NPS), Concordance Correlation Coefficient (CCC), and Structural Similarity Index (SSIM), offer detailed insights into the quality of image denoising.
FIGURE 5.

Evaluation metrics and their distribution. CCC, concordance correlation coefficient; CNR, contrast to noise ratio; DI, Dunn's index; IQR, interquartile; MSE, mean square error; NPS, noise power spectrum; PSNR, peak signal noise to ratio; SNR, signal to noise ratio; SSIM, structural similarity index.
DI evaluates the clustering quality by measuring how well similar pixels are grouped, assessing the distinctness of pixel groupings. IQR gauges the spread of pixel values, useful for identifying noise outliers. SNR measures the ratio of signal strength to noise, directly reflecting the impact of noise. PSNR benchmarks the quality of a denoised image against a reference, with higher values indicating superior denoising. CNR focuses on the preservation of contrast amid noise reduction. MSE computes the average of the squared differences between original and denoised images, providing an error estimate. NPS examines the distribution of noise across frequencies, and CCC determines the agreement between the denoised and reference images. SSIM assesses the preservation of structural information, factoring in luminance and contrast.
The common advantages of these metrics lie in their capability to quantify aspects of image quality, from noise level to structural integrity, which is crucial for evaluating denoising algorithms. They serve to analyze both spatial and frequency domains and are versatile in addressing various image fidelity aspects, such as outlier detection and diagnostic preservation.
While a previous study has shown that there is a strong correlation between SSIM and radiologists’ evaluations for diagnostic quality and low‐contrast detectability and a moderate correlation for texture, 167 these metrics share the limitation of not perfectly mirroring human visual perception. They often involve subjective elements, like image partitioning or region selection, which may not fully encompass the complexity or diagnostic importance of the image content. Some metrics, such as SNR, are straightforward and intuitive, while others, like NPS, may be complex for those without expertise. Moreover, they can be overly sensitive to outliers, might not reflect perceptual nuances, or may not coincide with subjective quality assessments, despite their objective accuracy.
The selection of appropriate evaluation metrics depends on the specific needs and nuances of the image denoising task at hand. Researchers often employ multiple metrics to thoroughly assess the performance of DL denoising algorithms, considering perceptual quality, fidelity to the original image, and detail preservation. Beyond quantitative metrics, subjective assessments are also vital, 183 , 184 , 185 , 186 as they involve visual inspection for noise reduction, detail preservation, and overall image fidelity, offering insights into potential limitations or artifacts not captured by quantitative measures.
6. APPLICATION
The potential application of DL‐based CT denoising models has been identified to enhance image quality, improve diagnostic accuracy and streamline radiological workflows. The majority of research focusing on the objective image quality evaluations of DL algorithms has consistently demonstrated remarkable noise reduction compared to FBP and IR at equivalent or lower radiation dose levels. 74 , 77 , 79 , 82 , 90 , 92 , 93 , 95 , 103 , 104 , 113 , 114 , 147 Additionally, the implementation of DL for metal artifact reduction demonstrates superior results when compared to IR. 62 , 86 , 119 , 121
CT image denoising approaches show promising potential, but are not widely accepted in routine clinical practice. To date, three CT vendors have introduced DL‐based reconstruction algorithms: TrueFidelity by GE Healthcare, AiCE by Canon Medical Systems, and Precise Image by Philips Healthcare. 187 Among these, TrueFidelity and PreciseImage are direct algorithms that reconstruct the sinogram directly into an image, without FBP or IR. While AiCE is an image‐based algorithm that requires either FBP or IR. All three algorithms are based on CNNs and are trained using low‐dose sinograms or images. The practical application of these algorithms has been comprehensively outlined by Koetzier et al, 187 indicating that they effectively reduce image noise at low radiation doses. Nevertheless, it is important to note that their full integration into clinical practice remains an ongoing process.
7. CHALLENGES
7.1. Data for model training
One of the primary challenges in developing a DL model for CT image denoising is the availability of high‐quality training data. Publicly available datasets can be a potential source, but it is crucial to carefully evaluate the quality and consistency of the data before using it for model training. Variations in image quality, noise characteristics, and other factors can affect the model's performance, so it is important to ensure that the dataset is representative of the specific clinical applications for which the model will be used.
The amount of data required for training or fine‐tuning a DL model for CT image denoising will depend on the model's complexity and the specific task. In general, larger amounts of high‐quality data will improve the model's generalizability and ability to capture complex patterns in the data. However, obtaining large amounts of medical imaging data can be challenging due to privacy concerns and ethical considerations. In such cases, transfer learning can be a useful approach, where a pre‐trained model on a related task or dataset is fine‐tuned on the target CT image denoising task using a smaller amount of data.
The quality and diversity of the training data are critical factors in achieving optimal results with DL models. Therefore, careful selection and curation of the training data are essential. Additionally, data augmentation techniques, such as rotation, scaling, and flipping, can be used to artificially increase the size of the training dataset and improve the model's robustness. It is essential to comply with relevant ethical and legal guidelines for data sharing and use when using medical imaging data for model training.
7.2. Model generalizability
It is important to evaluate the model's performance on a separate validation set that was not used during training. This can provide an indication of the model's ability to generalize to new, unseen data. Other factors that can impact generalizability include the complexity of the model, the amount of training data used, and the specific denoising algorithm employed. It is important to carefully consider these factors when developing and evaluating DL‐based CT image denoising models in order to ensure that they are effective and reliable across a wide range of contexts.
7.3. Evaluation metrics
Evaluation metrics play a crucial role in assessing the performance of DL‐based CT denoising models. We review some commonly used evaluation metrics for CT denoising models.
It is important to note that each metric has its own advantages and disadvantages, and no single metric can fully capture the performance of a CT denoising model. It also needs to be noted that the evaluation based on those metrics is not necessarily aligned with radiologists’ evaluation. It is recommended to use a combination of metrics for a comprehensive evaluation of the model's performance.
7.4. Vulnerability to adversarial attacks
One challenge for DL models, including those used in CT image denoising, is adversarial attacks. These attacks involve adding carefully crafted noise to the input image to evade the denoising model's filters and produce a degraded output image. In medical imaging applications, misdiagnosis or incorrect treatment resulting from such attacks could have serious consequences.
To address the vulnerability of DL models to adversarial attacks, researchers have proposed several defense mechanisms, including adversarial training, input perturbation, and model compression. These approaches improve the model's robustness to adversarial attacks by incorporating adversarial examples into the training process or modifying the input data to prevent the model from being deceived by adversarial perturbations. While these defenses can reduce the vulnerability of DL models, they are not foolproof and can sometimes introduce new vulnerabilities. Thus, continued research is necessary to develop more robust and reliable defense mechanisms to ensure the safety and effectiveness of DL‐based CT image denoising models.
8. PERSPECTIVES
The use of DL models has revolutionized the field of CT image denoising, yielding significant improvements in performance compared to traditional methods. However, there remain several challenges to overcome, such as the need for large amounts of high‐quality training data, potential vulnerability to adversarial attacks, and difficulty in interpreting results.
To further improve the effectiveness and reliability of DL‐based CT image denoising, it is important to continue researching and developing new approaches. One promising avenue is transfer learning, which could improve the generalizability of DL‐based CT image denoising models. Additionally, incorporating explainable AI (XAI) techniques into DL‐based CT image denoising models could help users understand how and why the model is making decisions.
Uncertainty estimation is another important aspect of DL that could be incorporated into CT image denoising models to help users assess the reliability of the model's denoising results. Moreover, real‐time denoising could be especially useful in clinical settings where fast processing is crucial. Future research can focus on optimizing DL‐based CT image denoising models to achieve real‐time performance.
Overall, the future of DL‐based CT image denoising looks promising, with continued advancements and improvements likely to lead to even more effective and reliable denoising methods.
AUTHOR CONTRIBUTIONS
All listed authors contributed to the literature search and to drafting the manuscript.
CONFLICT OF INTEREST STATEMENT
The authors have no conflict of interest to declare.
ACKNOWLEDGMENTS
This publication was supported by the National Center for Research Resources and the National Center for Advancing Translational Sciences, National Institutes of Health, through Grant UL1TR001998. The content is solely the responsibility of the authors and does not necessarily represent the official views of the NIH.
Sadia RT, Chen J, Zhang J. CT image denoising methods for image quality improvement and radiation dose reduction. J Appl Clin Med Phys. 2024;25:e14270. 10.1002/acm2.14270
REFERENCES
- 1. Diwakar M, Kumar M. A review on CT image noise and its denoising. Biomed Signal Process Control. 2018;42:73‐88. [Google Scholar]
- 2. Zhang H, Zeng D, Zhang H, et al. Applications of nonlocal means algorithm in low‐dose X‐ray CT image processing and reconstruction: a review. Med Phys. 2017;44(3):1168‐1185. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 3. Mohammadinejad P, Mileto A, Yu L, et al. CT noise‐reduction methods for lower‐dose scanning: strengths and weaknesses of iterative reconstruction algorithms and new techniques. RadioGraphics. 2021;41(5):1493‐1508. [DOI] [PubMed] [Google Scholar]
- 4. Li D, Ma L, Li J, et al. A comprehensive survey on deep learning techniques in CT image quality improvement. Med Biol Eng Comput. 2022;60(10):2757‐2770. [DOI] [PubMed] [Google Scholar]
- 5. Park SB. Advances in deep learning for computed tomography denoising. World J Clin Cases. 2021;9(26):7614‐7619. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6. Kulathilake K, Abdullah NA, Sabri AQM, Lai KW. A review on deep learning approaches for low‐dose computed tomography restoration. Complex Intell Syst. 2023;9(3):2713‐2745. doi: 10.1007/s40747-021-00405-x [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7. Koshino K, Werner RA, Pomper MG, et al. Narrative review of generative adversarial networks in medical and molecular imaging. Ann Transl Med. 2021;9(9):821. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8. Li Z, Zhou S, Huang J, Yu L, Jin M. Investigation of low‐dose CT image denoising using unpaired deep learning methods. IEEE Trans Radiat Plasma Med Sci. 2021;5(2):224‐234. doi: 10.1109/trpms.2020.3007583 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9. Immonen E, Wong J, Nieminen M, et al. The use of deep learning towards dose optimization in low‐dose computed tomography: a scoping review. Radiography (Lond). 2022;28(1):208‐214. doi: 10.1016/j.radi.2021.07.010 [DOI] [PubMed] [Google Scholar]
- 10. Rabbani H, Nezafat R, Gazor S. Wavelet‐domain medical image denoising using bivariate laplacian mixture model. IEEE Trans Biomed Eng. 2009;56(12):2826‐2837. [DOI] [PubMed] [Google Scholar]
- 11. Wang G, Guo S, Han L, et al. Asymptomatic COVID‐19 CT image denoising method based on wavelet transform combined with improved PSO. Biomed Signal Process Control. 2022;76:103707. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12. Giraldo JC, Kelm ZS, Guimaraes LS, et al. Comparative study of two image space noise reduction methods for computed tomography: bilateral filter and nonlocal means. Annu Int Conf IEEE Eng Med Biol Soc. 2009;2009:3529‐3532. [DOI] [PubMed] [Google Scholar]
- 13. Hashemi S, Beheshti S, Cobbold RS, Paul NS. Non‐local total variation based low‐dose Computed Tomography denoising. Annu Int Conf IEEE Eng Med Biol Soc. 2014;2014:1083‐1086. [DOI] [PubMed] [Google Scholar]
- 14. Zhang H, Zhang L, Sun Y, Zhang J. Projection domain denoising method based on dictionary learning for low‐dose CT image reconstruction. J Xray Sci Technol. 2015;23(5):567‐578. [DOI] [PubMed] [Google Scholar]
- 15. Zhao T, Hoffman J, Mcnitt‐Gray M, Ruan D. Ultra‐low‐dose CT image denoising using modified BM3D scheme tailored to data statistics. Med Phys. 2019;46(1):190‐198. [DOI] [PubMed] [Google Scholar]
- 16. Ghadrdan S, Alirezaie J, Dillenseger JL, Babyn P. Low‐dose computed tomography image denoising based on joint wavelet and sparse representation. Annu Int Conf IEEE Eng Med Biol Soc. 2014;2014:3325‐3328. [DOI] [PubMed] [Google Scholar]
- 17. Hyder SA, Sukanesh R. An efficient algorithm for denoising MR and CT images using digital curvelet transform. Adv Exp Med Biol. 2011;696:471‐480. [DOI] [PubMed] [Google Scholar]
- 18. Khare A, Shanker Tiwary U. A new method for deblurring and denoising of medical images using complex wavelet transform. Conf Proc IEEE Eng Med Biol Soc. 2005;2005:1897‐1900. [DOI] [PubMed] [Google Scholar]
- 19. Yasuda N, Ishikawa Y, Kodera Y. Improvement of image quality in chest MDCT using nonlinear wavelet shrinkage with trimmed‐thresholding. Nihon Hoshasen Gijutsu Gakkai Zasshi. 2005;61(12):1599‐1608. [DOI] [PubMed] [Google Scholar]
- 20. Michel‐González E, Cho MH, Lee SY. Geometric nonlinear diffusion filter and its application to X‐ray imaging. Biomed Eng Online. 2011;10:47. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21. Tabuchi M, Yamane N, Morikawa Y. Adaptive Wiener filter based on Gaussian mixture distribution model for denoising chest X‐ray CT image. Nihon Hoshasen Gijutsu Gakkai Zasshi. 2008;64(5):563‐572. [DOI] [PubMed] [Google Scholar]
- 22. Hasegawa A, Ishihara T, Allan Thomas M, Pan T. Technical Note: scanner dependence of adaptive statistical iterative reconstruction with 3D noise power spectrum central frequency and noise magnitude ratios. Med Phys. 2021;48(9):4993‐5003. [DOI] [PubMed] [Google Scholar]
- 23. Gao H. Fused analytical and iterative reconstruction (AIR) via modified proximal forward‐backward splitting: a FDK‐based iterative image reconstruction example for CBCT. Phys Med Biol. 2016;61(19):7187‐7204. [DOI] [PubMed] [Google Scholar]
- 24. Rodrigues MA, Williams MC, Fitzgerald T, et al. Iterative reconstruction can permit the use of lower X‐ray tube current in CT coronary artery calcium scoring. Br J Radiol. 2016;89(1064):20150780. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25. Hashemi S, Paul NS, Beheshti S, Cobbold RS. Adaptively tuned iterative low dose CT image denoising. Comput Math Methods Med. 2015;2015:638568. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26. Mahmood F, et al. Graph‐based sinogram denoising for tomographic reconstructions. Annu Int Conf IEEE Eng Med Biol Soc. 2016;2016:3961‐3964. [DOI] [PubMed] [Google Scholar]
- 27. Persson M, Grönberg F. Bias‐variance tradeoff in anticorrelated noise reduction for spectral CT. Med Phys. 2017;44(9):e242‐e254. [DOI] [PubMed] [Google Scholar]
- 28. Zhu Y, Zhao M, Zhao Y, et al . Noise reduction with low dose CT data based on a modified ROF model. Opt Express. 2012;20(16):17987‐18004. [DOI] [PubMed] [Google Scholar]
- 29. Bhadauria HS, Dewal ML. Efficient denoising technique for CT images to enhance brain hemorrhage segmentation. J Digit Imaging. 2012;25(6):782‐791. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30. Deng X, Zhao Y, Li H. Projection data smoothing through noise‐level weighted total variation regularization for low‐dose computed tomography. J Xray Sci Technol. 2019;27(3):537‐557. [DOI] [PubMed] [Google Scholar]
- 31. Kim JH, Chang Y, Ra JB. Denoising of polychromatic CT images based on their own noise properties. Med Phys. 2016;43(5):2251. [DOI] [PubMed] [Google Scholar]
- 32. Sasaki T, Hanari T, Sasaki M, et al. Reduction of radiation exposure in CT perfusion study using a quantum de‐noising filter. Nihon Hoshasen Gijutsu Gakkai Zasshi. 2004;60(12):1688‐1693. [DOI] [PubMed] [Google Scholar]
- 33. Karimi D, Ward RK. Sinogram denoising via simultaneous sparse representation in learned dictionaries. Phys Med Biol. 2016;61(9):3536‐3553. [DOI] [PubMed] [Google Scholar]
- 34. Wang Z, Cai J, Guo W, et al. Backprojection Wiener deconvolution for computed tomographic reconstruction. PLoS One. 2018;13(12):e0207907. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 35. Xie H, Niu T, Tang S, et al. Content‐oriented sparse representation (COSR) for CT denoising with preservation of texture and edge. Med Phys. 2018;45(11):4942‐4954. [DOI] [PubMed] [Google Scholar]
- 36. Xu J, Noo F. A sequential solution for anisotropic total variation image denoising with interval constraints. Phys Med Biol. 2017;62(18):N428‐n435. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 37. Demehri S, Salazar P, Steigner ML, et al. Image quality improvement using an image‐based noise reduction algorithm: initial experience in a phantom model for urinary stones. J Comput Assist Tomogr. 2012;36(5):610‐615. [DOI] [PubMed] [Google Scholar]
- 38. Li Z, Li G, Sun Y, Cheng G, Luo S. A denoising method for low‐dose small‐animal computed tomography image based on globe dictionary learning. Sheng Wu Yi Xue Gong Cheng Xue Za Zhi. 2016;33(2):279‐286. [PubMed] [Google Scholar]
- 39. Zheng X, Liao Z, Hu S, Li M, Zhou J. Improving spatial adaptivity of nonlocal means in low‐dosed CT imaging using pointwise fractal dimension. Comput Math Methods Med. 2013;2013:902143. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 40. Manduca A, Yu L, Trzasko JD, et al. Projection space denoising with bilateral filtering and CT noise modeling for dose reduction in CT. Med Phys. 2009;36(11):4911‐4919. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 41. Wagner F, Thies M, Gu M, et al. Ultralow‐parameter denoising: trainable bilateral filter layers in computed tomography. Med Phys. 2022;49(8):5107‐5120. [DOI] [PubMed] [Google Scholar]
- 42. Yuan Q, Peng Z, Chen Z, Guo Y, Yang B, Zeng X. Edge‐preserving median filter and weighted coding with sparse nonlocal regularization for low‐dose ct image denoising algorithm. J Healthc Eng. 2021;2021:6095676. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 43. Zhang Y, Salehjahromi M, Yu H. Tensor decomposition and non‐local means based spectral CT image denoising. J Xray Sci Technol. 2019;27(3):397‐416. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 44. Jiang X, Fang C, Hu P, et al. Fast and effective single‐scan dual‐energy cone‐beam CT reconstruction and decomposition denoising based on dual‐energy vectorization. Med Phys. 2021;48(9):4843‐4856. [DOI] [PubMed] [Google Scholar]
- 45. He Y, Zeng Li, Yu W, Gong C. Noise suppression‐guided image filtering for low‐SNR CT reconstruction. Med Biol Eng Comput. 2020;58(11):2621‐2629. [DOI] [PubMed] [Google Scholar]
- 46. Kouchi T, Tanabe Y, Smit EJ. Clinical application of four‐dimensional noise reduction filtering with a similarity algorithm in dynamic myocardial computed tomography perfusion imaging. Int J Cardiovasc Imaging. 2020;36(9):1781‐1789. [DOI] [PubMed] [Google Scholar]
- 47. Li Z, Yu L, Trzasko JD, et al. Adaptive nonlocal means filtering based on local noise level for CT denoising. Med Phys. 2014;41(1):011908. [DOI] [PubMed] [Google Scholar]
- 48. Watanabe M, Nakamoto Y, Nakamoto R, Ishimori T, Saga T, Togashi K. Qualitative and quantitative assessment of nonlocal means reconstruction algorithm in a flexible PET scanner. AJR Am J Roentgenol. 2021;216(2):486‐493. [DOI] [PubMed] [Google Scholar]
- 49. Yuan Y, Yu L, Doğan Z, Fang Q. Graphics processing units‐accelerated adaptive nonlocal means filter for denoising three‐dimensional Monte Carlo photon transport simulations. J Biomed Opt. 2018;23(12):1‐9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 50. Zhong J, Ning R, Conover D. Image denoising based on multiscale singularity detection for cone beam CT breast imaging. IEEE Trans Med Imaging. 2004;23(6):696‐703. [DOI] [PubMed] [Google Scholar]
- 51. Ren J, Liang N, Yu X, et al. Projection domain processing for low‐dose CT reconstruction based on subspace identification. J Xray Sci Technol. 2023;31(1):63‐84. doi: 10.3233/XST-221262 [DOI] [PubMed] [Google Scholar]
- 52. Zeng GL. Fast filtered backprojection algorithm for low‐dose computed tomography. J Radiol Imaging. 2020;4(7):45‐50. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 53. Li Z, Leng S, Yu L, et al. An effective noise reduction method for multi‐energy CT images that exploit spatio‐spectral features. Med Phys. 2017;44(5):1610‐1623. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 54. Talha SMU, Mairaj T, Yousuf WB, Zahed JA. Region‐based segmentation and Wiener pilot‐based novel amoeba denoising scheme for CT imaging. Scanning. 2020;2020:6172046. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 55. Yousefi Moteghaed N, Tabatabaeefar M, Mostaar A. Biomedical image denoising based on hybrid optimization algorithm and sequential filters. J Biomed Phys Eng. 2020;10(1):83‐92. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 56. Lei Y, Xu D, Zhou Z, et al. A denoising algorithm for CT image using low‐rank sparse coding. Proc SPIE Int Soc Opt Eng. 2018:10574. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 57. Sagheer MSV, George SN. Denoising of low‐dose CT images via low‐rank tensor modeling and total variation regularization. Artif Intell Med. 2019;94:1‐17. [DOI] [PubMed] [Google Scholar]
- 58. Khodabandeh Z, Rabbani H, Mehri A. Geometrical X‐lets for image denoising. Annu Int Conf IEEE Eng Med Biol Soc. 2019;2019:2691‐2694. [DOI] [PubMed] [Google Scholar]
- 59. Choi H, Chang W, Kim JH, et al. Dose reduction potential of vendor‐agnostic deep learning model in comparison with deep learning‐based image reconstruction algorithm on CT: a phantom study. Eur Radiol. 2022;32(2):1247‐1255. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 60. Zavala‐Mondragon LA, Rongen P, Bescos JO, De With PHN, Van Der Sommen F. Noise reduction in CT using learned wavelet‐frame shrinkage networks. IEEE Trans Med Imaging. 2022;41(8):2048‐2066. [DOI] [PubMed] [Google Scholar]
- 61. Cui X, Guo Y, Zhang X, Shangguan H, Liu B, Wang A. Artifact‐Assisted multi‐level and multi‐scale feature fusion attention network for low‐dose CT denoising. J Xray Sci Technol. 2022;30(5):875‐889. [DOI] [PubMed] [Google Scholar]
- 62. Zhou B, Chen X, Xie H, et al. DuDoUFNet: dual‐Domain under‐to‐fully‐complete progressive restoration network for simultaneous metal artifact reduction and low‐dose ct reconstruction. IEEE Trans Med Imaging. 2022;41(12):3587‐3599. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 63. Wang W, Li J, Tivnan M, Stayman JW, Gang GJ. Data‐dependent Nonlinearity Analysis in CT Denoising CNNs. Proc SPIE Int Soc Opt Eng. 2022:12031. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 64. Shen J, Luo M, Liu H, Liao P, Chen H, Zhang Y. MLF‐IOSC: multi‐level fusion network with independent operation search cell for low‐dose CT denoising. IEEE Trans Med Imaging. 2023;42(4):1145‐1158. doi: 10.1109/tmi.2022.3224396 [DOI] [PubMed] [Google Scholar]
- 65. Wang J, Tang Y, Wu Z, et al. Domain‐adaptive denoising network for low‐dose CT via noise estimation and transfer learning. Med Phys. 2022. [DOI] [PubMed] [Google Scholar]
- 66. Wang H, Zhao X, Liu W, et al. Texture‐aware dual domain mapping model for low‐dose CT reconstruction. Med Phys. 2022;49(6):3860‐3873. [DOI] [PubMed] [Google Scholar]
- 67. Vannier M, Wang G. Deep Learning Denoising for Myocardial Perfusion CT with a Residual Dense Network. Radiology. 2022;305(1):92‐93. [DOI] [PubMed] [Google Scholar]
- 68. Tang Y, Du Q, Wang J, et al. CCN‐CL: a content‐noise complementary network with contrastive learning for low‐dose computed tomography denoising. Comput Biol Med. 2022;147:105759. [DOI] [PubMed] [Google Scholar]
- 69. Qiao Z, Du C. RAD‐UNet: a residual, attention‐based, dense UNet for CT sparse reconstruction. J Digit Imaging. 2022;35(6):1748‐1758. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 70. Niu C, Li M, Fan F, et al. Noise suppression with similarity‐based self‐supervised deep learning. IEEE Trans Med Imaging. 2022:1‐1. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 71. Mazandarani FN, Marcos L, Babyn P, Alirezaie J. Gradient‐based optimization algorithm for hybrid loss function in low‐dose CT denoising. Annu Int Conf IEEE Eng Med Biol Soc. 2022;3834‐3838. doi: 10.1109/EMBC48229.2022.9871380 [DOI] [PubMed] [Google Scholar]
- 72. Marcos L, Quint F, Babyn P, Alirezaie J. Dilated convolution ResNet with boosting attention modules and combined loss functions for LDCT image denoising. Annu Int Conf IEEE Eng Med Biol Soc. 2022;2022:1548‐1551. doi: 10.1109/EMBC48229.2022.9870993 [DOI] [PubMed] [Google Scholar]
- 73. Lu Z, Xia W, Huang Y, et al. M(3)NAS: multi‐scale and multi‐level memory‐efficient neural architecture search for low‐dose CT denoising. IEEE Trans Med Imaging. 2023;42(3):850‐863. doi: 10.1109/tmi.2022.3219286 [DOI] [PubMed] [Google Scholar]
- 74. Liu Y, Kang J, Li Z, Zhang Q, Gui Z. Low‐dose CT noise reduction based on local total variation and improved wavelet residual CNN. J Xray Sci Technol. 2022;30(6):1229‐1242. [DOI] [PubMed] [Google Scholar]
- 75. Liu X, Liang X, Deng L, Tan S, Xie Y. Learning low‐dose CT degradation from unpaired data with flow‐based model. Med Phys. 2022. [DOI] [PubMed] [Google Scholar]
- 76. Liu H, Jin X, Liu L, Jin X. Low‐dose CT image denoising based on improved DD‐Net and local filtered mechanism. Comput Intell Neurosci. 2022;2022:2692301. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 77. Li Q, Li S, Li R, et al. Low‐dose computed tomography image reconstruction via a multistage convolutional neural network with autoencoder perceptual loss network. Quant Imaging Med Surg. 2022;12(3):1929‐1957. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 78. Li J, Wang W, Tivnan M, et al. Local linearity analysis of deep learning CT denoising algorithms. Proc SPIE Int Soc Opt Eng. 2022;12304:123040T. doi: 10.1117/12.2646371 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 79. Li J, Wang W, Tivnan M, Stayman JW, Gang GJ. Performance assessment framework for neural network denoising. Proc SPIE Int Soc Opt Eng. 2022:12031. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 80. Klug M, Shemesh J, Green M, et al. A deep‐learning method for the denoising of ultra‐low dose chest CT in coronary artery calcium score evaluation. Clin Radiol. 2022;77(7):e509‐e517. [DOI] [PubMed] [Google Scholar]
- 81. Hong JH, Park E‐Ah, Lee W, Ahn C, Kim J‐H. Incremental image noise reduction in coronary CT angiography using a deep learning‐based technique with iterative reconstruction. Korean J Radiol. 2020;21(10):1165‐1177. doi: 10.3348/kjr.2020.0020 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 82. Jing J, Xia W, Hou M, et al. Training low dose CT denoising network without high quality reference data. Phys Med Biol. 2022;67(8). [DOI] [PubMed] [Google Scholar]
- 83. Huber NR, Missert AD, Gong H, Leng S, Yu L, McCollough CH. Technical Note: phantom‐based training framework for convolutional neural network CT noise reduction. Med Phys. 2023;50(2),821‐830. doi: 10.1002/mp.16093 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 84. Huang Z, Liu Z, He P. Segmentation‐guided denoising network for low‐dose CT imaging. Comput Methods Programs Biomed. 2022;227:107199. [DOI] [PubMed] [Google Scholar]
- 85. Hong Z, Zeng D, Tao X, Ma J. Learning CT projection denoising from adjacent views. Med Phys. 2022. [DOI] [PubMed] [Google Scholar]
- 86. Fan M, Zhou Z, Vrieze T, Wang J, McCollough C, Yu L. Efficient evaluation of low‐contrast detectability of deep‐CNN‐based CT reconstruction using channelized hotelling observer on the ACR accreditation phantom. Proc SPIE Int Soc Opt Eng. 2022;12031:1203118. doi: 10.1117/12.2612414 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 87. Zhang Z, Liang X, Zhao W, Xing L. Noise2Context: context‐assisted learning 3D thin‐layer for low‐dose CT. Med Phys. 2021;48(10):5794‐5803. doi: 10.1002/mp.15119 [DOI] [PubMed] [Google Scholar]
- 88. Yeoh H, Hong SH, Ahn C, et al. Deep learning algorithm for simultaneous noise reduction and edge sharpening in low‐dose CT images: a pilot study using lumbar spine CT. Korean J Radiol. 2021;22(11):1850‐1857. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 89. Wu D, Kim K, Li Q. Low‐dose CT reconstruction with Noise2Noise network and testing‐time fine‐tuning. Med Phys. 2021;48(12):7657‐7672. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 90. Wang W, Gang GJ, Stayman JW. A CT denoising neural network with image properties parameterization and control. Proc SPIE Int Soc Opt Eng. 2021;11595:115950K. doi: 10.1117/12.2582145 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 91. Sudarshan VP, Reddy PK, Gubbi J, Purushothaman B. Forward model and deep learning based iterative deconvolution for Robust Dynamic CT Perfusion. Annu Int Conf IEEE Eng Med Biol Soc. 2021;2021:3543‐3546. doi: 10.1109/EMBC46164.2021.9630969 [DOI] [PubMed] [Google Scholar]
- 92. Moen TR, Chen B, Holmes DR, et al. Low‐dose CT image and projection dataset. Med Phys. 2021;48(2):902‐911. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 93. Liu Y. A method of CT image denoising based on residual encoder‐decoder network. J Healthc Eng. 2021;2021:2384493. doi: 10.1155/2021/2384493 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 94. Choi K. A comparative study between image‐ and projection‐domain self‐supervised learning for ultra low‐dose CBCT. Annu Int Conf IEEE Eng Med Biol Soc. 2022;2022:2076‐2079. doi: 10.1109/EMBC48229.2022.9871947 [DOI] [PubMed] [Google Scholar]
- 95. Lee K, Jeong WK. ISCL: interdependent self‐cooperative learning for unpaired image denoising. IEEE Trans Med Imaging. 2021;40(11):3238‐3248. [DOI] [PubMed] [Google Scholar]
- 96. Kim B, Shim H, Baek J. Weakly‐supervised progressive denoising with unpaired CT images. Med Image Anal. 2021;71:102065. doi: 10.1016/j.media.2021.102065 [DOI] [PubMed] [Google Scholar]
- 97. Yuan N, Zhou J, Qi J. Half2Half: deep neural network based CT image denoising without independent reference data. Phys Med Biol. 2020;65(21):215020. [DOI] [PubMed] [Google Scholar]
- 98. Huber NR, Missert AD, Yu L, Leng S, Mccollough CH. Evaluating a convolutional neural network noise reduction method when applied to CT images reconstructed differently than training data. J Comput Assist Tomogr. 2021;45(4):544‐551. doi: 10.1097/RCT.0000000000001150 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 99. Fan F, Shan H, Kalra MK, et al. Quadratic autoencoder (Q‐AE) for low‐dose CT denoising. IEEE Trans Med Imaging. 2020;39(6):2035‐2050. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 100. Huang Z, Liu X, Wang R, et al. Learning a deep CNN denoising approach using anatomical prior information implemented with attention mechanism for low‐dose CT imaging on clinical patient data from multiple anatomical sites. IEEE J Biomed Health Inform. 2021;25(9):3416‐3427. [DOI] [PubMed] [Google Scholar]
- 101. Ronneberger O, Fischer P, Brox T. U‐net: convolutional networks for biomedical image segmentation,. In: International Conference on Medical Image Computing and Computer‐Assisted Intervention . Springer; 2015:. 234–241. [Google Scholar]
- 102. Diwakar M, Pandey NK, Singh R, et al. Low‐dose COVID‐19 CT image denoising using CNN and its method noise thresholding. Curr Med Imaging. 2022. [DOI] [PubMed] [Google Scholar]
- 103. Huang L, Jiang H, Li S, Bai Z, Zhang J. Two stage residual CNN for texture denoising and structure enhancement on low dose CT image. Comput Methods Programs Biomed. 2020;184:105115. [DOI] [PubMed] [Google Scholar]
- 104. Feng Z, Cai A, Wang Y, Li L, Tong L, Yan B. Dual residual convolutional neural network (DRCNN) for low‐dose CT imaging. J Xray Sci Technol. 2021;29(1):91‐109. [DOI] [PubMed] [Google Scholar]
- 105. Choi K. Self‐supervised projection denoising for low‐dose cone‐beam CT. Annu Int Conf IEEE Eng Med Biol Soc. 2021;2021:3459‐3462. [DOI] [PubMed] [Google Scholar]
- 106. Bai Ti, Wang B, Nguyen D, Jiang S. Probabilistic self‐learning framework for low‐dose CT denoising. Med Phys. 2021;48(5):2258‐2270. [DOI] [PubMed] [Google Scholar]
- 107. Choi K, Kim S. Statistical image restoration for low‐dose CT using convolutional neural networks. Annu Int Conf IEEE Eng Med Biol Soc. 2020;2020:1303‐1306. [DOI] [PubMed] [Google Scholar]
- 108. Gholizadeh‐Ansari M, Alirezaie J, Babyn P. Deep learning for low‐dose CT denoising using perceptual loss and edge detection layer. J Digit Imaging. 2020;33(2):504‐515. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 109. Zhao T, McNitt‐Gray M, Ruan D. A convolutional neural network for ultra‐low‐dose CT denoising and emphysema screening. Med Phys. 2019;46(9):3941‐3950. doi: 10.1002/mp.13666 [DOI] [PubMed] [Google Scholar]
- 110. Shan H, Padole A, Homayounieh F, et al. Competitive performance of a modularized deep neural network compared to commercial algorithms for low‐dose CT image reconstruction. Nat Mach Intell. 2019;1(6):269‐276. doi: 10.1038/s42256-019-0057-9 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 111. Han M, Shim H, Baek J. Low‐dose CT denoising via convolutional neural network with an observer loss function. Med Phys. 2021;48(10):5727‐5742. [DOI] [PubMed] [Google Scholar]
- 112. Rajeev R, Samath JA, Karthikeyan NK. An intelligent recurrent neural network with long short‐term memory (LSTM) based batch normalization for medical image denoising. J Med Syst. 2019;43(8):234. [DOI] [PubMed] [Google Scholar]
- 113. Gou S, Liu W, Jiao C, et al. Gradient regularized convolutional neural networks for low‐dose CT image enhancement. Phys Med Biol. 2019;64(16):165017. [DOI] [PubMed] [Google Scholar]
- 114. Chi J, Zhang Y, Yu X, Wang Y, Wu C. Computed tomography (CT) image quality enhancement via a uniform framework integrating noise estimation and super‐resolution networks. Sensors (Basel). 2019;19(15). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 115. Kang E, Chang W, Yoo J, Ye JC. Deep convolutional framelet denosing for low‐dose CT via wavelet residual network. IEEE Trans Med Imaging. 2018;37(6):1358‐1369. [DOI] [PubMed] [Google Scholar]
- 116. Green M, Marom EM, Konen E, Kiryati N, Mayer A. 3‐D neural denoising for low‐dose coronary CT angiography (CCTA). Comput Med Imaging Graph. 2018;70:185‐191. [DOI] [PubMed] [Google Scholar]
- 117. Gholizadeh‐Ansari M, Alirezaie J, Babyn P. Low‐dose CT denoising with dilated residual network. Annu Int Conf IEEE Eng Med Biol Soc. 2018;2018:5117‐5120. [DOI] [PubMed] [Google Scholar]
- 118. Nishio M, Nagashima C, Hirabayashi S, et al. Convolutional auto‐encoder for image denoising of ultra‐low‐dose CT. Heliyon. 2017;3(8):e00393. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 119. Kang E, Min J, Ye JC. A deep convolutional neural network using directional wavelets for low‐dose X‐ray CT reconstruction. Med Phys. 2017;44(10):e360‐e375. [DOI] [PubMed] [Google Scholar]
- 120. Cao Q, Mao Y, Qin Le, et al. Improving image quality and lung nodule detection for low‐dose chest CT by using generative adversarial network reconstruction. Br J Radiol. 2022;95(1138):20210125. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 121. Wang H, Wang N, Xie H, et al. Two‐stage deep learning network‐based few‐view image reconstruction for parallel‐beam projection tomography. Quant Imaging Med Surg. 2022;12(4):2535‐2551. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 122. Tan C, Yang M, You Z, Chen H, Zhang Y. A selective kernel‐based cycle‐consistent generative adversarial network for unpaired low‐dose CT denoising. Precis Clin Med. 2022;5(2):pbac011. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 123. Liu J, Jiang H, Ning F, Li M, Pang W. DFSNE‐Net: deviant feature sensitive noise estimate network for low‐dose CT denoising. Comput Biol Med. 2022;149:106061. [DOI] [PubMed] [Google Scholar]
- 124. Kim W, Lee J, Kang M, et al. Wavelet subband‐specific learning for low‐dose computed tomography denoising. PLoS One. 2022;17(9):e0274308. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 125. Geng M, Meng X, Yu J, et al. Content‐noise complementary learning for medical image denoising. IEEE Trans Med Imaging. 2022;41(2):407‐419. [DOI] [PubMed] [Google Scholar]
- 126. Fu B, Zhang X, Wang L, Ren Y, Thanh DNH. A blind medical image denoising method with noise generation network. J Xray Sci Technol. 2022;30(3):531‐547. [DOI] [PubMed] [Google Scholar]
- 127. Zhang X, Han Z, Shangguan H, et al. Artifact and detail attention generative adversarial networks for low‐dose CT denoising. IEEE Trans Med Imaging. 2021;40(12):3901‐3918. [DOI] [PubMed] [Google Scholar]
- 128. Yan C, Lin J, Li H, et al. Cycle‐consistent generative adversarial network: effect on radiation dose reduction and image quality improvement in ultralow‐dose CT for evaluation of pulmonary tuberculosis. Korean J Radiol. 2021;22(6):983‐993. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 129. Wang G, Hu X. Low‐dose CT denoising using a Progressive Wasserstein generative adversarial network. Comput Biol Med. 2021;135:104625. [DOI] [PubMed] [Google Scholar]
- 130. Marcos L, Alirezaie J, Babyn P. Low dose CT image denoising using boosting attention fusion GAN with perceptual loss. Annu Int Conf IEEE Eng Med Biol Soc. 2021;2021:3407‐3410. [DOI] [PubMed] [Google Scholar]
- 131. Li Z, Zhou S, Huang J, et al. Investigation of low‐dose CT image denoising using unpaired deep learning methods. IEEE Trans Radiat Plasma Med Sci. 2021;5(2):224‐234. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 132. Zhang Y, Hu D, Zhao Q, et al. CLEAR: comprehensive learning enabled adversarial reconstruction for subtle structure enhanced low‐dose ct imaging. IEEE Trans Med Imaging. 2021;40(11):3089‐3101. [DOI] [PubMed] [Google Scholar]
- 133. Li Z, Shi W. Low‐dose CT image denoising with improving WGAN and hybrid loss function. Comput Math Methods Med. 2021;2021:2973108. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 134. Li M, Du Q, Duan L, et al. Incorporation of residual attention modules into two neural networks for low‐dose CT denoising. Med Phys. 2021;48(6):2973‐2990. [DOI] [PubMed] [Google Scholar]
- 135. Kusters KC, Zavala‐Mondragón LA, Oliván Bescós J, Rongen P, de With PHN, Van Der Sommen F. Conditional generative adversarial networks for low‐dose CT image denoising aiming at preservation of critical image content. Annu Int Conf IEEE Eng Med Biol Soc. 2021;2021:2682‐2687. [DOI] [PubMed] [Google Scholar]
- 136. Gu J, Yang TS, Ye JC. CycleGAN denoising of extreme low‐dose cardiac CT using wavelet‐assisted noise disentanglement. Med Image Anal. 2021;74:102209. [DOI] [PubMed] [Google Scholar]
- 137. Gong Y, Shan H, Teng Y. Parameter‐transferred Wasserstein generative adversarial network (PT‐WGAN) for low‐dose PET image denoising. IEEE Trans Radiat Plasma Med Sci. 2021;5(2):213‐223. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 138. Bera S, Biswas PK. Noise conscious training of non local neural network powered by self attentive spectral normalized markovian patch GAN for low dose CT denoising. IEEE Trans Med Imaging. 2021;40(12):3663‐3673. [DOI] [PubMed] [Google Scholar]
- 139. Ataei S, Babyn P, Ahmadian A, Alirezaie J. Cascaded learning with generative adversarial networks for low dose CT denoising. Annu Int Conf IEEE Eng Med Biol Soc. 2021;2021:3053‐3056. [DOI] [PubMed] [Google Scholar]
- 140. Li M, Hsu W, Xie X, Cong J, Gao W. SACNN: self‐attention convolutional neural network for low‐dose CT denoising with self‐supervised perceptual loss network. IEEE Trans Med Imaging. 2020;39(7):2289‐2301. [DOI] [PubMed] [Google Scholar]
- 141. Hegazy MAA, Cho MH, Lee SY. Image denoising by transfer learning of generative adversarial network for dental CT. Biomed Phys Eng Express. 2020;6(5):055024. [DOI] [PubMed] [Google Scholar]
- 142. Tang C, Jie L, Linyuan W, et al. Unpaired low‐dose CT denoising network based on cycle‐consistent generative adversarial network with prior image information. Comput Math Methods Med. 2019;2019:8639825. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 143. Kang E, Koo HJ, Yang DH, Seo JB, Ye JC. Cycle‐consistent adversarial denoising network for multiphase coronary CT angiography. Med Phys. 2019;46(2):550‐562. [DOI] [PubMed] [Google Scholar]
- 144. Choi K, Vania M, Kim S. Semi‐supervised learning for low‐dose CT image restoration with hierarchical deep generative adversarial network (HD‐GAN). Annu Int Conf IEEE Eng Med Biol Soc. 2019;2019:2683‐2686. [DOI] [PubMed] [Google Scholar]
- 145. You C, Cong W, Wang Ge, et al. Structurally‐sensitive multi‐scale deep neural network for low‐dose CT denoising. IEEE Access. 2018;6:41839‐41855. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 146. Yi X, Babyn P. Sharpness‐aware low‐dose CT denoising using conditional generative adversarial network. J Digit Imaging. 2018;31(5):655‐669. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 147. Han Z, Shangguan H, Zhang X, Zhang P, Cui X, Ren H. A dual‐encoder‐single‐decoder based low‐dose CT denoising network. IEEE J Biomed Health Inform. 2022;26(7):3251‐3260. [DOI] [PubMed] [Google Scholar]
- 148. Yang Q, Yan P, Zhang Y, et al. Low‐dose CT image denoising using a generative adversarial network with Wasserstein distance and perceptual loss. IEEE Trans Med Imaging. 2018;37(6):1348‐1357. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 149. Shan H, Zhang Yi, Yang Q, et al. 3‐D convolutional encoder‐decoder network for low‐dose CT via transfer learning from a 2‐D trained network. IEEE Trans Med Imaging. 2018;37(6):1522‐1534. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 150. Li H, Yang X, Yang S, Wang D, Jeon G. Transformer with double enhancement for low‐dose CT denoising. IEEE J Biomed Health Inform. 2022. [DOI] [PubMed] [Google Scholar]
- 151. Yang L, Li Z, Ge R, Zhao J, Si H, Zhang D. Low‐dose CT denoising via sinogram inner‐structure transformer. IEEE Trans Med Imaging. 2022. [DOI] [PubMed] [Google Scholar]
- 152. Wagner F, Thies M, Gu M, et al. Ultralow‐parameter denoising: trainable bilateral filter layers in computed tomography. Med Phys. 2022;49(8):5107‐5120. [DOI] [PubMed] [Google Scholar]
- 153. Patwari M, Gutjahr R, Raupach R, Maier A. Limited parameter denoising for low‐dose X‐ray computed tomography using deep reinforcement learning. Med Phys. 2022;49(7):4540‐4553. [DOI] [PubMed] [Google Scholar]
- 154. Yang M, Wang J, Zhang Z, Li J, Liu L. Transfer learning framework for low‐dose CT reconstruction based on marginal distribution adaptation in multi‐scale. Med Phys. n/a. n/a. [DOI] [PubMed] [Google Scholar]
- 155. Tao S, Rajendran K, Zhou W, Fletcher JG, McCollough CH, Leng S. Noise reduction in CT image using prior knowledge aware iterative denoising. Phys Med Biol. 2020;65(22). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 156. Yang W, Hong J‐Y, Kim J‐Y, et al. A novel singular value decomposition‐based denoising method in 4‐dimensional computed tomography of the brain in stroke patients with statistical evaluation. Sensors (Basel). 2020;20(11). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 157. Jiang C, Jin D, Liu Z, Zhang Y, Ni M, Yuan H. Deep learning image reconstruction algorithm for carotid dual‐energy computed tomography angiography: evaluation of image quality and diagnostic performance. Insights Imaging. 2022;13(1):182. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 158. Steuwe A, Valentin B, Bethge OT, et al. Influence of a deep learning noise reduction on the CT values, image noise and characterization of kidney and ureter stones. Diagnostics (Basel). 2022;12(7):1627. doi: 10.3390/diagnostics12071627 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 159. Hata A, Yanagawa M, Yoshida Y, et al. Combination of deep learning‐based denoising and iterative reconstruction for ultra‐low‐dose CT of the chest: image quality and lung‐RADS evaluation. AJR Am J Roentgenol. 2020;215(6):1321‐1328. doi: 10.2214/AJR.19.22680 [DOI] [PubMed] [Google Scholar]
- 160. Elbattah M, Loughnane C, Guérin J‐L, et al. Variational autoencoder for image‐based augmentation of eye‐tracking data. J Imaging. 2021;7(5). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 161. Shan H, Padole A, Homayounieh F, et al. Competitive performance of a modularized deep neural network compared to commercial algorithms for low‐dose CT image reconstruction. Nature Machine Intelligence. 2019;1(6):269‐276. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 162. Park J, Hwang D, Kim KY, Kang SK, Kim YuK, Lee JS. Computed tomography super‐resolution using deep convolutional neural network. Phys Med Biol. 2018;63(14):145011. doi: 10.1088/1361-6560/aacdd4 [DOI] [PubMed] [Google Scholar]
- 163. Balogh ZA, Kis BJ. Comparison of CT noise reduction performances with deep learning‐based, conventional, and combined denoising algorithms. Med Eng Phys. 2022;109:103897. doi: 10.1016/j.medengphy.2022.103897 [DOI] [PubMed] [Google Scholar]
- 164. Zeng GL. Photon starvation artifact reduction by shift‐variant processing. IEEE Access. 2022;10:13633‐13649. doi: 10.1109/access.2022.3142775 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 165. Larsson J, Båth M, Thilander‐Klang A. Frequency response and distortion properties of reconstruction algorithms in computed tomography. Radiat Prot Dosimetry. 2021;195(3‐4):416‐425. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 166. Kolb M, Storz C, Kim JH, et al. Effect of a novel denoising technique on image quality and diagnostic accuracy in low‐dose CT in patients with suspected appendicitis. Eur J Radiol. 2019;116:198‐204. doi: 10.1016/j.ejrad.2019.04.026 [DOI] [PubMed] [Google Scholar]
- 167. Zhang JZ, Ganesh H, Raslau FD, et al. Deep learning versus iterative reconstruction on image quality and dose reduction in abdominal CT: a live animal study. Phys Med Biol. 2022;67(14). [DOI] [PubMed] [Google Scholar]
- 168. Park HS, Jeon K, Lee J, You SK. Denoising of pediatric low dose abdominal CT using deep learning based algorithm. PLoS One. 2022;17(1):e0260369. doi: 10.1371/journal.pone.0260369 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 169. Jensen CT, Liu X, Tamm EP. Image quality assessment of abdominal CT by use of new deep learning image reconstruction: initial experience. AJR Am J Roentgenol. 2020;215(1):50‐57. [DOI] [PubMed] [Google Scholar]
- 170. Tamura A, Nakayama M, Ota Y, et al. Feasibility of thin‐slice abdominal CT in overweight patients using a vendor neutral image‐based denoising algorithm: assessment of image noise, contrast, and quality. PLoS One. 2019;14(12):e0226521. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 171. Wagner F, Thies M, Denzinger F, et al. Trainable joint bilateral filters for enhanced prediction stability in low‐dose CT. Sci Rep. 2022;12(1):17540. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 172. Yoon H, Kim J, Lim HJi, Lee Mi‐J. Image quality assessment of pediatric chest and abdomen CT by deep learning reconstruction. BMC Med Imaging. 2021;21(1):146. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 173. Kim Y, Oh DY, Chang W, et al. Deep learning‐based denoising algorithm in comparison to iterative reconstruction and filtered back projection: a 12‐reader phantom study. Eur Radiol. 2021;31(11):8755‐8764. [DOI] [PubMed] [Google Scholar]
- 174. Wong KK, Cummock JS, He Y, et al. Retrospective study of deep learning to reduce noise in non‐contrast head CT images. Comput Med Imaging Graph. 2021;94:101996. [DOI] [PubMed] [Google Scholar]
- 175. Usui K, Ogawa K, Goto M, et al. Quantitative evaluation of deep convolutional neural network‐based image denoising for low‐dose computed tomography. Vis Comput Ind Biomed Art. 2021;4(1):21. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 176. Doria S, Valeri F, Lasagni L, et al. Addressing signal alterations induced in CT images by deep learning processing: a preliminary phantom study. Phys Med. 2021;83:88‐100. [DOI] [PubMed] [Google Scholar]
- 177. Nakai H, Nishio M, Yamashita R, et al. Quantitative and qualitative evaluation of convolutional neural networks with a deeper U‐Net for sparse‐view computed tomography reconstruction. Acad Radiol. 2020;27(4):563‐574. [DOI] [PubMed] [Google Scholar]
- 178. Kim B, Han M, Shim H, Baek J. A performance comparison of convolutional neural network‐based image denoising methods: the effect of loss functions on low‐dose CT images. Med Phys. 2019;46(9):3906‐3923. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 179. Chen H, Zhang Yi, Zhang W, et al. Low‐dose CT via convolutional neural network. Biomed Opt Express. 2017;8(2):679‐694. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 180. Brendlin AS, Schmid U, Plajer D, et al. AI denoising improves image quality and radiological workflows in pediatric ultra‐low‐dose thorax computed tomography scans. Tomography. 2022;8(4):1678‐1689. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 181. Gunawan R, Tran Y, Zheng J, et al. Image recovery from synthetic noise artifacts in CT scans using modified U‐Net. Sensors (Basel). 2022;22(18). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 182. Brendlin AS, Estler A, Plajer D, et al. AI denoising significantly enhances image quality and diagnostic confidence in interventional cone‐beam computed tomography. Tomography. 2022;8(2):933‐947. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 183. Kerpel A, Marom EM, Green M, et al. Ultra‐low dose chest ct with denoising for lung nodule detection. ISR Med Assoc J. 2021;23(9):550‐555. [PubMed] [Google Scholar]
- 184. Tao X, Zhang H, Wang Y, et al. VVBP‐tensor in the FBP algorithm: its properties and application in low‐dose CT reconstruction. IEEE Trans Med Imaging. 2020;39(3):764‐776. [DOI] [PubMed] [Google Scholar]
- 185. Shin YJ, Chang W, Ye JC, et al. Low‐dose abdominal CT using a deep learning‐based denoising algorithm: a comparison with CT reconstructed with filtered back projection or iterative reconstruction algorithm. Korean J Radiol. 2020;21(3):356‐364. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 186. Zhang Z, Wang Z. Computed tomography image features under denoising algorithm for benign and malignant diagnosis of renal parenchymal tumor. Contrast Media Mol Imaging. 2022;2022:5871385. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 187. Koetzier LR, Mastrodicasa D, Szczykutowicz TP, et al. Deep learning image reconstruction for CT: technical principles and clinical prospects. Radiology. 2023;306(3):e221257. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 188. Sasaki T, Sasaki M, Hanari T, Gakumazawa H, Noshi Y, Okumura M. Improvement in image quality of noncontrast head images in multidetector‐row CT by volume helical scanning with a three‐dimensional denoising filter. Radiat Med. 2007;25(7):368‐372. [DOI] [PubMed] [Google Scholar]
- 189. Xu C, Yang Bo, Guo F, Zheng W, Poignet P. Sparse‐view CBCT reconstruction via weighted Schatten p‐norm minimization. Opt Express. 2020;28(24):35469‐35482. [DOI] [PubMed] [Google Scholar]
- 190. Yu L, Fletcher JG, Shiung M. Radiation dose reduction in pediatric body ct using iterative reconstruction and a novel image‐based denoising method. AJR Am J Roentgenol. 2015;205(5):1026‐1037. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 191. Tatsugami F, Higaki T, Nakamura Y. A new technique for noise reduction at coronary CT angiography with multi‐phase data‐averaging and non‐rigid image registration. Eur Radiol. 2015;25(1):41‐48. [DOI] [PubMed] [Google Scholar]
- 192. Ai D, Yang J, Fan J, Cong W, Wang Y. Adaptive tensor‐based principal component analysis for low‐dose CT image denoising. PLoS One. 2015;10(5):e0126914. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 193. Liu Yi, Castro M, Lederlin M, Kaladji A, Haigron P. An improved nonlinear diffusion in Laplacian pyramid domain for cone beam CT denoising during image‐guided vascular intervention. BMC Med Imaging. 2018;18(1):25. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 194. Lauzier PT, Chen G‐H. Characterization of statistical prior image constrained compressed sensing. I. Applications to time‐resolved contrast‐enhanced CT. Med Phys. 2012;39(10):5930‐5948. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 195. Paul NS, Blobel J, Prezelj E, et al. The reduction of image noise and streak artifact in the thoracic inlet during low dose and ultra‐low dose thoracic CT. Phys Med Biol. 2010;55(5):1363‐1380. [DOI] [PubMed] [Google Scholar]
