paper-with-me

Papers

A Scalable Asynchronous Distributed Algorithm for Topic Modeling

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

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 (typically in the order of thousands). Second, one needs a scalable and efficient way of distributing the computation across multiple machines. In this paper we present a novel algorithm F+Nomad LDA which simultaneously tackles both these problems. In order to handle large number of topics we use an appropriately modified Fenwick tree. This data structure allows us to sample from a multinomial distribution over $T$ items in $O(\log T)$ time. Moreover, when topic counts change the data structure can be updated in $O(\log T)$ time. In order to distribute the computation across multiple processor we present a novel asynchronous framework inspired by the Nomad algorithm of \cite{YunYuHsietal13}. We show that F+Nomad LDA significantly outperform state-of-the-art on massive problems which involve millions of documents, billions of words, and thousands of topics.

📄 PDF Abstract BibTeX arXiv:1412.4986

Code (1)

dmlc/experimental-lda

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 제목 키워드 기반

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 framewo…

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 …

Scalable Asynchronous Federated Modeling for Spatial Data

2025-10-02 · Jianwei Shi, Sameh Abdulah, Ying Sun, Marc G. Genton arxiv

Spatial data are central to applications such as environmental monitoring and urban planning, but are often distributed across devices where privacy and communication constraints limit direct sharing. Federated modeling …

Multi-GPU Distributed Parallel Bayesian Differential Topic Modelling

2015-10-22 · Aaron Q. Li

There is an explosion of data, documents, and other content, and people require tools to analyze and interpret these, tools to turn the content into information and knowledge. Topic modeling have been developed to solve …

GPUTopic Models

HALoS: Hierarchical Asynchronous Local SGD over Slow Networks for Geo-Distributed Large Language Model Training

2025-06-05 · Geon-Woo Kim, Junbo Li, Shashidhar Gandham, Omar Baldonado 외

Training large language models (LLMs) increasingly relies on geographically distributed accelerators, causing prohibitive communication costs across regions and uneven utilization of heterogeneous hardware. We propose HA…

Language ModelingLanguage ModellingLarge Language Model