MLDec 10, 2015

Inference in topic models: sparsity and trade-off

arXiv:1512.03300v12 citations
Originality Highly original
AI Analysis

This work addresses the computational bottleneck in topic modeling for large-scale or streaming data, offering significant speed improvements for practitioners in fields like text and image analysis.

The paper tackles the intractable problem of posterior inference in topic models for streaming data by applying the Frank-Wolfe algorithm to recover sparse solutions, resulting in ML-FW, a method that is tens to thousands of times faster than existing state-of-the-art methods while achieving the same predictiveness level.

Topic models are popular for modeling discrete data (e.g., texts, images, videos, links), and provide an efficient way to discover hidden structures/semantics in massive data. One of the core problems in this field is the posterior inference for individual data instances. This problem is particularly important in streaming environments, but is often intractable. In this paper, we investigate the use of the Frank-Wolfe algorithm (FW) for recovering sparse solutions to posterior inference. From detailed elucidation of both theoretical and practical aspects, FW exhibits many interesting properties which are beneficial to topic modeling. We then employ FW to design fast methods, including ML-FW, for learning latent Dirichlet allocation (LDA) at large scales. Extensive experiments show that to reach the same predictiveness level, ML-FW can perform tens to thousand times faster than existing state-of-the-art methods for learning LDA from massive/streaming data.

Code Implementations1 repo
Foundations

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

Your Notes