SOTAVerified

MSG-GAN: Multi-Scale Gradients for Generative Adversarial Networks

2019-03-14CVPR 2020Code Available0· sign in to hype

Animesh Karnewar, Oliver Wang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

While Generative Adversarial Networks (GANs) have seen huge successes in image synthesis tasks, they are notoriously difficult to adapt to different datasets, in part due to instability during training and sensitivity to hyperparameters. One commonly accepted reason for this instability is that gradients passing from the discriminator to the generator become uninformative when there isn't enough overlap in the supports of the real and fake distributions. In this work, we propose the Multi-Scale Gradient Generative Adversarial Network (MSG-GAN), a simple but effective technique for addressing this by allowing the flow of gradients from the discriminator to the generator at multiple scales. This technique provides a stable approach for high resolution image synthesis, and serves as an alternative to the commonly used progressive growing technique. We show that MSG-GAN converges stably on a variety of image datasets of different sizes, resolutions and domains, as well as different types of loss functions and architectures, all with the same set of fixed hyperparameters. When compared to state-of-the-art GANs, our approach matches or exceeds the performance in most of the cases we tried.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CelebA-HQ 1024x1024MSG-StyleGANFID6.37Unverified
FFHQMSG-StyleGANClean-FID (70k)6.51Unverified
FFHQ 1024 x 1024MSG-StyleGANFID5.8Unverified
Indian Celebs 256 x 256MSG-StyleGANFID28.44Unverified
LSUN Churches 256 x 256MSG-StyleGANFID5.2Unverified
Oxford 102 Flowers 256 x 256MSG-StyleGANFID19.6Unverified

Reproductions