paper-with-me

Papers

State Space Expectation Propagation: Efficient Inference Schemes for Temporal Gaussian Processes

2020-07-12 · ICML 2020 1 · William J. Wilkinson, Paul E. Chang, Michael Riis Andersen, Arno Solin

We formulate approximate Bayesian inference in non-conjugate temporal and spatio-temporal Gaussian process models as a simple parameter update rule applied during Kalman smoothing. This viewpoint encompasses most inference schemes, including expectation propagation (EP), the classical (Extended, Unscented, etc.) Kalman smoothers, and variational inference. We provide a unifying perspective on these algorithms, showing how replacing the power EP moment matching step with linearisation recovers the classical smoothers. EP provides some benefits over the traditional methods via introduction of the so-called cavity distribution, and we combine these benefits with the computational efficiency of linearisation, providing extensive empirical analysis demonstrating the efficacy of various algorithms under this unifying framework. We provide a fast implementation of all methods in JAX.

📄 PDF Abstract BibTeX arXiv:2007.05994

Code (1)

AaltoML/kalman-jax 공식 구현 jax

Tasks

Bayesian InferenceComputational EfficiencyGaussian ProcessesVariational Inference

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

State Space Gaussian Processes with Non-Gaussian Likelihood

2018-02-13 · ICML 2018 7 · Hannes Nickisch, Arno Solin, Alexander Grigorievskiy

We provide a comprehensive overview and tooling for GP modeling with non-Gaussian likelihoods using state space methods. The state space formulation allows for solving one-dimensional GP models in $\mathcal{O}(n)$ time a…

Gaussian Processesregression

Bayes-Newton Methods for Approximate Bayesian Inference with PSD Guarantees

2021-11-02 · William J. Wilkinson, Simo Särkkä, Arno Solin

We formulate natural gradient variational inference (VI), expectation propagation (EP), and posterior linearisation (PL) as extensions of Newton's method for optimising the parameters of a Bayesian posterior distribution…

Bayesian InferenceGaussian ProcessesState Space Modelsvalid+1

Bayesian inference for spatio-temporal spike-and-slab priors

2015-09-15 · Michael Riis Andersen, Aki Vehtari, Ole Winther, Lars Kai Hansen

In this work, we address the problem of solving a series of underdetermined linear inverse problems subject to a sparsity constraint. We generalize the spike-and-slab prior distribution to encode a priori correlation of …

Bayesian Inference

Expectation Propagation

2014-09-22 · Jack Raymond, Andre Manoel, Manfred Opper

Variational inference is a powerful concept that underlies many iterative approximation algorithms; expectation propagation, mean-field methods and belief propagations were all central themes at the school that can be pe…

Variational Inference

On numerical approximation schemes for expectation propagation

2016-11-14 · Alexis Roche

Several numerical approximation strategies for the expectation-propagation algorithm are studied in the context of large-scale learning: the Laplace method, a faster variant of it, Gaussian quadrature, and a deterministi…