CVLGJan 4, 2019

Adaptive Density Estimation for Generative Models

arXiv:1901.01091v333 citations
Originality Incremental advance
AI Analysis

This addresses the mutual shortcomings of GANs and likelihood-based models for unsupervised learning, offering a more balanced solution for generative tasks.

The paper tackles the problem of generative models having trade-offs between sample quality and likelihood coverage by proposing a hybrid adversarial-likelihood approach using deep invertible transformations, resulting in competitive IS and FID scores with improved likelihoods.

Unsupervised learning of generative models has seen tremendous progress over recent years, in particular due to generative adversarial networks (GANs), variational autoencoders, and flow-based models. GANs have dramatically improved sample quality, but suffer from two drawbacks: (i) they mode-drop, i.e., do not cover the full support of the train data, and (ii) they do not allow for likelihood evaluations on held-out data. In contrast, likelihood-based training encourages models to cover the full support of the train data, but yields poorer samples. These mutual shortcomings can in principle be addressed by training generative latent variable models in a hybrid adversarial-likelihood manner. However, we show that commonly made parametric assumptions create a conflict between them, making successful hybrid models non trivial. As a solution, we propose to use deep invertible transformations in the latent variable decoder. This approach allows for likelihood computations in image space, is more efficient than fully invertible models, and can take full advantage of adversarial training. We show that our model significantly improves over existing hybrid models: offering GAN-like samples, IS and FID scores that are competitive with fully adversarial models, and improved likelihood scores.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes