SAR Image Synthesis with Diffusion Models
Denisa Qosja, Simon Wagner, Daniel O'Hagan
TL;DR
This work adapts denoising diffusion probabilistic models (DDPM) to synthetic aperture radar (SAR) data, addressing the scarcity of labeled SAR data by generating high-fidelity SAR images. It presents the forward diffusion process that adds Gaussian noise and a learnable reverse denoising process, trained to predict the noise $\boldsymbol\epsilon_\theta$, with a UNet backbone and optional class conditioning. The authors demonstrate that DDPMs outperform state-of-the-art GANs on the MSTAR dataset across multiple metrics (IS, FID, KID), and that pretraining on a large clutter dataset further improves image quality. This approach offers a practical path to augment SAR datasets for downstream tasks such as target recognition, with potential extensions to other SAR imaging tasks like translation and super-resolution.
Abstract
In recent years, diffusion models (DMs) have become a popular method for generating synthetic data. By achieving samples of higher quality, they quickly became superior to generative adversarial networks (GANs) and the current state-of-the-art method in generative modeling. However, their potential has not yet been exploited in radar, where the lack of available training data is a long-standing problem. In this work, a specific type of DMs, namely denoising diffusion probabilistic model (DDPM) is adapted to the SAR domain. We investigate the network choice and specific diffusion parameters for conditional and unconditional SAR image generation. In our experiments, we show that DDPM qualitatively and quantitatively outperforms state-of-the-art GAN-based methods for SAR image generation. Finally, we show that DDPM profits from pretraining on largescale clutter data, generating SAR images of even higher quality.
