- GAN, DCGAN
- cGAN - Label-conditioning generation
- AcGAN - Supervised generation (auxiliary classifier with labels)
- SGAN - D outputs [CLASS-1, CLASS-2, . . . CLASS-N, FAKE]
- InfoGAN - Unsupervised lantern space disentangling
- ALI, BiGAN - match p(G(z),z) and q(x,E(x))
- GMAN - Multiple discriminator models
- AdaGAN - Multiple generative models
- MGGAN - Multiple generative models
- GAN, DCGAN - JS divergence
- LSGAN (Least Squares GAN) - Pearson χ2 divergence
- f-GAN - Variational divergence minimization
- f-GANs
- WGAN - Wasserstein distance
- WGAN-GP - Gradient penalty, less capacity compromise
- McGAN - Mean and covariance matching
- Geometric GAN
- Fisher GAN - Chi-squared distance
- CatGAN - Entropy of P(Y|X)
- EBGAN - D(x) = ||Dec(Enc(x)) − x||
- LS-GAN (Loss-Sensitive GAN)
- BEGAN - Wasserstein distance between the distribution of real/fake auto-encoder loss
-
AGE -
$max_emin_g\Delta(e(g(Z))||Y)-\Delta(e(X)||Y)$ and encoder-generator reciprocity (bidirectional mapping) - Softmax GAN
- Cramér GAN - Cramér Distance
- LDGAN
- DRGAN - Vanilla GAN with gradient penalty
- Cramér GAN - Cramér Distance
- Regularized GAN
- CT-GAN
- Varying k-Lipschitz Constraint for Generative Adversarial Networks
- CatGAN
- SGAN - D outputs [CLASS-1, CLASS-2, . . . CLASS-N, FAKE]
- Improved GAN
- Triple-GAN
- CT-GAN
- Inception Score - Improved GAN
- FCN Score - pix2pix
- AMT Perceptual Studies - pix2pix
- Semantic Segmentation Metrics - CycleGAN
- FID, Precision, Recall and F1 Score - Are GANs Created Equal? A Large-Scale Study
- CoGAN
- DTN
- CycleGAN, DiscoGAN, DualGAN
- UNIT
- Face Transfer with Generative Adversarial Network
- XGAN - Semantic consistency
- pix2pix/PatchGAN
- Scribbler
- PAN - Perceptual adversarial loss
- Cross-View Image Synthesis using Conditional GANs
- VAE/GAN - Visual attribute vectors
- IcGAN
- DIAT
- Learning Residual Images for Face Attribute Manipulation
- DistanceGAN
- CFGAN
- Age-cGAN
- UNIT
- SL-GAN
- IAN
- Neural Face Editing with Intrinsic Image Disentangling
- GeneGAN - Object transfiguration
- Fader Networks
- Unsupervised Visual Attribute Transfer with Reconfigurable Generative Adversarial Networks
- ExprGAN
- StarGAN
- GLCA-GAN
- iGAN - Image manipulation
- TVSN - 3D view synthesis
- ID-CGAN - Image de-raining
- Perceptual GAN - Small object detection
- Generative Adversarial Networks: An Overview
- How Generative Adversarial Nets and its variants Work
- Comparative Study on Generative Adversarial Networks
- An Introduction to Image Synthesis with Generative Adversarial Nets