# Fully Distributed and Asynchronized Stochastic Gradient Descent for   Networked Systems

**Authors:** Ying Zhang

arXiv: 1704.03992 · 2017-04-14

## TL;DR

This paper introduces a fully distributed, asynchronous stochastic gradient descent algorithm for networked systems that achieves global optimality and consensus without central control or synchronization, validated through theoretical analysis and experiments.

## Contribution

It proposes a novel fully distributed and asynchronous SGD algorithm for networked data-fitting problems, overcoming synchronization and centralization limitations of prior methods.

## Key findings

- Achieves asymptotic global optimality and consensus.
- Provides a lower bound on convergence speed for regular graphs.
- Validated with experiments on synthetic and real datasets.

## Abstract

This paper considers a general data-fitting problem over a networked system, in which many computing nodes are connected by an undirected graph. This kind of problem can find many real-world applications and has been studied extensively in the literature. However, existing solutions either need a central controller for information sharing or requires slot synchronization among different nodes, which increases the difficulty of practical implementations, especially for a very large and heterogeneous system.   As a contrast, in this paper, we treat the data-fitting problem over the network as a stochastic programming problem with many constraints. By adapting the results in a recent paper, we design a fully distributed and asynchronized stochastic gradient descent (SGD) algorithm. We show that our algorithm can achieve global optimality and consensus asymptotically by only local computations and communications. Additionally, we provide a sharp lower bound for the convergence speed in the regular graph case. This result fits the intuition and provides guidance to design a `good' network topology to speed up the convergence. Also, the merit of our design is validated by experiments on both synthetic and real-world datasets.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.03992/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1704.03992/full.md

## References

18 references — full list in the complete paper: https://tomesphere.com/paper/1704.03992/full.md

---
Source: https://tomesphere.com/paper/1704.03992