MS$^3$D: A RG Flow-Based Regularization for GAN Training with Limited Data
Jian Wang, Xin Lan, Yuxin Tian, Jiancheng Lv
TL;DR
This work tackles the problem of training GANs with limited data, where discriminator overfitting leads to degraded generator guidance. It introduces MS$^3$D, a differentiable regularization grounded in renormalization group flow that enforces the discriminator gradient field $\nabla_x f(x;\phi)$ to maintain consistent patterns across scales via multi-scale self-dissimilarity, implemented with Kadanoff block-spin coarse-graining and integrated into the discriminator loss with weight $\lambda$. Across OxfordDog, FFHQ, MetFaces, and BreCaHAD (including FFHQ-2.5K), MS$^3$D improves FID, IS, and KID under limited data, often outperforming or complementing existing regularization and augmentation strategies, and remains effective with transfer learning setups. The method yields more robust training dynamics (lower Fisher information, flatter loss landscapes) and can be combined with augmentation-based approaches for further gains, highlighting a practical, augmentation-free path to better few-shot GAN performance. Overall, MS$^3$D offers a principled, RG-inspired lens on GAN gradient dynamics, with tangible improvements in stability and image quality for limited-data generation tasks.
Abstract
Generative adversarial networks (GANs) have made impressive advances in image generation, but they often require large-scale training data to avoid degradation caused by discriminator overfitting. To tackle this issue, we investigate the challenge of training GANs with limited data, and propose a novel regularization method based on the idea of renormalization group (RG) in physics.We observe that in the limited data setting, the gradient pattern that the generator obtains from the discriminator becomes more aggregated over time. In RG context, this aggregated pattern exhibits a high discrepancy from its coarse-grained versions, which implies a high-capacity and sensitive system, prone to overfitting and collapse. To address this problem, we introduce a \textbf{m}ulti-\textbf{s}cale \textbf{s}tructural \textbf{s}elf-\textbf{d}issimilarity (MS$^3$D) regularization, which constrains the gradient field to have a consistent pattern across different scales, thereby fostering a more redundant and robust system. We show that our method can effectively enhance the performance and stability of GANs under limited data scenarios, and even allow them to generate high-quality images with very few data.
