LGMLDec 21, 2019

Quantile Propagation for Wasserstein-Approximate Gaussian Processes

arXiv:1912.10200v33 citations
Originality Incremental advance
AI Analysis

This work addresses a technical challenge in probabilistic machine learning by providing a more geometrically-aware inference method for Gaussian processes, though it is incremental as it builds on existing expectation propagation frameworks.

The authors tackled the problem of approximate inference in Gaussian process models by developing Quantile Propagation (QP), a method that minimizes the L2 Wasserstein distance instead of the KL divergence, and showed that it outperforms expectation propagation and variational Bayes in experiments on classification and Poisson regression.

Approximate inference techniques are the cornerstone of probabilistic methods based on Gaussian process priors. Despite this, most work approximately optimizes standard divergence measures such as the Kullback-Leibler (KL) divergence, which lack the basic desiderata for the task at hand, while chiefly offering merely technical convenience. We develop a new approximate inference method for Gaussian process models which overcomes the technical challenges arising from abandoning these convenient divergences. Our method---dubbed Quantile Propagation (QP)---is similar to expectation propagation (EP) but minimizes the $L_2$ Wasserstein distance (WD) instead of the KL divergence. The WD exhibits all the required properties of a distance metric, while respecting the geometry of the underlying sample space. We show that QP matches quantile functions rather than moments as in EP and has the same mean update but a smaller variance update than EP, thereby alleviating EP's tendency to over-estimate posterior variances. Crucially, despite the significant complexity of dealing with the WD, QP has the same favorable locality property as EP, and thereby admits an efficient algorithm. Experiments on classification and Poisson regression show that QP outperforms both EP and variational Bayes.

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