Novel Change Detection Framework in Remote Sensing Imagery Using Diffusion Models and Structural Similarity Index (SSIM)

Andrew Kiruluta,Eric Lundy,Andreas Lemos
2024-08-20
Abstract:Change detection is a crucial task in remote sensing, enabling the monitoring of environmental changes, urban growth, and disaster impact. Conventional change detection techniques, such as image differencing and ratioing, often struggle with noise and fail to capture complex variations in imagery. Recent advancements in machine learning, particularly generative models like diffusion models, offer new opportunities for enhancing change detection accuracy. In this paper, we propose a novel change detection framework that combines the strengths of Stable Diffusion models with the Structural Similarity Index (SSIM) to create robust and interpretable change maps. Our approach, named Diffusion Based Change Detector, is evaluated on both synthetic and real-world remote sensing datasets and compared with state-of-the-art methods. The results demonstrate that our method significantly outperforms traditional differencing techniques and recent deep learning-based methods, particularly in scenarios with complex changes and noise.
Computer Vision and Pattern Recognition,Artificial Intelligence,Image and Video Processing
What problem does this paper attempt to address?
The paper attempts to address the problem of change detection in remote sensing images. Specifically, the researchers propose a new change detection framework that combines Stable Diffusion models and the Structural Similarity Index (SSIM) to improve the accuracy and interpretability of change detection. Traditional change detection techniques such as image differencing and ratio methods often perform poorly in the presence of noise and complex changes, leading to high false alarm rates. In recent years, machine learning methods such as Convolutional Neural Networks (CNNs) and Generative Adversarial Networks (GANs) have made some progress, but they still face challenges in robustness and generalization ability. The Diffusion Based Change Detector method proposed in this paper addresses these issues in the following ways: 1. **Stable Diffusion Models**: Utilize the ability of diffusion models to generate high-quality images, capturing subtle changes that traditional methods find difficult to detect. 2. **Structural Similarity Index (SSIM)**: Use SSIM to evaluate image quality, considering brightness, contrast, and structural similarity, making change detection more robust and interpretable. Experimental results show that this method significantly outperforms traditional image differencing techniques and recent deep learning methods on both synthetic and real-world datasets, especially in complex environments and noisy conditions.