Learned denoising with simulated and experimental low-dose CT data

Read original: arXiv:2408.08115 - Published 8/16/2024 by Maximilian B. Kiss, Ander Biguri, Carola-Bibiane Schonlieb, K. Joost Batenburg, Felix Lucka
Total Score

0

Learned denoising with simulated and experimental low-dose CT data

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • The paper presents a technique for denoising low-dose CT images using machine learning models trained on both simulated and experimental data.
  • The proposed approach aims to improve the generalization of the denoising models to handle various noise levels and acquisition settings encountered in practice.
  • Experiments are conducted on both simulated and real low-dose CT data to evaluate the effectiveness of the proposed method.

Plain English Explanation

The research paper describes a way to improve the quality of low-dose CT scans by using machine learning models. CT scans are a type of medical imaging that doctors use to see inside the body, but sometimes the scans can be noisy and have artifacts, which can make it harder to diagnose problems.

The researchers developed a technique that trains the machine learning models on two types of data: simulated data that mimics the noise and artifacts in low-dose CT scans, and real low-dose CT data collected from patients. By training the models on both simulated and real data, the researchers found that the models were able to better generalize and handle a wider range of noise levels and imaging settings.

The key idea is that by combining simulated and real data, the models can learn to denoise low-dose CT scans more effectively than if they were trained on only one type of data. This could lead to better diagnostic accuracy and reduced radiation exposure for patients, as doctors could use lower-dose CT scans without sacrificing image quality.

Technical Explanation

The paper presents a learned denoising approach for low-dose CT images that leverages both simulated and experimental data. The proposed method consists of two main components:

  1. Pre-processing: The researchers apply various pre-processing steps to the CT images, including normalization, padding, and conversion to appropriate input formats for the machine learning models.

  2. Noise simulation approaches: The researchers explore different techniques for simulating realistic noise in the CT images, including Poisson-Gaussian noise and empirical noise modeling based on real low-dose CT data. These simulated noisy images are then used to train the denoising models alongside the real low-dose CT data.

The key insight is that by combining simulated and experimental data, the denoising models can learn to generalize better to a wider range of noise levels and acquisition settings, leading to improved performance on real low-dose CT scans. The researchers evaluate their approach on both simulated and real low-dose CT datasets, demonstrating the effectiveness of the proposed method.

Critical Analysis

The paper presents a well-designed study that addresses an important problem in medical imaging. The use of both simulated and experimental data to train the denoising models is a notable strength, as it allows the models to learn more robust and generalizable features.

However, the paper could benefit from a more in-depth discussion of the limitations and potential drawbacks of the proposed approach. For example, the authors could explore the sensitivity of the denoising performance to the accuracy of the noise simulation models, or discuss potential biases that may arise from the combination of simulated and real data.

Additionally, the paper could delve deeper into the practical implications of the proposed method, such as the potential impact on clinical workflows, patient radiation exposure, and diagnostic accuracy. Exploring these aspects would further strengthen the significance and relevance of the research.

Conclusion

This paper presents a novel approach for improving the quality of low-dose CT scans using machine learning models trained on both simulated and experimental data. By combining these two sources of data, the researchers were able to develop denoising models that generalize better to a wider range of noise levels and imaging settings.

The findings of this study have the potential to enhance the diagnostic capabilities of low-dose CT imaging, potentially leading to reduced radiation exposure for patients and improved healthcare outcomes. The techniques presented in this paper could be further explored and refined to address the ongoing challenges in medical imaging and contribute to the advancement of the field.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

Learned denoising with simulated and experimental low-dose CT data
Total Score

0

Learned denoising with simulated and experimental low-dose CT data

Maximilian B. Kiss, Ander Biguri, Carola-Bibiane Schonlieb, K. Joost Batenburg, Felix Lucka

Like in many other research fields, recent developments in computational imaging have focused on developing machine learning (ML) approaches to tackle its main challenges. To improve the performance of computational imaging algorithms, machine learning methods are used for image processing tasks such as noise reduction. Generally, these ML methods heavily rely on the availability of high-quality data on which they are trained. This work explores the application of ML methods, specifically convolutional neural networks (CNNs), in the context of noise reduction for computed tomography (CT) imaging. We utilize a large 2D computed tomography dataset for machine learning to carry out for the first time a comprehensive study on the differences between the observed performances of algorithms trained on simulated noisy data and on real-world experimental noisy data. The study compares the performance of two common CNN architectures, U-Net and MSD-Net, that are trained and evaluated on both simulated and experimental noisy data. The results show that while sinogram denoising performed better with simulated noisy data if evaluated in the sinogram domain, the performance did not carry over to the reconstruction domain where training on experimental noisy data shows a higher performance in denoising experimental noisy data. Training the algorithms in an end-to-end fashion from sinogram to reconstruction significantly improved model performance, emphasizing the importance of matching raw measurement data to high-quality CT reconstructions. The study furthermore suggests the need for more sophisticated noise simulation approaches to bridge the gap between simulated and real-world data in CT image denoising applications and gives insights into the challenges and opportunities in leveraging simulated data for machine learning in computational imaging.

Read more

8/16/2024

💬

Total Score

0

Cross-domain Denoising for Low-dose Multi-frame Spiral Computed Tomography

Yucheng Lu, Zhixin Xu, Moon Hyung Choi, Jimin Kim, Seung-Won Jung

Computed tomography (CT) has been used worldwide as a non-invasive test to assist in diagnosis. However, the ionizing nature of X-ray exposure raises concerns about potential health risks such as cancer. The desire for lower radiation doses has driven researchers to improve reconstruction quality. Although previous studies on low-dose computed tomography (LDCT) denoising have demonstrated the effectiveness of learning-based methods, most were developed on the simulated data. However, the real-world scenario differs significantly from the simulation domain, especially when using the multi-slice spiral scanner geometry. This paper proposes a two-stage method for the commercially available multi-slice spiral CT scanners that better exploits the complete reconstruction pipeline for LDCT denoising across different domains. Our approach makes good use of the high redundancy of multi-slice projections and the volumetric reconstructions while leveraging the over-smoothing problem in conventional cascaded frameworks caused by aggressive denoising. The dedicated design also provides a more explicit interpretation of the data flow. Extensive experiments on various datasets showed that the proposed method could remove up to 70% of noise without compromised spatial resolution, and subjective evaluations by two experienced radiologists further supported its superior performance against state-of-the-art methods in clinical practice.

Read more

7/1/2024

🧠

Total Score

0

Enhancing convolutional neural network generalizability via low-rank weight approximation

Chenyin Gao, Shu Yang, Anru R. Zhang

Noise is ubiquitous during image acquisition. Sufficient denoising is often an important first step for image processing. In recent decades, deep neural networks (DNNs) have been widely used for image denoising. Most DNN-based image denoising methods require a large-scale dataset or focus on supervised settings, in which single/pairs of clean images or a set of noisy images are required. This poses a significant burden on the image acquisition process. Moreover, denoisers trained on datasets of limited scale may incur over-fitting. To mitigate these issues, we introduce a new self-supervised framework for image denoising based on the Tucker low-rank tensor approximation. With the proposed design, we are able to characterize our denoiser with fewer parameters and train it based on a single image, which considerably improves the model's generalizability and reduces the cost of data acquisition. Extensive experiments on both synthetic and real-world noisy images have been conducted. Empirical results show that our proposed method outperforms existing non-learning-based methods (e.g., low-pass filter, non-local mean), single-image unsupervised denoisers (e.g., DIP, NN+BM3D) evaluated on both in-sample and out-sample datasets. The proposed method even achieves comparable performances with some supervised methods (e.g., DnCNN).

Read more

8/2/2024

A CT Image Denoising Method with Residual Encoder-Decoder Network
Total Score

0

A CT Image Denoising Method with Residual Encoder-Decoder Network

Helena Shawn, Thompson Chyrikov, Jacob Lanet, Lam-chi Chen, Jim Zhao, Christina Chajo

Utilizing a low-dose CT approach significantly reduces the radiation exposure for patients, yet it introduces challenges, such as increased noise and artifacts in the resultant images, which can hinder accurate medical diagnostics. Traditional methods for noise reduction struggle with preserving image textures due to the complexity of modeling statistical properties directly within the image domain. To address these limitations, this study introduces an enhanced noise-reduction technique centered around an advanced residual encoder-decoder network. By incorporating recursive processing into the foundational network, this method reduces computational complexity and enhances the effectiveness of noise reduction. Furthermore, the introduction of a root-mean-square error and perceptual loss functions aims to retain the integrity of the images' textural details. The enhanced technique also includes optimized tissue segmentation, improving artifact management post-improvement. Validation using the TCGA-COAD clinical dataset demonstrates superior performance in both noise reduction and image quality, as measured by post-denoising PSNR and SSIM, compared to the existing WGAN approach. This advancement in CT image processing offers a practical solution for clinical applications, achieving lower computational demands and faster processing times without compromising image quality.

Read more

4/3/2024