paper-with-me

Papers

Approximate Gradient Coding for Distributed Learning with Heterogeneous Stragglers

2025-10-26 · Heekang Song, Wan Choi arxiv

In this paper, we propose an optimally structured gradient coding scheme to mitigate the straggler problem in distributed learning. Conventional gradient coding methods often assume homogeneous straggler models or rely on excessive data replication, limiting performance in real-world heterogeneous systems. To address these limitations, we formulate an optimization problem minimizing residual error while ensuring unbiased gradient estimation by explicitly considering individual straggler probabilities. We derive closed-form solutions for optimal encoding and decoding coefficients via Lagrangian duality and convex optimization, and propose data allocation strategies that reduce both redundancy and computation load. We also analyze convergence behavior for $λ$-strongly convex and $μ$-smooth loss functions. Numerical results show that our approach significantly reduces the impact of stragglers and accelerates convergence compared to existing methods.

📄 PDF Abstract BibTeX arXiv:2510.22539

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Optimal Communication-Computation Trade-Off in Heterogeneous Gradient Coding

2021-03-02 · Tayyebeh Jahani-Nezhad, Mohammad Ali Maddah-Ali

Gradient coding allows a master node to derive the aggregate of the partial gradients, calculated by some worker nodes over the local data sets, with minimum communication cost, and in the presence of stragglers. In this…

Gradient Coding Based on Block Designs for Mitigating Adversarial Stragglers

2019-04-30 · Swanand Kadhe, O. Ozan Koyluoglu, Kannan Ramchandran

Distributed implementations of gradient-based methods, wherein a server distributes gradient computations across worker machines, suffer from slow running machines, called 'stragglers'. Gradient coding is a coding-theore…

Approximate Gradient Coding via Sparse Random Graphs

2017-11-17 · Zachary Charles, Dimitris Papailiopoulos, Jordan Ellenberg

Distributed algorithms are often beset by the straggler effect, where the slowest compute nodes in the system dictate the overall running time. Coding-theoretic techniques have been recently proposed to mitigate straggle…

Optimization-based Block Coordinate Gradient Coding for Mitigating Partial Stragglers in Distributed Learning

2022-06-06 · Qi Wang, Ying Cui, Chenglin Li, Junni Zou 외

Gradient coding schemes effectively mitigate full stragglers in distributed learning by introducing identical redundancy in coded local partial derivatives corresponding to all model parameters. However, they are no long…

Gradient Coding: Avoiding Stragglers in Distributed Learning

2017-08-01 · ICML 2017 8 · Rashish Tandon, Qi Lei, Alexandros G. Dimakis, Nikos Karampatziakis

We propose a novel coding theoretic framework for mitigating stragglers in distributed learning. We show how carefully replicating data blocks and coding across gradients can provide tolerance to failures and stragg…