English

Gradient Normalization for Generative Adversarial Networks

Machine Learning 2021-10-12 v2

Abstract

In this paper, we propose a novel normalization method called gradient normalization (GN) to tackle the training instability of Generative Adversarial Networks (GANs) caused by the sharp gradient space. Unlike existing work such as gradient penalty and spectral normalization, the proposed GN only imposes a hard 1-Lipschitz constraint on the discriminator function, which increases the capacity of the discriminator. Moreover, the proposed gradient normalization can be applied to different GAN architectures with little modification. Extensive experiments on four datasets show that GANs trained with gradient normalization outperform existing methods in terms of both Frechet Inception Distance and Inception Score.

Keywords

Cite

@article{arxiv.2109.02235,
  title  = {Gradient Normalization for Generative Adversarial Networks},
  author = {Yi-Lun Wu and Hong-Han Shuai and Zhi-Rui Tam and Hong-Yu Chiu},
  journal= {arXiv preprint arXiv:2109.02235},
  year   = {2021}
}

Comments

Published as a conference paper at ICCV 2021

R2 v1 2026-06-24T05:42:12.758Z