paper-with-me

Papers

Gradient Coding

2016-12-10 · 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 stragglers for Synchronous Gradient Descent. We implement our schemes in python (using MPI) to run on Amazon EC2, and show how we compare against baseline approaches in running time and generalization error.

📄 PDF Abstract BibTeX arXiv:1612.03301

Code (2)

hwang595/ErasureHead pytorch
rashisht1/gradient_coding

Similar Papers 제목 키워드 기반

Gradient Coding from Cyclic MDS Codes and Expander Graphs

2017-07-12 · ICML 2018 7 · Netanel Raviv, Itzhak Tamo, Rashish Tandon, Alexandros G. Dimakis

Gradient coding is a technique for straggler mitigation in distributed learning. In this paper we design novel gradient codes using tools from classical coding theory, namely, cyclic MDS codes, which compare favorably wi…

Approximate Gradient Coding with Optimal Decoding

2020-06-17 · Margalit Glasgow, Mary Wootters

In distributed optimization problems, a technique called gradient coding, which involves replicating data points, has been used to mitigate the effect of straggling machines. Recent work has studied approximate gradient …

Distributed Optimization

ErasureHead: Distributed Gradient Descent without Delays Using Approximate Gradient Coding

2019-01-28 · Hongyi Wang, Zachary Charles, Dimitris Papailiopoulos

We present ErasureHead, a new approach for distributed gradient descent (GD) that mitigates system delays by employing approximate gradient coding. Gradient coded distributed GD uses redundancy to exactly recover the gra…

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…

Communication-Efficient Gradient Coding for Straggler Mitigation in Distributed Learning

2020-05-14 · Swanand Kadhe, O. Ozan Koyluoglu, Kannan Ramchandran

Distributed implementations of gradient-based methods, wherein a server distributes gradient computations across worker machines, need to overcome two limitations: delays caused by slow running machines called 'straggler…