cGANs with Projection Discriminator
About
We propose a novel, projection based way to incorporate the conditional information into the discriminator of GANs that respects the role of the conditional information in the underlining probabilistic model. This approach is in contrast with most frameworks of conditional GANs used in application today, which use the conditional information by concatenating the (embedded) conditional vector to the feature vectors. With this modification, we were able to significantly improve the quality of the class conditional image generation on ILSVRC2012 (ImageNet) 1000-class image dataset from the current state-of-the-art result, and we achieved this with a single pair of a discriminator and a generator. We were also able to extend the application to super-resolution and succeeded in producing highly discriminative super-resolution images. This new structure also enabled high quality category transformation based on parametric functional transformation of conditional batch normalization layers in the generator.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Generation | CIFAR-10 (test) | FID17.5 | 471 | |
| Image Generation | ImageNet (val) | -- | 198 | |
| Image Generation | CIFAR10 32x32 (test) | FID15.6 | 154 | |
| Class-conditional Image Generation | ImageNet | FID27.62 | 132 | |
| Conditional Image Generation | CIFAR10 (test) | Fréchet Inception Distance17.5 | 66 | |
| Image Generation | Tiny-ImageNet | Inception Score6.224 | 34 | |
| Conditional Image Generation | CIFAR-10 class-conditional | FID17.5 | 29 | |
| Class-conditional Image Generation | CIFAR-100 (test) | FID23.2 | 17 | |
| Image Generation | CelebA 128x128 (test) | FID19.55 | 14 | |
| Joint class generation | CIFAR 7to3 (test) | Accuracy87.6 | 7 |