MLAILGMay 23, 2018

Amortized Inference Regularization

arXiv:1805.08913v289 citations
Originality Incremental advance
AI Analysis

This work addresses a key issue in VAE training for researchers and practitioners, offering a novel regularization approach to enhance model generalization, though it is incremental in building on existing VAE frameworks.

The paper tackles the problem that overly-expressive inference models in variational autoencoders (VAEs) can harm test performance, and proposes amortized inference regularization (AIR) techniques to control inference model smoothness, improving generalization in both inference and generative tasks.

The variational autoencoder (VAE) is a popular model for density estimation and representation learning. Canonically, the variational principle suggests to prefer an expressive inference model so that the variational approximation is accurate. However, it is often overlooked that an overly-expressive inference model can be detrimental to the test set performance of both the amortized posterior approximator and, more importantly, the generative density estimator. In this paper, we leverage the fact that VAEs rely on amortized inference and propose techniques for amortized inference regularization (AIR) that control the smoothness of the inference model. We demonstrate that, by applying AIR, it is possible to improve VAE generalization on both inference and generative performance. Our paper challenges the belief that amortized inference is simply a mechanism for approximating maximum likelihood training and illustrates that regularization of the amortization family provides a new direction for understanding and improving generalization in VAEs.

Foundations

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

Your Notes