Hybrid Variational/Gibbs Collapsed Inference in Topic Models
Max Welling, Yee Whye Teh, Hilbert Kappen

TL;DR
This paper introduces a hybrid inference algorithm for topic models that combines Gibbs sampling for small counts and variational inference for large counts, improving accuracy without extra computational cost.
Contribution
It presents a novel hybrid inference method that leverages the strengths of both Gibbs sampling and variational inference for Bayesian networks.
Findings
Significantly improves testset perplexity over pure variational inference.
Achieves better accuracy for small counts while maintaining efficiency for large counts.
No additional computational cost compared to existing methods.
Abstract
Variational Bayesian inference and (collapsed) Gibbs sampling are the two important classes of inference algorithms for Bayesian networks. Both have their advantages and disadvantages: collapsed Gibbs sampling is unbiased but is also inefficient for large count values and requires averaging over many samples to reduce variance. On the other hand, variational Bayesian inference is efficient and accurate for large count values but suffers from bias for small counts. We propose a hybrid algorithm that combines the best of both worlds: it samples very small counts and applies variational updates to large counts. This hybridization is shown to significantly improve testset perplexity relative to variational inference at no computational cost.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBayesian Methods and Mixture Models · Bayesian Modeling and Causal Inference · Statistical Methods and Bayesian Inference
