paper-with-me

Papers

Parallelizing MCMC with Random Partition Trees

2015-06-10 · NeurIPS 2015 12 · Xiangyu Wang, Fangjian Guo, Katherine A. Heller, David B. Dunson

The modern scale of data has brought new challenges to Bayesian inference. In particular, conventional MCMC algorithms are computationally very expensive for large data sets. A promising approach to solve this problem is embarrassingly parallel MCMC (EP-MCMC), which first partitions the data into multiple subsets and runs independent sampling algorithms on each subset. The subset posterior draws are then aggregated via some combining rules to obtain the final approximation. Existing EP-MCMC algorithms are limited by approximation accuracy and difficulty in resampling. In this article, we propose a new EP-MCMC algorithm PART that solves these problems. The new algorithm applies random partition trees to combine the subset posterior draws, which is distribution-free, easy to resample from and can adapt to multiple scales. We provide theoretical justification and extensive experiments illustrating empirical performance.

📄 PDF Abstract BibTeX arXiv:1506.03164

Code (2)

richardkwo/random-tree-parallel-MCMC
wwrechard/random-tree-parallel-MCMC

Tasks

Bayesian Inference

Similar Papers 제목 키워드 기반

Parallel Chromatic MCMC with Spatial Partitioning

2016-12-02 · Jun Song, David A. Moore

We introduce a novel approach for parallelizing MCMC inference in models with spatially determined conditional independence relationships, for which existing techniques exploiting graphical model structure are not applic…

Event Detection

Tree-Guided MCMC Inference for Normalized Random Measure Mixture Models

2015-11-18 · NeurIPS 2015 12 · Juho Lee, Seungjin Choi

Normalized random measures (NRMs) provide a broad class of discrete random measures that are often used as priors for Bayesian nonparametric models. Dirichlet process is a well-known example of NRMs. Most of posterior in…

Clustering

The Marked Edge Walk: A Novel MCMC Algorithm for Sampling of Graph Partitions

2025-10-20 · Atticus McWhorter, Daryl DeFord arxiv

Novel Markov Chain Monte Carlo (MCMC) methods have enabled the generation of large ensembles of redistricting plans through graph partitioning. However, existing algorithms such as Reversible Recombination (RevReCom) and…

graph partitioning

Parallel Approaches to Accelerate Bayesian Decision Trees

2023-01-22 · Efthyvoulos Drousiotis, Paul G. Spirakis, Simon Maskell

Markov Chain Monte Carlo (MCMC) is a well-established family of algorithms primarily used in Bayesian statistics to sample from a target distribution when direct sampling is challenging. Existing work on Bayesian decisio…

Bayesian learning of forest and tree graphical models

2021-08-31 · Edmund Jones

In Bayesian learning of Gaussian graphical model structure, it is common to restrict attention to certain classes of graphs and approximate the posterior distribution by repeatedly moving from one graph to another, using…