Sampling From Autoencoders' Latent Space via Quantization And Probability Mass Function Concepts
Aymene Mohammed Bouayed, Adrian Iaccovelli, David Naccache

TL;DR
This paper introduces a novel, efficient sampling algorithm for autoencoder latent spaces using quantization and probability mass functions, significantly improving image generation quality and speed over traditional GMM-based methods.
Contribution
We propose a new sampling method based on probability mass functions and quantization that outperforms GMM sampling in speed and image quality for autoencoder models.
Findings
Improved FID scores on MNIST, CelebA, and MOBIUS datasets.
Reduced time complexity from O(n×d×k×i) to O(n×d).
Better latent space distribution estimation via Wasserstein distance.
Abstract
In this study, we focus on sampling from the latent space of generative models built upon autoencoders so as the reconstructed samples are lifelike images. To do to, we introduce a novel post-training sampling algorithm rooted in the concept of probability mass functions, coupled with a quantization process. Our proposed algorithm establishes a vicinity around each latent vector from the input data and then proceeds to draw samples from these defined neighborhoods. This strategic approach ensures that the sampled latent vectors predominantly inhabit high-probability regions, which, in turn, can be effectively transformed into authentic real-world images. A noteworthy point of comparison for our sampling algorithm is the sampling technique based on Gaussian mixture models (GMM), owing to its inherent capability to represent clusters. Remarkably, we manage to improve the time complexity…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · AI in cancer detection · Face recognition and analysis
MethodsFocus
