Papers › Federated Learning Based on Dynamic Regularization

Federated Learning Based on Dynamic Regularization

8 Nov 2021ICLR 2021 1arXiv:2111.04263archive 2025-07-28

Durmus Alp Emre Acar, Yue Zhao, Ramon Matas Navarro, Matthew Mattina, Paul N. Whatmough, Venkatesh Saligrama

We propose a novel federated learning method for distributively training neural network models, where the server orchestrates cooperation between a subset of randomly chosen devices in each round. We view Federated Learning problem primarily from a communication perspective and allow more device level computations to save transmission costs. We point out a fundamental dilemma, in that the minima of the local-device level empirical loss are inconsistent with those of the global empirical loss. Different from recent prior works, that either attempt inexact minimization or utilize devices for parallelizing gradient computation, we propose a dynamic regularizer for each device at each round, so that in the limit the global and device solutions are aligned. We demonstrate both through empirical results on real and synthetic data as well as analytical results that our scheme leads to efficient training, in both convex and non-convex settings, while being fully agnostic to device heterogeneity and robust to large number of devices, partial participation and unbalanced data.

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

Code

Syntology Ran 6 of 15 code samples harvested from 4 repositories linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 4 ran with no contract checked.

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

alpemreacar/FedDyn officialmentioned in paperpytorch report
KarhouTam/FL-bench mentioned on GitHubpytorchGPL-3.0 report
NAVER-INTEL-Co-Lab/gaudi-byzantine mentioned on GitHubpytorch report
thejungwon/gc-fed mentioned on GitHubpytorch 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; 6 ran; 1 honoured the contract we drafted; 9 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
1ran · our draft was wrong
4ran
9unverified

Licence: 9 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 4 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.

train_FedDyn alpemreacar/FedDyn/utils_methods.py official repository unverified MIT (permissive) · d8e5236ae622abdc · report
CNN thejungwon/gc-fed/algorithms/gcfed.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · cff80b8ecb8c8c99 · report
MLP thejungwon/gc-fed/algorithms/gcfed.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · acd09ebeda2c9bc6 · report
ResNet18 thejungwon/gc-fed/algorithms/gcfed.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · ce17439507a51476 · report
VGG11 thejungwon/gc-fed/algorithms/gcfed.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · f0aeb868a782b3d7 · report
model_parameter_vector TsingZ0/PFL-Non-IID/system/flcore/servers/serverdyn.py community (archive-listed) ran · honoured contract Apache-2.0 (permissive) · 1f7693bbd3b8865f · report
server_dyn NAVER-INTEL-Co-Lab/gaudi-byzantine/src/aggregation.py community (archive-listed) ran · our draft was wrong MIT (permissive) · a0b65033d450bccb · report
FedDyn TsingZ0/PFL-Non-IID/system/flcore/servers/serverdyn.py community (archive-listed) unverified Apache-2.0 (permissive) · a327f364bcb74163 · report
GCFedClient thejungwon/gc-fed/algorithms/gcfed.py community (archive-listed) unverified no licence file found · pointer only · 70803d2f07b42d4a · report
Server TsingZ0/PFL-Non-IID/system/flcore/servers/serverdyn.py community (archive-listed) unverified Apache-2.0 (permissive) · 0a6af52fc93a95a1 · report
clientDyn TsingZ0/PFL-Non-IID/system/flcore/servers/serverdyn.py community (archive-listed) unverified Apache-2.0 (permissive) · 16480f2cf0b819dd · report
get_model thejungwon/gc-fed/algorithms/gcfed.py community (archive-listed) unverified no licence file found · pointer only · 021173b9b0b6da38 · report
init_weights thejungwon/gc-fed/algorithms/gcfed.py community (archive-listed) unverified no licence file found · pointer only · 39c6548f5ca70964 · report
log_info thejungwon/gc-fed/algorithms/gcfed.py community (archive-listed) unverified no licence file found · pointer only · a2a34e406dfeba02 · report
set_random_seed thejungwon/gc-fed/algorithms/gcfed.py community (archive-listed) unverified no licence file found · pointer only · c08e488e6cf86c88 · report

Tasks

Federated Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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