MLCOMEMay 22, 2017

Reducing Reparameterization Gradient Variance

arXiv:1705.07880v191 citations
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in variational inference for practitioners, offering a computationally efficient way to improve optimization stability, though it is incremental as it builds on existing control variate techniques.

The paper tackles the problem of high variance in reparameterization gradients used in Monte Carlo variational inference, which can slow or prevent convergence. The authors propose an inexpensive control variate method that achieves gradient variance reductions of 20-2,000x on non-conjugate hierarchical models and Bayesian neural networks.

Optimization with noisy gradients has become ubiquitous in statistics and machine learning. Reparameterization gradients, or gradient estimates computed via the "reparameterization trick," represent a class of noisy gradients often used in Monte Carlo variational inference (MCVI). However, when these gradient estimators are too noisy, the optimization procedure can be slow or fail to converge. One way to reduce noise is to use more samples for the gradient estimate, but this can be computationally expensive. Instead, we view the noisy gradient as a random variable, and form an inexpensive approximation of the generating procedure for the gradient sample. This approximation has high correlation with the noisy gradient by construction, making it a useful control variate for variance reduction. We demonstrate our approach on non-conjugate multi-level hierarchical models and a Bayesian neural net where we observed gradient variance reductions of multiple orders of magnitude (20-2,000x).

Code Implementations1 repo
Foundations

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

Your Notes