LGDCITSPMLNov 22, 2018

Distributed Gradient Descent with Coded Partial Gradient Computations

arXiv:1811.09271v142 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency issues in distributed machine learning for large-scale data processing, but it appears incremental as it builds on prior coded computation methods.

The paper tackled the problem of straggling servers in distributed gradient descent by introducing a hybrid approach called coded partial gradient computation (CPGC), which reduces both computation time and decoding complexity compared to existing coded techniques.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes