2018/09/20 by Sebastian U. Stich, Stich, Sebastian U., Jean-Baptiste Cordonnier +3 · 48 citations
Computer Science · Engineering · #68W15 #68W40 #90C06 #90C25 #Data Structures and Algorithms (cs.DS) #Distributed #Distributed Sensor Networks and Detection Algorithms #E.4 #F.2.1 #FOS: Computer and information sciences #G.1.6 #Machine Learning (cs.LG) #Machine Learning (stat.ML) #Parallel #Sparse and Compressive Sensing Techniques #Stochastic Gradient Optimization Techniques #and Cluster Computing (cs.DC)
paper · pdf · doi:10.48550/arxiv.1809.07599
openalex publication_date 2018/09/20 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28
Huge scale machine learning problems are nowadays tackled by distributed optimization algorithms, i.e. algorithms that leverage the compute power of many devices for training. The communication overhead is a key bottleneck that hinders perfect scalability. Various recent works proposed to use quantization or sparsification techniques to reduce the amount of data that needs to be communicated, for instance by only sending the most significant entries of the stochastic gradient (top-k sparsification). Whilst such schemes showed very promising performance in practice, they have eluded theoretical analysis so far. In this work we analyze Stochastic Gradient Descent (SGD) with k-sparsification or compression (for instance top-k or random-k) and show that this scheme converges at the same rate as vanilla SGD when equipped with error compensation (keeping track of accumulated errors in memory). That is, communication can be reduced by a factor of the dimension of the problem (sometimes even more) whilst still converging at the same rate. We present numerical experiments to illustrate the theoretical findings and the better scalability for distributed applications.