What is: Relativistic GAN?
Source | The relativistic discriminator: a key element missing from standard GAN |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
A Relativistic GAN is a type of generative adversarial network. It has a relativistic discriminator which estimates the probability that the given real data is more realistic than a randomly sampled fake data. The idea is to endow GANs with the property that the probability of real data being real () should decrease as the probability of fake data being real () increases.
With a standard GAN, we can achieve this as follows. The standard GAN discriminator can be defined, in term of the non-transformed layer , as . A simple way to make discriminator relativistic - having the output of depend on both real and fake data - is to sample from real/fake data pairs and define it as . The modification can be interpreted as: the discriminator estimates the probability that the given real data is more realistic than a randomly sampled fake data.
More generally a Relativistic GAN can be interpreted as having a discriminator of the form , where is the activation function, to be relativistic.