paper-with-me

Papers

Asynchronous Distributed Learning of Topic Models

2008-12-01 · NeurIPS 2008 12 · Padhraic Smyth, Max Welling, Arthur U. Asuncion

Distributed learning is a problem of fundamental interest in machine learning and cognitive science. In this paper, we present asynchronous distributed learning algorithms for two well-known unsupervised learning frameworks: Latent Dirichlet Allocation (LDA) and Hierarchical Dirichlet Processes (HDP). In the proposed approach, the data are distributed across P processors, and processors independently perform Gibbs sampling on their local data and communicate their information in a local asynchronous manner with other processors. We demonstrate that our asynchronous algorithms are able to learn global topic models that are statistically as accurate as those learned by the standard LDA and HDP samplers, but with significant improvements in computation time and memory. We show speedup results on a 730-million-word text corpus using 32 processors, and we provide perplexity results for up to 1500 virtual processors. As a stepping stone in the development of asynchronous HDP, a parallel HDP sampler is also introduced.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Topic Models

Methods 이 논문이 사용한 방법론

LDA Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in…

Similar Papers 제목 키워드 기반

A Scalable Asynchronous Distributed Algorithm for Topic Modeling

2014-12-16 · Hsiang-Fu Yu, Cho-Jui Hsieh, Hyokun Yun, S. V. N. Vishwanathan 외

Learning meaningful topic models with massive document collections which contain millions of documents and billions of tokens is challenging because of two reasons: First, one needs to deal with a large number of topics …

Topic Models

Consistent Bounded-Asynchronous Parameter Servers for Distributed ML

2013-12-30 · Jinliang Wei, Wei Dai, Abhimanu Kumar, Xun Zheng 외

In distributed ML applications, shared parameters are usually replicated among computing nodes to minimize network overhead. Therefore, proper consistency model must be carefully chosen to ensure algorithm's correctness …

Buffered Asynchronous SGD for Byzantine Learning

2020-03-02 · Yi-Rui Yang, Wu-Jun Li

Distributed learning has become a hot research topic due to its wide application in clusterbased large-scale learning, federated learning, edge computing and so on. Most traditional distributed learning methods typically…

Edge-computingFederated Learning

Ordered Local Momentum for Asynchronous Distributed Learning under Arbitrary Delays

2026-01-18 · Chang-Wei Shi, Shi-Shang Wang, Wu-Jun Li arxiv

Momentum SGD (MSGD) serves as a foundational optimizer in training deep models due to momentum's key role in accelerating convergence and enhancing generalization. Meanwhile, asynchronous distributed learning is crucial …

Gradient Energy Matching for Distributed Asynchronous Gradient Descent

2018-05-22 · Joeri Hermans, Gilles Louppe

Distributed asynchronous SGD has become widely used for deep learning in large-scale systems, but remains notorious for its instability when increasing the number of workers. In this work, we study the dynamics of distri…