资源算法AdversarialAutoEncoder

AdversarialAutoEncoder

2019-09-10 | |  65 |   0 |   0

## Adversarial AutoEncoder

Adversarial Autoencoder [arXiv:1511.05644] implemented with MXNet.

Requirements

  • MXNet

  • numpy

  • matplotlib

  • scikit-learn

  • OpenCV

Unsupervised Adversarial Autoencoder

Please run aae_unsupervised.py for model training. Set task to unsupervised in visualize.ipynb to display the results. Notice the desired prior distribution of the 2-d latent variable can be one of {gaussian, gaussian mixture, swiss roll or uniform}. In this case, no label info is being used during the training process.

Some results:

p(z) and q(z) with z_prior set to gaussian distribution.

p(z) gaussian q(z) gaussian

p(z) and q(z) with z_prior set to 10 gaussian mixture distribution.

p(z) gaussian q(z) gaussian

p(z) and q(z) with z_prior set to swiss roll distribution.

p(z) gaussian q(z) gaussian

Supervised Adversarial Autoencoder

Please run aae_supervised.py for model training. Set task to supervised in visualize.ipynb to display the results. Notice the desired prior distribution of the 2-d latent variable can be one of {gaussian mixture, swiss roll or uniform}. In this case, label info of both real and fake data is being used during the training process.

Some results:

p(z), q(z) and output images from fake data with z_prior set to 10 gaussian mixture distribution.

p(z) gaussian q(z) gaussian output images from gaussian fake data

p(z) and q(z) with z_prior set to swiss roll distribution.

p(z) gaussian q(z) gaussian

p(z) and q(z) with z_prior set to 10 uniform distribution.

p(z) gaussian q(z) gaussian

Semi-Supervised Adversarial Autoencoder

Not implemented yet.


上一篇:ADDA

下一篇:MXSeq2Seq

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...