LGIRMLJul 1, 2013

Algorithms of the LDA model [REPORT]

arXiv:1307.0317v13 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental review for researchers working with LDA models, focusing on algorithm efficiency.

The paper reviews three algorithms for Latent Dirichlet Allocation (LDA), comparing their time complexity and performance, and finds that online variational Bayesian inference is the fastest while still delivering reasonably good results.

We review three algorithms for Latent Dirichlet Allocation (LDA). Two of them are variational inference algorithms: Variational Bayesian inference and Online Variational Bayesian inference and one is Markov Chain Monte Carlo (MCMC) algorithm -- Collapsed Gibbs sampling. We compare their time complexity and performance. We find that online variational Bayesian inference is the fastest algorithm and still returns reasonably good results.

Foundations

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

Your Notes