The relativistic discriminator: a key element missing from standard GAN
Alexia Jolicoeur-Martineau

TL;DR
This paper introduces relativistic discriminators in GANs, which compare real and fake data directly, leading to more stable training and higher quality image generation, especially at high resolutions.
Contribution
The paper proposes a novel relativistic discriminator approach for GANs, improving stability and sample quality, and generalizing to various loss functions with empirical validation.
Findings
Relativistic GANs are more stable and produce higher quality samples.
RaGANs outperform WGAN-GP in image quality with fewer updates.
High-resolution images (256x256) are generated plausibly from small datasets.
Abstract
In standard generative adversarial network (SGAN), the discriminator estimates the probability that the input data is real. The generator is trained to increase the probability that fake data is real. We argue that it should also simultaneously decrease the probability that real data is real because 1) this would account for a priori knowledge that half of the data in the mini-batch is fake, 2) this would be observed with divergence minimization, and 3) in optimal settings, SGAN would be equivalent to integral probability metric (IPM) GANs. We show that this property can be induced by using a relativistic discriminator which estimate the probability that the given real data is more realistic than a randomly sampled fake data. We also present a variant in which the discriminator estimate the probability that the given real data is more realistic than fake data, on average. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Digital Media Forensic Detection · Advanced Image Processing Techniques
MethodsWGAN-GP Loss · Spectral Normalization · Adam · Relativistic GAN · *Communicated@Fast*How Do I Communicate to Expedia? · Batch Normalization · Dense Connections · HuMan(Expedia)||How do I get a human at Expedia? · GAN Least Squares Loss · LSGAN
