paper-with-me

Papers

Near-Optimal Approximations for Bayesian Inference in Function Space

2025-02-25 · Veit Wild, James Wu, Dino Sejdinovic, Jeremias Knoblauch

We propose a scalable inference algorithm for Bayes posteriors defined on a reproducing kernel Hilbert space (RKHS). Given a likelihood function and a Gaussian random element representing the prior, the corresponding Bayes posterior measure $\Pi_{\text{B}}$ can be obtained as the stationary distribution of an RKHS-valued Langevin diffusion. We approximate the infinite-dimensional Langevin diffusion via a projection onto the first $M$ components of the Kosambi-Karhunen-Lo\`eve expansion. Exploiting the thus obtained approximate posterior for these $M$ components, we perform inference for $\Pi_{\text{B}}$ by relying on the law of total probability and a sufficiency assumption. The resulting method scales as $O(M^3+JM^2)$, where $J$ is the number of samples produced from the posterior measure $\Pi_{\text{B}}$. Interestingly, the algorithm recovers the posterior arising from the sparse variational Gaussian process (SVGP) (see Titsias, 2009) as a special case, owed to the fact that the sufficiency assumption underlies both methods. However, whereas the SVGP is parametrically constrained to be a Gaussian process, our method is based on a non-parametric variational family $\mathcal{P}(\mathbb{R}^M)$ consisting of all probability measures on $\mathbb{R}^M$. As a result, our method is provably close to the optimal $M$-dimensional variational approximation of the Bayes posterior $\Pi_{\text{B}}$ in $\mathcal{P}(\mathbb{R}^M)$ for convex and Lipschitz continuous negative log likelihoods, and coincides with SVGP for the special case of a Gaussian error likelihood.

📄 PDF Abstract BibTeX arXiv:2502.18279

Code (1)

jswu18/projected-langevin-sampling 공식 구현 pytorch

Tasks

Bayesian Inference

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
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 제목 키워드 기반

Compositional uncertainty in deep Gaussian processes

2019-09-17 · Ivan Ustyuzhaninov, Ieva Kazlauskaite, Markus Kaiser, Erik Bodin 외

Gaussian processes (GPs) are nonparametric priors over functions. Fitting a GP implies computing a posterior distribution of functions consistent with the observed data. Similarly, deep Gaussian processes (DGPs) should a…

Bayesian InferenceGaussian ProcessesVariational Inference

Bayesian Deep Learning via Subnetwork Inference

2020-10-28 · Erik Daxberger, Eric Nalisnick, James Urquhart Allingham, Javier Antorán 외

The Bayesian paradigm has the potential to solve core issues of deep neural networks such as poor calibration and data inefficiency. Alas, scaling Bayesian inference to large weight spaces often requires restrictive appr…

Bayesian InferenceDeep Learning

Posterior and variational inference for deep neural networks with heavy-tailed weights

2024-06-05 · Ismaël Castillo, Paul Egels

We consider deep neural networks in a Bayesian framework with a prior distribution sampling the network weights at random. Following a recent idea of Agapiou and Castillo (2023), who show that heavy-tailed prior distribu…

Model SelectionVariational Inference

Sequential Bayesian optimal experimental design via approximate dynamic programming

2016-04-28 · Xun Huan, Youssef M. Marzouk

The design of multiple experiments is commonly undertaken via suboptimal strategies, such as batch (open-loop) design that omits feedback or greedy (myopic) design that does not account for future effects. This paper int…

Experimental Design

Neural Network Approximators for Marginal MAP in Probabilistic Circuits

2024-02-06 · Shivvrat Arya, Tahrima Rahman, Vibhav Gogate

Probabilistic circuits (PCs) such as sum-product networks efficiently represent large multi-variate probability distributions. They are preferred in practice over other probabilistic representations such as Bayesian and …