All Projects → xunhuang1995 → Sgan

xunhuang1995 / Sgan

Stacked Generative Adversarial Networks

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sgan

Markov Chain Gan
Code for "Generative Adversarial Training for Markov Chains" (ICLR 2017 Workshop)
Stars: ✭ 76 (-68.33%)
Mutual labels:  generative-adversarial-network, generative-model
Wgan
Tensorflow Implementation of Wasserstein GAN (and Improved version in wgan_v2)
Stars: ✭ 228 (-5%)
Mutual labels:  generative-adversarial-network, generative-model
Lggan
[CVPR 2020] Local Class-Specific and Global Image-Level Generative Adversarial Networks for Semantic-Guided Scene Generation
Stars: ✭ 97 (-59.58%)
Mutual labels:  generative-adversarial-network, generative-model
Mnist inception score
Training a MNIST classifier, and use it to compute inception score (ICP)
Stars: ✭ 25 (-89.58%)
Mutual labels:  generative-adversarial-network, generative-model
Conditional Gan
Anime Generation
Stars: ✭ 141 (-41.25%)
Mutual labels:  generative-adversarial-network, generative-model
Conditional Animegan
Conditional GAN for Anime face generation.
Stars: ✭ 70 (-70.83%)
Mutual labels:  generative-adversarial-network, generative-model
Generative Evaluation Prdc
Code base for the precision, recall, density, and coverage metrics for generative models. ICML 2020.
Stars: ✭ 117 (-51.25%)
Mutual labels:  generative-adversarial-network, generative-model
Generative models tutorial with demo
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..
Stars: ✭ 276 (+15%)
Mutual labels:  generative-adversarial-network, generative-model
Semantic image inpainting
Semantic Image Inpainting
Stars: ✭ 140 (-41.67%)
Mutual labels:  generative-adversarial-network, generative-model
Gesturegan
[ACM MM 2018 Oral] GestureGAN for Hand Gesture-to-Gesture Translation in the Wild
Stars: ✭ 136 (-43.33%)
Mutual labels:  generative-adversarial-network, generative-model
Cadgan
ICML 2019. Turn a pre-trained GAN model into a content-addressable model without retraining.
Stars: ✭ 19 (-92.08%)
Mutual labels:  generative-adversarial-network, generative-model
Dragan
A stable algorithm for GAN training
Stars: ✭ 189 (-21.25%)
Mutual labels:  generative-adversarial-network, generative-model
Seqgan
A simplified PyTorch implementation of "SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient." (Yu, Lantao, et al.)
Stars: ✭ 502 (+109.17%)
Mutual labels:  generative-adversarial-network, generative-model
Triple Gan
See Triple-GAN-V2 in PyTorch: https://github.com/taufikxu/Triple-GAN
Stars: ✭ 203 (-15.42%)
Mutual labels:  generative-adversarial-network, generative-model
Alae
[CVPR2020] Adversarial Latent Autoencoders
Stars: ✭ 3,178 (+1224.17%)
Mutual labels:  generative-adversarial-network, generative-model
Spectralnormalizationkeras
Spectral Normalization for Keras Dense and Convolution Layers
Stars: ✭ 100 (-58.33%)
Mutual labels:  generative-adversarial-network, generative-model
TriangleGAN
TriangleGAN, ACM MM 2019.
Stars: ✭ 28 (-88.33%)
Mutual labels:  generative-adversarial-network, generative-model
celeba-gan-pytorch
Generative Adversarial Networks in PyTorch
Stars: ✭ 35 (-85.42%)
Mutual labels:  generative-adversarial-network, generative-model
Cramer Gan
Tensorflow Implementation on "The Cramer Distance as a Solution to Biased Wasserstein Gradients" (https://arxiv.org/pdf/1705.10743.pdf)
Stars: ✭ 123 (-48.75%)
Mutual labels:  generative-adversarial-network, generative-model
Stylegan2 Pytorch
Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement
Stars: ✭ 2,656 (+1006.67%)
Mutual labels:  generative-adversarial-network, generative-model

Stacked Generative Adversarial Networks

This repository contains code for the paper "Stacked Generative Adversarial Networks", CVPR 2017. Part of the code is modified from OpenAI's implementation of Improved GAN.

Architecture

Samples

Performance Comprison on CIFAR-10

Method       Inception Score
Infusion training    4.62 ± 0.06    
GMAN (best variant)  5.34 ± 0.05
LR-GAN  6.11 ± 0.06
EGAN-Ent-VI  7.07 ± 0.10
Denoising feature matching  7.72 ± 0.13
DCGAN  6.58
SteinGAN  6.35
Improved GAN(best variant)  8.09 ± 0.07
AC-GAN  8.25 ± 0.07
SGAN (ours)    8.59 ± 0.12

Citations

If you use the code in this repository in your paper, please consider citing:

@inproceedings{huang2017sgan,
  title={Stacked Generative Adversarial Networks},
  author={Huang, Xun and Li, Yixuan and Poursaeed, Omid and Hopcroft, John and Belongie, Serge},
  booktitle={CVPR},
  year={2017}
}

Contact

If you have any questions about the code, feel free to email me ([email protected]).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].