On the Quantitative Analysis of Decoder-Based Generative Models
Yuhuai Wu, Yuri Burda, Ruslan Salakhutdinov, Roger Grosse

TL;DR
This paper introduces a method using Annealed Importance Sampling to accurately evaluate the log-likelihoods of decoder-based generative models, addressing the challenge of performance quantification.
Contribution
It proposes a novel evaluation technique for decoder-based models and validates its accuracy, enabling better analysis of model performance and data distribution coverage.
Findings
Annealed Importance Sampling provides reliable log-likelihood estimates.
Decoder-based models often overfit and miss important data modes.
Existing estimators can be inaccurate, affecting model assessment.
Abstract
The past several years have seen remarkable progress in generative models which produce convincing samples of images and other modalities. A shared component of many powerful generative models is a decoder network, a parametric deep neural net that defines a generative distribution. Examples include variational autoencoders, generative adversarial networks, and generative moment matching networks. Unfortunately, it can be difficult to quantify the performance of these models because of the intractability of log-likelihood estimation, and inspecting samples can be misleading. We propose to use Annealed Importance Sampling for evaluating log-likelihoods for decoder-based models and validate its accuracy using bidirectional Monte Carlo. The evaluation code is provided at https://github.com/tonywu95/eval_gen. Using this technique, we analyze the performance of decoder-based models, the…
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 · Music and Audio Processing · Bayesian Methods and Mixture Models
