paper-with-me

Papers

A variational approximate posterior for the deep Wishart process

2021-07-21 · NeurIPS 2021 12 · Sebastian W. Ober, Laurence Aitchison

Recent work introduced deep kernel processes as an entirely kernel-based alternative to NNs (Aitchison et al. 2020). Deep kernel processes flexibly learn good top-layer representations by alternately sampling the kernel from a distribution over positive semi-definite matrices and performing nonlinear transformations. A particular deep kernel process, the deep Wishart process (DWP), is of particular interest because its prior can be made equivalent to deep Gaussian process (DGP) priors for kernels that can be expressed entirely in terms of Gram matrices. However, inference in DWPs has not yet been possible due to the lack of sufficiently flexible distributions over positive semi-definite matrices. Here, we give a novel approach to obtaining flexible distributions over positive semi-definite matrices by generalising the Bartlett decomposition of the Wishart probability density. We use this new distribution to develop an approximate posterior for the DWP that includes dependency across layers. We develop a doubly-stochastic inducing-point inference scheme for the DWP and show experimentally that inference in the DWP can improve performance over doing inference in a DGP with the equivalent prior.

📄 PDF Abstract BibTeX arXiv:2107.10125

Code (1)

LaurenceA/bayesfunc 공식 구현 pytorch

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 제목 키워드 기반

An Improved Variational Approximate Posterior for the Deep Wishart Process

2023-05-23 · Sebastian Ober, Ben Anson, Edward Milsom, Laurence Aitchison

Deep kernel processes are a recently introduced class of deep Bayesian models that have the flexibility of neural networks, but work entirely with Gram matrices. They operate by alternately sampling a Gram matrix from a …

Matrix Inversion free variational inference in Conditional Student's T Processes

2021-11-22 · pproximateinference AABI Symposium 2022 2 · Sebastian Popescu, Ben Glocker, Mark van der Wilk

We propose a new variational lower bound for performing inference in sparse Student's T Processes that does not require computationally intensive operations such as matrix inversions or log determinants of matrices. We d…

validVariational Inference

Scalable Bayesian dynamic covariance modeling with variational Wishart and inverse Wishart processes

2019-06-22 · NeurIPS 2019 12 · Creighton Heaukulani, Mark van der Wilk

We implement gradient-based variational inference routines for Wishart and inverse Wishart processes, which we apply as Bayesian models for the dynamic, heteroskedastic covariance matrix of a multivariate time series. Th…

Gaussian ProcessesTime SeriesTime Series AnalysisVariational Inference

Robust Inference of Dynamic Covariance Using Wishart Processes and Sequential Monte Carlo

2024-06-07 · Hester Huijsdens, David Leeftink, Linda Geerligs, Max Hinne

Several disciplines, such as econometrics, neuroscience, and computational psychology, study the dynamic interactions between variables over time. A Bayesian nonparametric model known as the Wishart process has been show…

EconometricsVariational Inference

The Inverse G-Wishart Distribution and Variational Message Passing

2020-05-20 · L. Maestrini, M. P. Wand

Message passing on a factor graph is a powerful paradigm for the coding of approximate inference algorithms for arbitrarily graphical large models. The notion of a factor graph fragment allows for compartmentalization of…

BIG-bench Machine Learning