paper-with-me

홈 › Papers

DDPM-CD: Denoising Diffusion Probabilistic Models as Feature Extractors for Change Detection

2022-06-23 · Wele Gedara Chaminda Bandara, Nithin Gopalakrishnan Nair, Vishal M. Patel

Remote sensing change detection is crucial for understanding the dynamics of our planet's surface, facilitating the monitoring of environmental changes, evaluating human impact, predicting future trends, and supporting decision-making. In this work, we introduce a novel approach for change detection that can leverage off-the-shelf, unlabeled remote sensing images in the training process by pre-training a Denoising Diffusion Probabilistic Model (DDPM) - a class of generative models used in image synthesis. DDPMs learn the training data distribution by gradually converting training images into a Gaussian distribution using a Markov chain. During inference (i.e., sampling), they can generate a diverse set of samples closer to the training distribution, starting from Gaussian noise, achieving state-of-the-art image synthesis results. However, in this work, our focus is not on image synthesis but on utilizing it as a pre-trained feature extractor for the downstream application of change detection. Specifically, we fine-tune a lightweight change classifier utilizing the feature representations produced by the pre-trained DDPM alongside change labels. Experiments conducted on the LEVIR-CD, WHU-CD, DSIFN-CD, and CDD datasets demonstrate that the proposed DDPM-CD method significantly outperforms the existing state-of-the-art change detection methods in terms of F1 score, IoU, and overall accuracy, highlighting the pivotal role of pre-trained DDPM as a feature extractor for downstream applications. We have made both the code and pre-trained models available at https://github.com/wgcban/ddpm-cd

📄 PDF Abstract BibTeX arXiv:2206.11892

Code (1)

wgcban/ddpm-cd 공식 구현 pytorch

Tasks

Change DetectionDecision MakingDenoisingImage Generation

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

Rician Denoising Diffusion Probabilistic Models For Sodium Breast MRI Enhancement

2024-10-15 · Shuaiyu Yuan, Tristan Whitmarsh, Dimitri A Kessler, Otso Arponen 외

Sodium MRI is an imaging technique used to visualize and quantify sodium concentrations in vivo, playing a role in many biological processes and potentially aiding in breast cancer characterization. Sodium MRI, however, …

DenoisingImage Quality Assessment

An overview of diffusion models for generative artificial intelligence

2024-12-02 · Davide Gallon, Arnulf Jentzen, Philippe von Wurstemberger

This article provides a mathematically rigorous introduction to denoising diffusion probabilistic models (DDPMs), sometimes also referred to as diffusion probabilistic models or diffusion models, for generative artificia…

Denoising

Mixed-State Quantum Denoising Diffusion Probabilistic Model

2024-11-26 · Gino Kwun, Bingzhi Zhang, Quntao Zhuang

Generative quantum machine learning has gained significant attention for its ability to produce quantum states with desired distributions. Among various quantum generative models, quantum denoising diffusion probabilisti…

DenoisingmodelQuantum Machine Learning

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

Denoising Diffusion Implicit Models

2020-10-06 · ICLR 2021 1 · Jiaming Song, Chenlin Meng, Stefano Ermon

Denoising diffusion probabilistic models (DDPMs) have achieved high quality image generation without adversarial training, yet they require simulating a Markov chain for many steps to produce a sample. To accelerate samp…

DenoisingImage Generation