paper-with-me

Papers

An Asynchronous Distributed Expectation Maximization Algorithm For Massive Data: The DEM Algorithm

2018-06-20 · Sanvesh Srivastava, Glen DePalma, Chuanhai Liu

The family of Expectation-Maximization (EM) algorithms provides a general approach to fitting flexible models for large and complex data. The expectation (E) step of EM-type algorithms is time-consuming in massive data applications because it requires multiple passes through the full data. We address this problem by proposing an asynchronous and distributed generalization of the EM called the Distributed EM (DEM). Using DEM, existing EM-type algorithms are easily extended to massive data settings by exploiting the divide-and-conquer technique and widely available computing power, such as grid computing. The DEM algorithm reserves two groups of computing processes called \emph{workers} and \emph{managers} for performing the E step and the maximization step (M step), respectively. The samples are randomly partitioned into a large number of disjoint subsets and are stored on the worker processes. The E step of DEM algorithm is performed in parallel on all the workers, and every worker communicates its results to the managers at the end of local E step. The managers perform the M step after they have received results from a $\gamma$-fraction of the workers, where $\gamma$ is a fixed constant in $(0, 1]$. The sequence of parameter estimates generated by the DEM algorithm retains the attractive properties of EM: convergence of the sequence of parameter estimates to a local mode and linear global rate of convergence. Across diverse simulations focused on linear mixed-effects models, the DEM algorithm is significantly faster than competing EM-type algorithms while having a similar accuracy. The DEM algorithm maintains its superior empirical performance on a movie ratings database consisting of 10 million ratings.

📄 PDF Abstract BibTeX arXiv:1806.07533

Code (4)

blayes/DEM 공식 구현
2023-MindSpore-1/ms-code-211/tree/main/dem mindspore
2023-MindSpore-4/Code3/tree/main/dem mindspore
mszpc/dem mindspore

Similar Papers 제목 키워드 기반

Asynchronous Random Access in Massive MIMO Systems Facilitated by the Delay-Angle Domain

2024-12-06 · Ao Chen, Wei Chen, Bo Ai, Petar Popovski

The problem of uplink transmissions in massive connectivity is commonly dealt with using schemes for grant-free random access. When a large number of devices transmit almost synchronously, the receiver may not be able to…

Action DetectionActivity Detection

Hybrid Precoding with Per-Beam Timing Advance for Asynchronous Cell-free mmWave Massive MIMO-OFDM Systems

2024-11-08 · Pengzhe Xin, Yang Cao, Yue Wu, Dongming Wang 외

Cell-free massive multiple-input-multiple-output (CF-mMIMO) is regarded as one of the promising technologies for next-generation wireless networks. However, due to its distributed architecture, geographically separated a…

Noisy Expectation-Maximization: Applications and Generalizations

2018-01-12 · Osonde Osoba, Bart Kosko

We present a noise-injected version of the Expectation-Maximization (EM) algorithm: the Noisy Expectation Maximization (NEM) algorithm. The NEM algorithm uses noise to speed up the convergence of the EM algorithm. The NE…

Asynchronous and Distributed Data Augmentation for Massive Data Settings

2021-09-18 · Jiayuan Zhou, Kshitij Khare, Sanvesh Srivastava

Data augmentation (DA) algorithms are widely used for Bayesian inference due to their simplicity. In massive data settings, however, DA algorithms are prohibitively slow because they pass through the full data in any ite…

Bayesian InferenceData AugmentationDistributed Computing

Online Asynchronous Distributed Regression

2014-07-16 · Gérard Biau, Ryad Zenine

Distributed computing offers a high degree of flexibility to accommodate modern learning constraints and the ever increasing size of datasets involved in massive data issues. Drawing inspiration from the theory of distri…

Distributed Computingregression