LGCOMLJan 17, 2013

Herded Gibbs Sampling

arXiv:1301.4168v220 citations
Originality Highly original
AI Analysis

This provides a faster, deterministic alternative to stochastic Gibbs sampling for certain probabilistic models, though it remains incremental with limitations for sparsely connected models.

The paper introduces herded Gibbs, a deterministic variant of Gibbs sampling, and proves it achieves O(1/T) convergence for models with independent variables and fully connected graphical models. It demonstrates superior performance over Gibbs sampling in image denoising with MRFs and named entity recognition with CRFs.

The Gibbs sampler is one of the most popular algorithms for inference in statistical models. In this paper, we introduce a herding variant of this algorithm, called herded Gibbs, that is entirely deterministic. We prove that herded Gibbs has an $O(1/T)$ convergence rate for models with independent variables and for fully connected probabilistic graphical models. Herded Gibbs is shown to outperform Gibbs in the tasks of image denoising with MRFs and named entity recognition with CRFs. However, the convergence for herded Gibbs for sparsely connected probabilistic graphical models is still an open problem.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes