paper-with-me

Papers

Diffusion Probabilistic Priors for Zero-Shot Low-Dose CT Image Denoising

2023-05-25 · Xuan Liu, Yaoqin Xie, Jun Cheng, Songhui Diao, Shan Tan, Xiaokun Liang

Denoising low-dose computed tomography (CT) images is a critical task in medical image computing. Supervised deep learning-based approaches have made significant advancements in this area in recent years. However, these methods typically require pairs of low-dose and normal-dose CT images for training, which are challenging to obtain in clinical settings. Existing unsupervised deep learning-based methods often require training with a large number of low-dose CT images or rely on specially designed data acquisition processes to obtain training data. To address these limitations, we propose a novel unsupervised method that only utilizes normal-dose CT images during training, enabling zero-shot denoising of low-dose CT images. Our method leverages the diffusion model, a powerful generative model. We begin by training a cascaded unconditional diffusion model capable of generating high-quality normal-dose CT images from low-resolution to high-resolution. The cascaded architecture makes the training of high-resolution diffusion models more feasible. Subsequently, we introduce low-dose CT images into the reverse process of the diffusion model as likelihood, combined with the priors provided by the diffusion model and iteratively solve multiple maximum a posteriori (MAP) problems to achieve denoising. Additionally, we propose methods to adaptively adjust the coefficients that balance the likelihood and prior in MAP estimations, allowing for adaptation to different noise levels in low-dose CT images. We test our method on low-dose CT datasets of different regions with varying dose levels. The results demonstrate that our method outperforms the state-of-the-art unsupervised method and surpasses several supervised deep learning-based methods. Codes are available in https://github.com/DeepXuan/Dn-Dp.

📄 PDF Abstract BibTeX arXiv:2305.15887

Code (1)

deepxuan/dn-dp 공식 구현 pytorch

Tasks

Computed Tomography (CT)DenoisingImage Denoising

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Low-light phase retrieval with implicit generative priors

2024-02-27 · Raunak Manekar, Elisa Negrini, Minh Pham, Daniel Jacobs 외

Phase retrieval (PR) is fundamentally important in scientific imaging and is crucial for nanoscale techniques like coherent diffractive imaging (CDI). Low radiation dose imaging is essential for applications involving ra…

RetrievalTime Series

PET Image Denoising via Text-Guided Diffusion: Integrating Anatomical Priors through Text Prompts

2025-02-28 · Boxiao Yu, Savas Ozdemir, Jiong Wu, Yizhou Chen 외

Low-dose Positron Emission Tomography (PET) imaging presents a significant challenge due to increased noise and reduced image quality, which can compromise its diagnostic accuracy and clinical utility. Denoising diffusio…

DenoisingDiagnosticImage Denoising

3D Wavelet-Based Structural Priors for Controlled Diffusion in Whole-Body Low-Dose PET Denoising

2026-01-11 · Peiyuan Jing, Yue Yang, Chun-Wun Cheng, Zhenxuan Zhang 외 arxiv

Low-dose Positron Emission Tomography (PET) imaging reduces patient radiation exposure but suffers from increased noise that degrades image quality and diagnostic reliability. Although diffusion models have demonstrated …

Zero-Shot Low-Light Image Enhancement via Joint Frequency Domain Priors Guided Diffusion

2024-11-21 · Jinhong He, Shivakumara Palaiahnakote, Aoxiang Ning, Minglong Xue

Due to the singularity of real-world paired datasets and the complexity of low-light environments, this leads to supervised methods lacking a degree of scene generalisation. Meanwhile, limited by poor lighting and conten…

Image EnhancementImage GenerationLow-Light Image Enhancement

Zero-Shot Translation using Diffusion Models

2021-11-02 · Eliya Nachmani, Shaked Dovrat

In this work, we show a novel method for neural machine translation (NMT), using a denoising diffusion probabilistic model (DDPM), adjusted for textual data, following recent advances in the field. We show that it's poss…

DenoisingMachine TranslationNMTSentence+2