paper-with-me

Papers

Memory and Communication Efficient Distributed Stochastic Optimization with Minibatch-Prox

2017-02-21 · Jialei Wang, Weiran Wang, Nathan Srebro

We present and analyze an approach for distributed stochastic optimization which is statistically optimal and achieves near-linear speedups (up to logarithmic factors). Our approach allows a communication-memory tradeoff, with either logarithmic communication but linear memory, or polynomial communication and a corresponding polynomial reduction in required memory. This communication-memory tradeoff is achieved through minibatch-prox iterations (minibatch passive-aggressive updates), where a subproblem on a minibatch is solved at each iteration. We provide a novel analysis for such a minibatch-prox procedure which achieves the statistical optimal rate regardless of minibatch size and smoothness, thus significantly improving on prior work.

📄 PDF Abstract BibTeX arXiv:1702.06269

Code (0)

등록된 구현이 없습니다.

Tasks

Stochastic Optimization

Similar Papers 제목 키워드 기반

Accelerating Distributed Optimization: A Primal-Dual Perspective on Local Steps

2024-07-02 · Junchi Yang, Murat Yildirim, Qiu Feng

In distributed machine learning, efficient training across multiple agents with different data distributions poses significant challenges. Even with a centralized coordinator, current algorithms that achieve optimal comm…

Distributed Optimization

Distributed Matrix-Based Sampling for Graph Neural Network Training

2023-11-06 · Alok Tripathy, Katherine Yelick, Aydin Buluc

Graph Neural Networks (GNNs) offer a compact and computationally efficient way to learn embeddings and classifications on graph data. GNN models are frequently large, making distributed minibatch training necessary. The …

GPUGraph Neural Network

Anytime MiniBatch: Exploiting Stragglers in Online Distributed Optimization

2020-06-10 · ICLR 2019 5 · Nuwan Ferdinand, Haider Al-Lawati, Stark C. Draper, Matthew Nokleby

Distributed optimization is vital in solving large-scale machine learning problems. A widely-shared feature of distributed optimization techniques is the requirement that all nodes complete their assigned tasks in each c…

Distributed Optimization

SLowcal-SGD: Slow Query Points Improve Local-SGD for Stochastic Convex Optimization

2023-04-09 · Tehila Dahan, Kfir Y. Levy

We consider distributed learning scenarios where M machines interact with a parameter server along several communication rounds in order to minimize a joint objective function. Focusing on the heterogeneous case, where d…

Local MixVR: Breaking the Communication-Sample Dependence in Distributed Learning

2026-05-31 · Tehila Dahan, Bassel Hamoud, Roie Reshef, Martin Jaggi 외 arxiv

Communication overhead is a crucial bottleneck in scalable distributed learning. While existing methods aim to efficiently utilize data points, such as Local SGD, Minibatch SGD, and their accelerated variants, they still…

Distributed Optimization