English

GoSGD: Distributed Optimization for Deep Learning with Gossip Exchange

Machine Learning 2018-11-13 v2 Machine Learning

Abstract

We address the issue of speeding up the training of convolutional neural networks by studying a distributed method adapted to stochastic gradient descent. Our parallel optimization setup uses several threads, each applying individual gradient descents on a local variable. We propose a new way of sharing information between different threads based on gossip algorithms that show good consensus convergence properties. Our method called GoSGD has the advantage to be fully asynchronous and decentralized.

Keywords

Cite

@article{arxiv.1804.01852,
  title  = {GoSGD: Distributed Optimization for Deep Learning with Gossip Exchange},
  author = {Michael Blot and David Picard and Matthieu Cord},
  journal= {arXiv preprint arXiv:1804.01852},
  year   = {2018}
}

Comments

Correction to do, and difficulties to change the document

R2 v1 2026-06-23T01:14:58.225Z