English

SAR Despeckling using a Denoising Diffusion Probabilistic Model

Image and Video Processing 2023-06-21 v1 Computer Vision and Pattern Recognition

Abstract

Speckle is a multiplicative noise which affects all coherent imaging modalities including Synthetic Aperture Radar (SAR) images. The presence of speckle degrades the image quality and adversely affects the performance of SAR image understanding applications such as automatic target recognition and change detection. Thus, SAR despeckling is an important problem in remote sensing. In this paper, we introduce SAR-DDPM, a denoising diffusion probabilistic model for SAR despeckling. The proposed method comprises of a Markov chain that transforms clean images to white Gaussian noise by repeatedly adding random noise. The despeckled image is recovered by a reverse process which iteratively predicts the added noise using a noise predictor which is conditioned on the speckled image. In addition, we propose a new inference strategy based on cycle spinning to improve the despeckling performance. Our experiments on both synthetic and real SAR images demonstrate that the proposed method achieves significant improvements in both quantitative and qualitative results over the state-of-the-art despeckling methods.

Keywords

Cite

@article{arxiv.2206.04514,
  title  = {SAR Despeckling using a Denoising Diffusion Probabilistic Model},
  author = {Malsha V. Perera and Nithin Gopalakrishnan Nair and Wele Gedara Chaminda Bandara and Vishal M. Patel},
  journal= {arXiv preprint arXiv:2206.04514},
  year   = {2023}
}

Comments

Our code is available at https://github.com/malshaV/SAR_DDPM

R2 v1 2026-06-24T11:45:10.375Z