English

How to train your VAE

Machine Learning 2024-06-25 v3 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

Variational Autoencoders (VAEs) have become a cornerstone in generative modeling and representation learning within machine learning. This paper explores a nuanced aspect of VAEs, focusing on interpreting the Kullback-Leibler (KL) Divergence, a critical component within the Evidence Lower Bound (ELBO) that governs the trade-off between reconstruction accuracy and regularization. Meanwhile, the KL Divergence enforces alignment between latent variable distributions and a prior imposing a structure on the overall latent space but leaves individual variable distributions unconstrained. The proposed method redefines the ELBO with a mixture of Gaussians for the posterior probability, introduces a regularization term to prevent variance collapse, and employs a PatchGAN discriminator to enhance texture realism. Implementation details involve ResNetV2 architectures for both the Encoder and Decoder. The experiments demonstrate the ability to generate realistic faces, offering a promising solution for enhancing VAE-based generative models.

Keywords

Cite

@article{arxiv.2309.13160,
  title  = {How to train your VAE},
  author = {Mariano Rivera},
  journal= {arXiv preprint arXiv:2309.13160},
  year   = {2024}
}

Comments

5 pages, 3 figures

R2 v1 2026-06-28T12:29:58.037Z