paper-with-me

Papers

Denoising Diffusion Probabilistic Model for Retinal Image Generation and Segmentation

2023-08-16 · Alnur Alimanov, Md Baharul Islam

Experts use retinal images and vessel trees to detect and diagnose various eye, blood circulation, and brain-related diseases. However, manual segmentation of retinal images is a time-consuming process that requires high expertise and is difficult due to privacy issues. Many methods have been proposed to segment images, but the need for large retinal image datasets limits the performance of these methods. Several methods synthesize deep learning models based on Generative Adversarial Networks (GAN) to generate limited sample varieties. This paper proposes a novel Denoising Diffusion Probabilistic Model (DDPM) that outperformed GANs in image synthesis. We developed a Retinal Trees (ReTree) dataset consisting of retinal images, corresponding vessel trees, and a segmentation network based on DDPM trained with images from the ReTree dataset. In the first stage, we develop a two-stage DDPM that generates vessel trees from random numbers belonging to a standard normal distribution. Later, the model is guided to generate fundus images from given vessel trees and random distribution. The proposed dataset has been evaluated quantitatively and qualitatively. Quantitative evaluation metrics include Frechet Inception Distance (FID) score, Jaccard similarity coefficient, Cohen's kappa, Matthew's Correlation Coefficient (MCC), precision, recall, F1-score, and accuracy. We trained the vessel segmentation model with synthetic data to validate our dataset's efficiency and tested it on authentic data. Our developed dataset and source code is available at https://github.com/AAleka/retree.

📄 PDF Abstract BibTeX arXiv:2308.08339

Code (1)

aaleka/retree 공식 구현 pytorch

Tasks

DenoisingImage GenerationSegmentation

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 제목 키워드 기반

Retinal OCT Synthesis with Denoising Diffusion Probabilistic Models for Layer Segmentation

2023-11-09 · Yuli Wu, Weidong He, Dennis Eschweiler, Ningxin Dou 외

Modern biomedical image analysis using deep learning often encounters the challenge of limited annotated data. To overcome this issue, deep generative models can be employed to synthesize realistic biomedical images. In …

DenoisingImage GenerationSegmentation

GARD: Gamma-based Anatomical Restoration and Denoising for Retinal OCT

2025-09-12 · Botond Fazekas, Thomas Pinetz, Guilherme Aresta, Taha Emre 외 arxiv

Optical Coherence Tomography (OCT) is a vital imaging modality for diagnosing and monitoring retinal diseases. However, OCT images are inherently degraded by speckle noise, which obscures fine details and hinders accurat…

Unsupervised Denoising of Retinal OCT with Diffusion Probabilistic Model

2022-01-27 · Dewei Hu, Yuankai K. Tao, Ipek Oguz

Optical coherence tomography (OCT) is a prevalent non-invasive imaging method which provides high resolution volumetric visualization of retina. However, its inherent defect, the speckle noise, can seriously deteriorate …

DenoisingImage Restoration

Maximum a posteriori signal recovery for optical coherence tomography angiography image generation and denoising

2020-10-29 · Lennart Husvogt, Stefan B. Ploner, Siyu Chen, Daniel Stromer 외

Optical coherence tomography angiography (OCTA) is a novel and clinically promising imaging modality to image retinal and sub-retinal vasculature. Based on repeated optical coherence tomography (OCT) scans, intensity cha…

DenoisingImage Generation

ResEnsemble-DDPM: Residual Denoising Diffusion Probabilistic Models for Ensemble Learning

2023-12-04 · Shi Zhenning, Dong Changsheng, Xie Xueshuo, Pan Bin 외

Nowadays, denoising diffusion probabilistic models have been adapted for many image segmentation tasks. However, existing end-to-end models have already demonstrated remarkable capabilities. Rather than using denoising d…

DenoisingEnsemble LearningImage GenerationImage Segmentation+2