Consensus Driven Learning
Kyle Crandall, Dustin Webb

TL;DR
This paper introduces a decentralized, asynchronous learning method inspired by consensus algorithms, enabling distributed neural network training with limited communication and data privacy, effective on biased datasets and unreliable networks.
Contribution
It proposes a novel distributed learning approach that coordinates nodes asynchronously without central control, maintaining data privacy and robustness to communication failures.
Findings
Effective on MNIST, Fashion MNIST, CIFAR10 datasets.
Handles biased datasets and communication failures.
Reduces communication overhead in distributed training.
Abstract
As the complexity of our neural network models grow, so too do the data and computation requirements for successful training. One proposed solution to this problem is training on a distributed network of computational devices, thus distributing the computational and data storage loads. This strategy has already seen some adoption by the likes of Google and other companies. In this paper we propose a new method of distributed, decentralized learning that allows a network of computation nodes to coordinate their training using asynchronous updates over an unreliable network while only having access to a local dataset. This is achieved by taking inspiration from Distributed Averaging Consensus algorithms to coordinate the various nodes. Sharing the internal model instead of the training data allows the original raw data to remain with the computation node. The asynchronous nature and lack…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Privacy-Preserving Technologies in Data · Advanced Memory and Neural Computing
