Spectral Normalization for Generative Adversarial NetworksDownload PDF

15 Feb 2018 (modified: 22 Oct 2023)ICLR 2018 Conference Blind SubmissionReaders: Everyone
Abstract: One of the challenges in the study of generative adversarial networks is the instability of its training. In this paper, we propose a novel weight normalization technique called spectral normalization to stabilize the training of the discriminator. Our new normalization technique is computationally light and easy to incorporate into existing implementations. We tested the efficacy of spectral normalization on CIFAR10, STL-10, and ILSVRC2012 dataset, and we experimentally confirmed that spectrally normalized GANs (SN-GANs) is capable of generating images of better or equal quality relative to the previous training stabilization techniques.
TL;DR: We propose a novel weight normalization technique called spectral normalization to stabilize the training of the discriminator of GANs.
Keywords: Generative Adversarial Networks, Deep Generative Models, Unsupervised Learning
Code: [![github](/images/github_icon.svg) pfnet-research/sngan_projection](https://github.com/pfnet-research/sngan_projection) + [![Papers with Code](/images/pwc_icon.svg) 34 community implementations](https://paperswithcode.com/paper/?openreview=B1QRgziT-)
Data: [CIFAR-10](https://paperswithcode.com/dataset/cifar-10), [STL-10](https://paperswithcode.com/dataset/stl-10)
Community Implementations: [![CatalyzeX](/images/catalyzex_icon.svg) 30 code implementations](https://www.catalyzex.com/paper/arxiv:1802.05957/code)
31 Replies

Loading