paper-with-me

Papers

A fast asynchronous MCMC sampler for sparse Bayesian inference

2021-08-14 · Yves Atchadé, LiWei Wang

We propose a very fast approximate Markov Chain Monte Carlo (MCMC) sampling framework that is applicable to a large class of sparse Bayesian inference problems, where the computational cost per iteration in several models is of order $O(ns)$, where $n$ is the sample size, and $s$ the underlying sparsity of the model. This cost can be further reduced by data sub-sampling when stochastic gradient Langevin dynamics are employed. The algorithm is an extension of the asynchronous Gibbs sampler of Johnson et al. (2013), but can be viewed from a statistical perspective as a form of Bayesian iterated sure independent screening (Fan et al. (2009)). We show that in high-dimensional linear regression problems, the Markov chain generated by the proposed algorithm admits an invariant distribution that recovers correctly the main signal with high probability under some statistical assumptions. Furthermore we show that its mixing time is at most linear in the number of regressors. We illustrate the algorithm with several models.

📄 PDF Abstract BibTeX arXiv:2108.06446

Code (1)

odrinaryliwei/s-sgld 공식 구현 tf

Tasks

Bayesian Inference

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Meta-Learning for Stochastic Gradient MCMC

2018-06-12 · ICLR 2019 5 · Wenbo Gong, Yingzhen Li, José Miguel Hernández-Lobato

Stochastic gradient Markov chain Monte Carlo (SG-MCMC) has become increasingly popular for simulating posterior samples in large-scale Bayesian modeling. However, existing SG-MCMC schemes are not tailored to any specific…

Efficient ExplorationMeta-LearningPhysical Intuition

Distributed Bayesian Posterior Sampling via Moment Sharing

2014-12-01 · NeurIPS 2014 12 · Minjie Xu, Balaji Lakshminarayanan, Yee Whye Teh, Jun Zhu 외

We propose a distributed Markov chain Monte Carlo (MCMC) inference algorithm for large scale Bayesian posterior simulation. We assume that the dataset is partitioned and stored across nodes of a cluster. Our procedure in…

regression

Incorporating the ChEES Criterion into Sequential Monte Carlo Samplers

2025-04-03 · Andrew Millard, Joshua Murphy, Daniel Frisch, Simon Maskell

Markov chain Monte Carlo (MCMC) methods are a powerful but computationally expensive way of performing non-parametric Bayesian inference. MCMC proposals which utilise gradients, such as Hamiltonian Monte Carlo (HMC), can…

Bayesian InferenceGPU

Parallelizing MCMC via Weierstrass Sampler

2013-12-17 · Xiangyu Wang, David B. Dunson

With the rapidly growing scales of statistical problems, subset based communication-free parallel MCMC methods are a promising future for large scale Bayesian analysis. In this article, we propose a new Weierstrass sampl…

Computational Efficiency

Sparse Partially Collapsed MCMC for Parallel Inference in Topic Models

2015-06-11 · Måns Magnusson, Leif Jonsson, Mattias Villani, David Broman

Topic models, and more specifically the class of Latent Dirichlet Allocation (LDA), are widely used for probabilistic modeling of text. MCMC sampling from the posterior distribution is typically performed using a collaps…

Topic Models