Generative Latent Flow
Zhisheng Xiao, Qing Yan, Yali Amit

TL;DR
Generative Latent Flow (GLF) is a novel generative modeling approach combining auto-encoders and normalizing flows to improve density matching, convergence speed, and sample quality, outperforming many existing models.
Contribution
The paper introduces GLF, a new model that explicitly maps latent distributions to noise, avoiding over regularization and achieving state-of-the-art results among AE-based models.
Findings
Achieves state-of-the-art sample quality among AE-based models
Demonstrates fast convergence and single-stage training
Competitive with GAN benchmarks
Abstract
In this work, we propose the Generative Latent Flow (GLF), an algorithm for generative modeling of the data distribution. GLF uses an Auto-encoder (AE) to learn latent representations of the data, and a normalizing flow to map the distribution of the latent variables to that of simple i.i.d noise. In contrast to some other Auto-encoder based generative models, which use various regularizers that encourage the encoded latent distribution to match the prior distribution, our model explicitly constructs a mapping between these two distributions, leading to better density matching while avoiding over regularizing the latent variables. We compare our model with several related techniques, and show that it has many relative advantages including fast convergence, single stage training and minimal reconstruction trade-off. We also study the relationship between our model and its stochastic…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Artificial Intelligence in Games · Topic Modeling
MethodsAutoencoders
