Skip to content

Mind-the-Pineapple/adversarial-autoencoder

Repository files navigation

Adversarial Autoencoders (AAE)

This is a Tensorflow 2.0 implementation of Adversarial Autoencoders by Alireza Makhzani et al. (ICLR 2016). This repository contains reproduce of several experiments mentioned in the paper.

Requirements

Results

Unsupervised AAE deterministic

Latent space Latent space Reconstruction Latent space Sampled Latent space

Unsupervised AAE deterministic convolutional

Latent space Latent space Reconstruction Latent space Sampled Latent space

Unsupervised AAE deterministic convolutional using WGAN loss function

Latent space Latent space Reconstruction Latent space Sampled Latent space

Unsupervised AAE probabilistic

Latent space Latent space Reconstruction Latent space Sampled Latent space

Unsupervised AAE probabilistic convolutional

Latent space Latent space Reconstruction Latent space Sampled Latent space

Supervised AAE deterministic

Latent space Latent space Reconstruction Latent space Sampled Latent space

Supervised AAE deterministic convolutional

Latent space Latent space Reconstruction Latent space Sampled Latent space