English

LatentGAN Autoencoder: Learning Disentangled Latent Distribution

Computer Vision and Pattern Recognition 2025-01-22 v2 Machine Learning

Abstract

In autoencoder, the encoder generally approximates the latent distribution over the dataset, and the decoder generates samples using this learned latent distribution. There is very little control over the latent vector as using the random latent vector for generation will lead to trivial outputs. This work tries to address this issue by using the LatentGAN generator to directly learn to approximate the latent distribution of the autoencoder and show meaningful results on MNIST, 3D Chair, and CelebA datasets, an additional information-theoretic constrain is used which successfully learns to control autoencoder latent distribution. With this, our model also achieves an error rate of 2.38 on MNIST unsupervised image classification, which is better as compared to InfoGAN and AAE.

Keywords

Cite

@article{arxiv.2204.02010,
  title  = {LatentGAN Autoencoder: Learning Disentangled Latent Distribution},
  author = {Sanket Kalwar and Animikh Aich and Tanay Dixit and Adit Chhabra},
  journal= {arXiv preprint arXiv:2204.02010},
  year   = {2025}
}
R2 v1 2026-06-24T10:38:04.659Z