Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Adversarial Latent Autoencoders

About

Autoencoder networks are unsupervised approaches aiming at combining generative and representational properties by learning simultaneously an encoder-generator map. Although studied extensively, the issues of whether they have the same generative power of GANs, or learn disentangled representations, have not been fully addressed. We introduce an autoencoder that tackles these issues jointly, which we call Adversarial Latent Autoencoder (ALAE). It is a general architecture that can leverage recent improvements on GAN training procedures. We designed two autoencoders: one based on a MLP encoder, and another based on a StyleGAN generator, which we call StyleALAE. We verify the disentanglement properties of both architectures. We show that StyleALAE can not only generate 1024x1024 face images with comparable quality of StyleGAN, but at the same resolution can also produce face reconstructions and manipulations based on real images. This makes ALAE the first autoencoder able to compare with, and go beyond the capabilities of a generator-only type of architecture.

Stanislav Pidhorskyi, Donald Adjeroh, Gianfranco Doretto• 2020

Related benchmarks

TaskDatasetResultRank
Image GenerationLSUN bedroom
FID17.13
56
Image GenerationCelebA-HQ 256x256
FID19.2
51
Image GenerationCelebA-HQ (test)
FID19.21
42
Image ClassificationPermutation-invariant MNIST (SW)
Accuracy98.2
24
Image ClassificationMNIST Permutation-invariant (DW)
Accuracy98.64
24
Image GenerationCelebA-HQ
FID19.21
23
Unconditional image synthesisCelebA-HQ 256 x 256 (test)
FID19.2
22
Image GenerationFFHQ (test)
FID13.09
21
Image GenerationCelebA-HQ-256 (test)
FID19.21
11
Unconditional Image GenerationCelebA-HQ
FID15.8
8
Showing 10 of 17 rows

Other info

Code

Follow for update