Papers › Stochastic Gradient Push for Distributed Deep Learning

Stochastic Gradient Push for Distributed Deep Learning

27 Nov 2018ICLR 2019 5arXiv:1811.10792archive 2025-07-28

Mahmoud Assran, Nicolas Loizou, Nicolas Ballas, Michael Rabbat

Distributed data-parallel algorithms aim to accelerate the training of deep neural networks by parallelizing the computation of large mini-batch gradient updates across multiple nodes. Approaches that synchronize nodes using exact distributed averaging (e.g., via AllReduce) are sensitive to stragglers and communication delays. The PushSum gossip algorithm is robust to these issues, but only performs approximate distributed averaging. This paper studies Stochastic Gradient Push (SGP), which combines PushSum with stochastic gradient updates. We prove that SGP converges to a stationary point of smooth, non-convex objectives at the same sub-linear rate as SGD, and that all nodes achieve consensus. We empirically validate the performance of SGP on image classification (ResNet-50, ImageNet) and machine translation (Transformer, WMT'16 En-De) workloads. Our code will be made publicly available.

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="1811.10792")

Code

Syntology Ran 1 of 15 code samples harvested from 3 repositories linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · honoured contract.

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

VhalPurohit/290s mentioned on GitHubpytorch report
adelnabli/acid mentioned on GitHubpytorchMIT 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

15 samples harvested; 1 ran; 1 honoured the contract we drafted; 14 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.

1ran · honoured contract
14unverified

Licence: 2 of the 15 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 3 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.

accuracy VhalPurohit/290s/gossip_sgd.py community (archive-listed) ran · honoured contract licence not identified · pointer only · ac9e01d5a81fc218 · report
accuracy facebookresearch/stochastic_gradient_push/gossip_sgd.py community (archive-listed) unverified licence not identified · pointer only · 5a80b1ca6739b208 · report
add_weight_decay adelnabli/acid/utils/net_utils.py community (archive-listed) unverified MIT (permissive) · c5377f5726a15290 · report
compute_algebraic_connectivity adelnabli/acid/utils/graph_utils.py community (archive-listed) unverified MIT (permissive) · 14e905ad950e92b5 · report
compute_graph_resistance adelnabli/acid/utils/graph_utils.py community (archive-listed) unverified MIT (permissive) · 6fc8a02c499df11c · report
compute_laplacian adelnabli/acid/utils/graph_utils.py community (archive-listed) unverified MIT (permissive) · 58454b216bad91b4 · report
compute_multiplicative_coef_lr adelnabli/acid/utils/net_utils.py community (archive-listed) unverified MIT (permissive) · 11c7e3c59a515397 · report
create_dict_result adelnabli/acid/utils/logs_utils.py community (archive-listed) unverified MIT (permissive) · 6f82f2364c4b825c · report
create_model adelnabli/acid/utils/net_utils.py community (archive-listed) unverified MIT (permissive) · 165c8ba03b498eae · report
data_loader adelnabli/acid/utils/data_utils.py community (archive-listed) unverified MIT (permissive) · 553014d88e2fdc2b · report
gather_previous_data adelnabli/acid/utils/logs_utils.py community (archive-listed) unverified MIT (permissive) · 61f497b58bf5182d · report
init_momentum_var adelnabli/acid/utils/acid_utils.py community (archive-listed) unverified MIT (permissive) · f7ac7056fa97da5c · report
print_training_evolution adelnabli/acid/utils/logs_utils.py community (archive-listed) unverified MIT (permissive) · 465e03a81b60ff44 · report
test_data adelnabli/acid/utils/data_utils.py community (archive-listed) unverified MIT (permissive) · 685ef5ebed3e922f · report
train_data adelnabli/acid/utils/data_utils.py community (archive-listed) unverified MIT (permissive) · b5814cb3e05c8509 · report

Tasks

Deep LearningGeneral ClassificationImage ClassificationMachine TranslationTranslationimage-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SGD

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