paper-with-me

Papers

Minibatch Gibbs Sampling on Large Graphical Models

2018-06-15 · ICML 2018 7 · Christopher De Sa, Vincent Chen, Wing Wong

Gibbs sampling is the de facto Markov chain Monte Carlo method used for inference and learning on large scale graphical models. For complicated factor graphs with lots of factors, the performance of Gibbs sampling can be limited by the computational cost of executing a single update step of the Markov chain. This cost is proportional to the degree of the graph, the number of factors adjacent to each variable. In this paper, we show how this cost can be reduced by using minibatching: subsampling the factors to form an estimate of their sum. We introduce several minibatched variants of Gibbs, show that they can be made unbiased, prove bounds on their convergence rates, and show that under some conditions they can result in asymptotic single-update-run-time speedups over plain Gibbs sampling.

📄 PDF Abstract BibTeX arXiv:1806.06086

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Poisson-Minibatching for Gibbs Sampling with Convergence Rate Guarantees

2019-11-21 · NeurIPS 2019 12 · Ruqi Zhang, Christopher De Sa

Gibbs sampling is a Markov chain Monte Carlo method that is often used for learning and inference on graphical models. Minibatching, in which a small random subset of the graph is used at each iteration, can help make Gi…

Approximate blocked Gibbs sampling for Bayesian neural networks

2022-08-24 · Theodore Papamarkou

In this work, minibatch MCMC sampling for feedforward neural networks is made more feasible. To this end, it is proposed to sample subgroups of parameters via a blocked Gibbs sampling scheme. By partitioning the paramete…

Probabilistic Duality for Parallel Gibbs Sampling without Graph Coloring

2016-11-21 · Lars Mescheder, Sebastian Nowozin, Andreas Geiger

We present a new notion of probabilistic duality for random variables involving mixture distributions. Using this notion, we show how to implement a highly-parallelizable Gibbs sampler for weakly coupled discrete pairwis…

Blocking

Bayesian Estimation of Latently-grouped Parameters in Undirected Graphical Models

2013-12-01 · NeurIPS 2013 12 · Jie Liu, David Page

In large-scale applications of undirected graphical models, such as social networks and biological networks, similar patterns occur frequently and give rise to similar parameters. In this situation, it is beneficial to g…

Heron Inference for Bayesian Graphical Models

2018-02-19 · Daniel Rugeles, Zhen Hai, Gao Cong, Manoranjan Dash

Bayesian graphical models have been shown to be a powerful tool for discovering uncertainty and causal structure from real-world data in many application fields. Current inference methods primarily follow different kinds…

Computational EfficiencyVariational Inference