DDPM-CD: Denoising Diffusion Probabilistic Models as Feature Extractors
for Change Detection
- URL: http://arxiv.org/abs/2206.11892v3
- Date: Fri, 12 Jan 2024 14:37:36 GMT
- Title: DDPM-CD: Denoising Diffusion Probabilistic Models as Feature Extractors
for Change Detection
- Authors: Wele Gedara Chaminda Bandara, Nithin Gopalakrishnan Nair, Vishal M.
Patel
- Abstract summary: We introduce a novel approach for change detection by pre-training a Deno Diffusionising Probabilistic Model (DDPM)
DDPM learns 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.
Experiments conducted on the LEVIR-CD, WHU-CD, DSIFN-CD, and CDD datasets demonstrate that the proposed DDPM-CD method significantly outperforms the existing change detection methods in terms of F1 score, I
- Score: 31.125812018296127
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: 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
Related papers
- Adaptive Semantic-Enhanced Denoising Diffusion Probabilistic Model for Remote Sensing Image Super-Resolution [7.252121550658619]
Denoising Diffusion Probabilistic Model (DDPM) has shown promising performance in image reconstructions.
High-frequency details generated by DDPM often suffer from misalignment with HR images due to model's tendency to overlook long-range semantic contexts.
An adaptive semantic-enhanced DDPM (ASDDPM) is proposed to enhance the detail-preserving capability of the DDPM.
arXiv Detail & Related papers (2024-03-17T04:08:58Z) - AdjointDPM: Adjoint Sensitivity Method for Gradient Backpropagation of Diffusion Probabilistic Models [103.41269503488546]
Existing customization methods require access to multiple reference examples to align pre-trained diffusion probabilistic models with user-provided concepts.
This paper aims to address the challenge of DPM customization when the only available supervision is a differentiable metric defined on the generated contents.
We propose a novel method AdjointDPM, which first generates new samples from diffusion models by solving the corresponding probability-flow ODEs.
It then uses the adjoint sensitivity method to backpropagate the gradients of the loss to the models' parameters.
arXiv Detail & Related papers (2023-07-20T09:06:21Z) - GCD-DDPM: A Generative Change Detection Model Based on
Difference-Feature Guided DDPM [7.922421805234563]
Deep learning methods have recently shown great promise in bitemporal change detection (CD)
This work proposes a generative change detection model called GCD-DDPM to directly generate CD maps.
Experiments on four high-resolution CD datasets confirm the superior performance of the proposed GCD-DDPM.
arXiv Detail & Related papers (2023-06-06T05:51:50Z) - Remote Sensing Change Detection With Transformers Trained from Scratch [62.96911491252686]
transformer-based change detection (CD) approaches either employ a pre-trained model trained on large-scale image classification ImageNet dataset or rely on first pre-training on another CD dataset and then fine-tuning on the target benchmark.
We develop an end-to-end CD approach with transformers that is trained from scratch and yet achieves state-of-the-art performance on four public benchmarks.
arXiv Detail & Related papers (2023-04-13T17:57:54Z) - Deep Metric Learning for Unsupervised Remote Sensing Change Detection [60.89777029184023]
Remote Sensing Change Detection (RS-CD) aims to detect relevant changes from Multi-Temporal Remote Sensing Images (MT-RSIs)
The performance of existing RS-CD methods is attributed to training on large annotated datasets.
This paper proposes an unsupervised CD method based on deep metric learning that can deal with both of these issues.
arXiv Detail & Related papers (2023-03-16T17:52:45Z) - Unsupervised Representation Learning from Pre-trained Diffusion
Probabilistic Models [83.75414370493289]
Diffusion Probabilistic Models (DPMs) have shown a powerful capacity of generating high-quality image samples.
Diff-AE have been proposed to explore DPMs for representation learning via autoencoding.
We propose textbfPre-trained textbfAutotextbfEncoding (textbfPDAE) to adapt existing pre-trained DPMs to the decoders for image reconstruction.
arXiv Detail & Related papers (2022-12-26T02:37:38Z) - f-DM: A Multi-stage Diffusion Model via Progressive Signal
Transformation [56.04628143914542]
Diffusion models (DMs) have recently emerged as SoTA tools for generative modeling in various domains.
We propose f-DM, a generalized family of DMs which allows progressive signal transformation.
We apply f-DM in image generation tasks with a range of functions, including down-sampling, blurring, and learned transformations.
arXiv Detail & Related papers (2022-10-10T18:49:25Z) - Change Detection from Synthetic Aperture Radar Images via Dual Path
Denoising Network [38.78699830610313]
We propose a Dual Path Denoising Network (DPDNet) for SAR image change detection.
We introduce the random label propagation to clean the label noise involved in preclassification.
We also propose the distinctive patch convolution for feature representation learning to reduce the time consumption.
arXiv Detail & Related papers (2022-03-13T01:51:51Z) - Improved Denoising Diffusion Probabilistic Models [4.919647298882951]
We show that DDPMs can achieve competitive log-likelihoods while maintaining high sample quality.
We also find that learning variances of the reverse diffusion process allows sampling with an order of magnitude fewer forward passes.
We show that the sample quality and likelihood of these models scale smoothly with model capacity and training compute, making them easily scalable.
arXiv Detail & Related papers (2021-02-18T23:44:17Z) - Generalized ODIN: Detecting Out-of-distribution Image without Learning
from Out-of-distribution Data [87.61504710345528]
We propose two strategies for freeing a neural network from tuning with OoD data, while improving its OoD detection performance.
We specifically propose to decompose confidence scoring as well as a modified input pre-processing method.
Our further analysis on a larger scale image dataset shows that the two types of distribution shifts, specifically semantic shift and non-semantic shift, present a significant difference.
arXiv Detail & Related papers (2020-02-26T04:18:25Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.