Papers › Deep learning with Elastic Averaging SGD

Deep learning with Elastic Averaging SGD

20 Dec 2014NeurIPS 2015 12arXiv:1412.6651archive 2025-07-28

Sixin Zhang, Anna Choromanska, Yann Lecun

We study the problem of stochastic optimization for deep learning in the parallel computing environment under communication constraints. A new algorithm is proposed in this setting where the communication and coordination of work among concurrent processes (local workers), is based on an elastic force which links the parameters they compute with a center variable stored by the parameter server (master). The algorithm enables the local workers to perform more exploration, i.e. the algorithm allows the local variables to fluctuate further from the center variable by reducing the amount of communication between local workers and the master. We empirically demonstrate that in the deep learning setting, due to the existence of many local optima, allowing more exploration can lead to the improved performance. We propose synchronous and asynchronous variants of the new algorithm. We provide the stability analysis of the asynchronous variant in the round-robin scheme and compare it with the more common parallelized method ADMM. We show that the stability of EASGD is guaranteed when a simple stability condition is satisfied, which is not the case for ADMM. We additionally propose the momentum-based version of our algorithm that can be applied in both synchronous and asynchronous settings. Asynchronous variant of the algorithm is applied to train convolutional neural networks for image classification on the CIFAR and ImageNet datasets. Experiments demonstrate that the new algorithm accelerates the training of deep architectures compared to DOWNPOUR and other common baseline approaches and furthermore is very communication efficient.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1412.6651")

Code

Syntology Ran 0 of 12 code samples harvested from 2 repositories linked to this paper; 12 have no recorded run.

By repository: community (archive-listed): 12 samples from 2 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sixin-zh/mpiT officialmentioned in papertorchApache-2.0 report
JoeriHermans/dist-keras mentioned on GitHubGPL-3.0 report
cerndb/dist-keras mentioned on GitHubGPL-3.0 report
duanders/mpi_learn mentioned on GitHubpytorchGPL-3.0 report
mila-udem/platoon mentioned on GitHubMIT report
tmulc18/Distributed-TensorFlow-Guide mentioned on GitHubtfMIT report
uoguelph-mlrg/Theano-MPI mentioned on GitHubNOASSERTION report
valentinchelle/kerasOnSpark mentioned on GitHubtfGPL-3.0 report
vlimant/NNLO mentioned on GitHubtfGPL-3.0 report
vlimant/mpi_learn mentioned on GitHubpytorchGPL-3.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 0 ran; 0 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

12unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

AverageSGD mila-udem/platoon/platoon/training/global_dynamics.py community (archive-listed) unverified MIT (permissive) · 1c0eb2292a1f7394 · report
SumSGD mila-udem/platoon/platoon/training/global_dynamics.py community (archive-listed) unverified MIT (permissive) · 3f0bece70f1f844a · report
assign_global_to_local tmulc18/Distributed-TensorFlow-Guide/AGN/AGN.py community (archive-listed) unverified MIT (permissive) · f8a4a97b4d0d03f9 · report
assign_global_to_local tmulc18/Distributed-TensorFlow-Guide/DOWNPOUR-Easy/DOWNPOUR.py community (archive-listed) unverified MIT (permissive) · cfe0509e6a9c0096 · report
assign_local_to_global tmulc18/Distributed-TensorFlow-Guide/AGN/AGN.py community (archive-listed) unverified MIT (permissive) · 92949b36477b9bf0 · report
fetch_devices_for_host mila-udem/platoon/platoon/configparser.py community (archive-listed) unverified MIT (permissive) · acd320b0a5508644 · report
get_global_variable_by_name tmulc18/Distributed-TensorFlow-Guide/AGN/AGN.py community (archive-listed) unverified MIT (permissive) · b62207d24c9391fe · report
get_variable_by_name tmulc18/Distributed-TensorFlow-Guide/DOWNPOUR-Easy/DOWNPOUR.py community (archive-listed) unverified MIT (permissive) · af0c2ca334ca8e29 · report
get_variable_by_name tmulc18/Distributed-TensorFlow-Guide/DOWNPOUR/DOWNPOUR.py community (archive-listed) unverified MIT (permissive) · a8b21a10b799b5c9 · report
launch_process mila-udem/platoon/platoon/util.py community (archive-listed) unverified MIT (permissive) · 6985423314deb16d · report
mmap mila-udem/platoon/platoon/util.py community (archive-listed) unverified MIT (permissive) · 1c10065ed878004e · report
op_to_mpi mila-udem/platoon/platoon/util.py community (archive-listed) unverified MIT (permissive) · ee9496eca0245020 · report

Tasks

Deep LearningImage ClassificationStochastic Optimizationimage-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ADMM

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections