paper-with-me

Papers

Distributed Gradient Descent with Coded Partial Gradient Computations

2018-11-22 · Emre Ozfatura, Sennur Ulukus, Deniz Gunduz

Coded computation techniques provide robustness against straggling servers in distributed computing, with the following limitations: First, they increase decoding complexity. Second, they ignore computations carried out by straggling servers; and they are typically designed to recover the full gradient, and thus, cannot provide a balance between the accuracy of the gradient and per-iteration completion time. Here we introduce a hybrid approach, called coded partial gradient computation (CPGC), that benefits from the advantages of both coded and uncoded computation schemes, and reduces both the computation time and decoding complexity.

📄 PDF Abstract BibTeX arXiv:1811.09271

Code (0)

등록된 구현이 없습니다.

Tasks

Distributed Computing

Similar Papers 제목 키워드 기반

Lightweight Projective Derivative Codes for Compressed Asynchronous Gradient Descent

2022-01-31 · Pedro Soto, Ilia Ilmer, Haibin Guan, Jun Li

Coded distributed computation has become common practice for performing gradient descent on large datasets to mitigate stragglers and other faults. This paper proposes a novel algorithm that encodes the partial derivativ…

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…

Gradient Coding with Clustering and Multi-message Communication

2019-03-05 · Emre Ozfatura, Deniz Gunduz, Sennur Ulukus

Gradient descent (GD) methods are commonly employed in machine learning problems to optimize the parameters of the model in an iterative fashion. For problems with massive datasets, computations are distributed to many p…

ClusteringDistributed Computing

CoDGraD: A Code-based Distributed Gradient Descent Scheme for Decentralized Convex Optimization

2022-04-13 · Elie Atallah, Nazanin Rahnavard, Qiyu Sun

In this paper, we consider a large network containing many regions such that each region is equipped with a worker with some data processing and communication capability. For such a network, some workers may become strag…

Speeding Up Distributed Gradient Descent by Utilizing Non-persistent Stragglers

2018-08-07 · Emre Ozfatura, Deniz Gunduz, Sennur Ulukus

Distributed gradient descent (DGD) is an efficient way of implementing gradient descent (GD), especially for large data sets, by dividing the computation tasks into smaller subtasks and assigning to different computing s…