CVLGJan 20, 2025

A New Formulation of Lipschitz Constrained With Functional Gradient Learning for GANs

arXiv:2501.11236v1h-index: 10Mach learn
Originality Incremental advance
AI Analysis

This addresses a key problem in machine learning for researchers and practitioners working with GANs, offering a novel method with theoretical guarantees, though it appears incremental as it builds on existing Lipschitz constraint approaches.

The paper tackles the instability and mode collapse issues in training Generative Adversarial Networks (GANs) by proposing a Lipschitz-constrained Functional Gradient GANs learning method with an ε-centered gradient penalty, resulting in improved stability and increased diversity of synthetic samples on benchmark datasets.

This paper introduces a promising alternative method for training Generative Adversarial Networks (GANs) on large-scale datasets with clear theoretical guarantees. GANs are typically learned through a minimax game between a generator and a discriminator, which is known to be empirically unstable. Previous learning paradigms have encountered mode collapse issues without a theoretical solution. To address these challenges, we propose a novel Lipschitz-constrained Functional Gradient GANs learning (Li-CFG) method to stabilize the training of GAN and provide a theoretical foundation for effectively increasing the diversity of synthetic samples by reducing the neighborhood size of the latent vector. Specifically, we demonstrate that the neighborhood size of the latent vector can be reduced by increasing the norm of the discriminator gradient, resulting in enhanced diversity of synthetic samples. To efficiently enlarge the norm of the discriminator gradient, we introduce a novel ε-centered gradient penalty that amplifies the norm of the discriminator gradient using the hyper-parameter ε. In comparison to other constraints, our method enlarging the discriminator norm, thus obtaining the smallest neighborhood size of the latent vector. Extensive experiments on benchmark datasets for image generation demonstrate the efficacy of the Li-CFG method and the ε-centered gradient penalty. The results showcase improved stability and increased diversity of synthetic samples.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes