MLNov 11, 2015

Training Deep Gaussian Processes using Stochastic Expectation Propagation and Probabilistic Backpropagation

arXiv:1511.03405v18 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of training DGPs for practitioners needing flexible, uncertainty-aware models, though it is incremental as it builds on existing probabilistic backpropagation methods.

The paper tackled scalable approximate Bayesian learning of deep Gaussian processes (DGPs) by developing a novel extension of probabilistic backpropagation using stochastic Expectation Propagation, enabling efficient training and automatic kernel design. The method outperformed GP regression on several real-world datasets, showing consistent improvements without significant degradation.

Deep Gaussian processes (DGPs) are multi-layer hierarchical generalisations of Gaussian processes (GPs) and are formally equivalent to neural networks with multiple, infinitely wide hidden layers. DGPs are probabilistic and non-parametric and as such are arguably more flexible, have a greater capacity to generalise, and provide better calibrated uncertainty estimates than alternative deep models. The focus of this paper is scalable approximate Bayesian learning of these networks. The paper develops a novel and efficient extension of probabilistic backpropagation, a state-of-the-art method for training Bayesian neural networks, that can be used to train DGPs. The new method leverages a recently proposed method for scaling Expectation Propagation, called stochastic Expectation Propagation. The method is able to automatically discover useful input warping, expansion or compression, and it is therefore is a flexible form of Bayesian kernel design. We demonstrate the success of the new method for supervised learning on several real-world datasets, showing that it typically outperforms GP regression and is never much worse.

Foundations

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

Your Notes