Conditional Generative Adversarial Nets
2014-11-06Code Available1· sign in to hype
Mehdi Mirza, Simon Osindero
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/Sinestro38/qosf-qgannone★ 27
- github.com/bhiziroglu/Conditional-Generative-Adversarial-Networkpytorch★ 7
- github.com/jacksonkaunismaa/neural-musicpytorch★ 6
- github.com/catalyst-team/ganpytorch★ 5
- github.com/doansangg/CGAN-PyTorchpytorch★ 0
- github.com/HyperZealot/mxnet-cgantf★ 0
- github.com/YigitGunduc/Conditional-GANs-CGANstf★ 0
- github.com/SaubanMusaddiq/Conditional-Gansnone★ 0
- github.com/pmsharkKOR/Deep-Learning-Examples---Awesome-Resourse1tf★ 0
- github.com/MCLYang/RhythmGAN_pytorchpytorch★ 0
Abstract
Generative Adversarial Nets [8] were recently introduced as a novel way to train generative models. In this work we introduce the conditional version of generative adversarial nets, which can be constructed by simply feeding the data, y, we wish to condition on to both the generator and discriminator. We show that this model can generate MNIST digits conditioned on class labels. We also illustrate how this model could be used to learn a multi-modal model, and provide preliminary examples of an application to image tagging in which we demonstrate how this approach can generate descriptive tags which are not part of training labels.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| Human3.6M | c-GAN | MMDa | 0.16 | — | Unverified |
| NTU RGB+D | c-GAN | FID (CS) | 27.48 | — | Unverified |
| NTU RGB+D 120 | c-GAN | FID (CS) | 54.4 | — | Unverified |
| NTU RGB+D 2D | c-GAN | MMDa (CS) | 0.33 | — | Unverified |