paper-with-me

Papers

An Asynchronous Distributed Framework for Large-scale Learning Based on Parameter Exchanges

2017-05-22 · Bikash Joshi, Franck Iutzeler, Massih-Reza Amini

In many distributed learning problems, the heterogeneous loading of computing machines may harm the overall performance of synchronous strategies. In this paper, we propose an effective asynchronous distributed framework for the minimization of a sum of smooth functions, where each machine performs iterations in parallel on its local function and updates a shared parameter asynchronously. In this way, all machines can continuously work even though they do not have the latest version of the shared parameter. We prove the convergence of the consistency of this general distributed asynchronous method for gradient iterations then show its efficiency on the matrix factorization problem for recommender systems and on binary classification.

📄 PDF Abstract BibTeX arXiv:1705.07751

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationGeneral ClassificationRecommendation Systems

Similar Papers 제목 키워드 기반

LlamaRL: A Distributed Asynchronous Reinforcement Learning Framework for Efficient Large-scale LLM Trainin

2025-05-29 · Bo Wu, Sid Wang, Yunhao Tang, Jia Ding 외

Reinforcement Learning (RL) has become the most effective post-training approach for improving the capabilities of Large Language Models (LLMs). In practice, because of the high demands on latency and memory, it is parti…

GPUReinforcement Learning (RL)

Asynchronous Distributed Variational Gaussian Processes for Regression

2017-04-22 · ICML 2017 · Hao Peng, Shandian Zhe, Yuan Qi

Gaussian processes (GPs) are powerful non-parametric function estimators. However, their applications are largely limited by the expensive computational cost of the inference procedures. Existing stochastic or distribute…

Gaussian Processesregression

Elastic Consistency: A General Consistency Model for Distributed Stochastic Gradient Descent

2020-01-16 · Giorgi Nadiradze, Ilia Markov, Bapi Chatterjee, Vyacheslav Kungurtsev 외

Machine learning has made tremendous progress in recent years, with models matching or even surpassing humans on a series of specialized tasks. One key element behind the progress of machine learning in recent years has …

BIG-bench Machine Learning

How to scale distributed deep learning?

2016-11-14 · Peter H. Jin, Qiaochu Yuan, Forrest Iandola, Kurt Keutzer

Training time on large datasets for deep neural networks is the principal workflow bottleneck in a number of important applications of deep learning, such as object classification and detection in automatic driver assist…

Deep LearningGeneral Classification

Distributed Asynchronous Optimization with Unbounded Delays: How Slow Can You Go?

2018-07-01 · ICML 2018 7 · Zhengyuan Zhou, Panayotis Mertikopoulos, Nicholas Bambos, Peter Glynn 외

One of the most widely used optimization methods for large-scale machine learning problems is distributed asynchronous stochastic gradient descent (DASGD). However, a key issue that arises here is that of delayed gr…