Intriguing Property and Counterfactual Explanation of GAN for Remote Sensing Image Generation
Xingzhe Su, Wenwen Qiang, Jie Hu, Fengge Wu, Changwen Zheng, Fuchun Sun
TL;DR
This work identifies a unique RS-specific vulnerability in GAN-based image generation, showing that RS models lose feature information more rapidly as training data shrink, leading to degraded quality. It formalizes this insight with a structural causal model and counterfactual interpretation of generated images, proving that image quality correlates with feature-information content. To mitigate the issue, the authors introduce Uniformity Regularization (UR) and Entropy Regularization (ER), which raise distribution- and sample-level feature entropy and are model-agnostic. Across numerous RS and natural datasets and GAN architectures, UR/ER yield consistent improvements in FID/KID and visual fidelity, demonstrating practical impact for RS image synthesis and broader generative tasks.
Abstract
Generative adversarial networks (GANs) have achieved remarkable progress in the natural image field. However, when applying GANs in the remote sensing (RS) image generation task, an extraordinary phenomenon is observed: the GAN model is more sensitive to the size of training data for RS image generation than for natural image generation. In other words, the generation quality of RS images will change significantly with the number of training categories or samples per category. In this paper, we first analyze this phenomenon from two kinds of toy experiments and conclude that the amount of feature information contained in the GAN model decreases with reduced training data. Then we establish a structural causal model (SCM) of the data generation process and interpret the generated data as the counterfactuals. Based on this SCM, we theoretically prove that the quality of generated images is positively correlated with the amount of feature information. This provides insights for enriching the feature information learned by the GAN model during training. Consequently, we propose two innovative adjustment schemes, namely Uniformity Regularization (UR) and Entropy Regularization (ER), to increase the information learned by the GAN model at the distributional and sample levels, respectively. We theoretically and empirically demonstrate the effectiveness and versatility of our methods. Extensive experiments on three RS datasets and two natural datasets show that our methods outperform the well-established models on RS image generation tasks. The source code is available at https://github.com/rootSue/Causal-RSGAN.
