English

EventGraD: Event-Triggered Communication in Parallel Machine Learning

Machine Learning 2021-12-10 v2 Distributed, Parallel, and Cluster Computing Systems and Control Systems and Control

Abstract

Communication in parallel systems imposes significant overhead which often turns out to be a bottleneck in parallel machine learning. To relieve some of this overhead, in this paper, we present EventGraD - an algorithm with event-triggered communication for stochastic gradient descent in parallel machine learning. The main idea of this algorithm is to modify the requirement of communication at every iteration in standard implementations of stochastic gradient descent in parallel machine learning to communicating only when necessary at certain iterations. We provide theoretical analysis of convergence of our proposed algorithm. We also implement the proposed algorithm for data-parallel training of a popular residual neural network used for training the CIFAR-10 dataset and show that EventGraD can reduce the communication load by up to 60% while retaining the same level of accuracy. In addition, EventGraD can be combined with other approaches such as Top-K sparsification to decrease communication further while maintaining accuracy.

Keywords

Cite

@article{arxiv.2103.07454,
  title  = {EventGraD: Event-Triggered Communication in Parallel Machine Learning},
  author = {Soumyadip Ghosh and Bernardo Aquino and Vijay Gupta},
  journal= {arXiv preprint arXiv:2103.07454},
  year   = {2021}
}

Comments

Published in Neurocomputing, Nov 2021

R2 v1 2026-06-24T00:04:51.249Z