paper-with-me

Papers

Efficient expectation propagation for posterior approximation in high-dimensional probit models

2023-09-04 · Augusto Fasano, Niccolò Anceschi, Beatrice Franzolini, Giovanni Rebaudo

Bayesian binary regression is a prosperous area of research due to the computational challenges encountered by currently available methods either for high-dimensional settings or large datasets, or both. In the present work, we focus on the expectation propagation (EP) approximation of the posterior distribution in Bayesian probit regression under a multivariate Gaussian prior distribution. Adapting more general derivations in Anceschi et al. (2023), we show how to leverage results on the extended multivariate skew-normal distribution to derive an efficient implementation of the EP routine having a per-iteration cost that scales linearly in the number of covariates. This makes EP computationally feasible also in challenging high-dimensional settings, as shown in a detailed simulation study.

📄 PDF Abstract BibTeX arXiv:2309.01619

Code (1)

augustofasano/EPprobit-SN 공식 구현

Tasks

regression

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Loss-calibrated expectation propagation for approximate Bayesian decision-making

2022-01-10 · Michael J. Morais, Jonathan W. Pillow

Approximate Bayesian inference methods provide a powerful suite of tools for finding approximations to intractable posterior distributions. However, machine learning applications typically involve selecting actions, whic…

Bayesian InferenceDecision Making

Differentially private stochastic expectation propagation (DP-SEP)

2021-11-25 · Margarita Vinaroz, Mijung Park

We are interested in privatizing an approximate posterior inference algorithm called Expectation Propagation (EP). EP approximates the posterior by iteratively refining approximations to the local likelihoods, and is kno…

Variational Inference

Distributed Bayesian Learning with Stochastic Natural-gradient Expectation Propagation and the Posterior Server

2015-12-31 · Leonard Hasenclever, Stefan Webb, Thibaut Lienart, Sebastian Vollmer 외

This paper makes two contributions to Bayesian machine learning algorithms. Firstly, we propose stochastic natural gradient expectation propagation (SNEP), a novel alternative to expectation propagation (EP), a popular v…

Variational Inference

Stochastic Expectation Propagation

2015-06-12 · NeurIPS 2015 12 · Yingzhen Li, Jose Miguel Hernandez-Lobato, Richard E. Turner

Expectation propagation (EP) is a deterministic approximation algorithm that is often used to perform approximate Bayesian parameter learning. EP approximates the full intractable posterior distribution through a set of …

Variational Inference

Conditional Expectation Propagation

2019-10-27 · Zheng Wang, Shandian Zhe

Expectation propagation (EP) is a powerful approximate inference algorithm. However, a critical barrier in applying EP is that the moment matching in message updates can be intractable. Handcrafting approximations is usu…

Computational Efficiency