Papers › FedBN: Federated Learning on Non-IID Features via Local Batch Normalization

FedBN: Federated Learning on Non-IID Features via Local Batch Normalization

15 Feb 2021ICLR 2021 1arXiv:2102.07623archive 2025-07-28

Xiaoxiao Li, Meirui Jiang, Xiaofei Zhang, Michael Kamp, Qi Dou

The emerging paradigm of federated learning (FL) strives to enable collaborative training of deep models on the network edge without centrally aggregating raw data and hence improving data privacy. In most cases, the assumption of independent and identically distributed samples across local clients does not hold for federated learning setups. Under this setting, neural network training performance may vary significantly according to the data distribution and even hurt training convergence. Most of the previous work has focused on a difference in the distribution of labels or client shifts. Unlike those settings, we address an important problem of FL, e.g., different scanners/sensors in medical imaging, different scenery distribution in autonomous driving (highway vs. city), where local clients store examples with different distributions compared to other clients, which we denote as feature shift non-iid. In this work, we propose an effective method that uses local batch normalization to alleviate the feature shift before averaging models. The resulting scheme, called FedBN, outperforms both classical FedAvg, as well as the state-of-the-art for non-iid data (FedProx) on our extensive experiments. These empirical results are supported by a convergence analysis that shows in a simplified setting that FedBN has a faster convergence rate than FedAvg. Code is available at https://github.com/med-air/FedBN.

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

Code

Syntology Ran 7 of 13 code samples harvested from 3 repositories linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 3 ran with no contract checked.

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

adap/flower officialmentioned in papermentioned on GitHubtf report
med-air/FedBN officialmentioned in paperpytorch report
KarhouTam/FL-bench 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

13 samples harvested; 7 ran; 2 honoured the contract we drafted; 6 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.

2ran · honoured contract
1ran · our draft was wrong
1ran · fixture could not drive it
3ran
6unverified

Licence: 5 of the 13 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.

CNNModel adap/flower/baselines/fedbn/fedbn/model.py official repository ran Apache-2.0 (permissive) · e0e85ded6bac75d2 · report
stratified_split med-air/FedBN/utils/data_preprocess.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · c4c79d49a4db6ea4 · report
communication med-air/FedBN/federated/fed_domainnet.py official repository unverified no licence file found · pointer only · 2fd0c777cb416959 · report
get_confirm_token med-air/FedBN/utils/data_preprocess.py official repository unverified no licence file found · pointer only · 135b3dc835ffe6ad · report
train med-air/FedBN/federated/fed_digits.py official repository unverified no licence file found · pointer only · ecb6e27008c12b2b · report
train_fedprox med-air/FedBN/federated/fed_digits.py official repository unverified no licence file found · pointer only · 3c6e4c6321f0a002 · report
Client TsingZ0/PFL-Non-IID/system/flcore/servers/serverbn.py community (archive-listed) ran Apache-2.0 (permissive) · 2bdfc3745f9a344e · report
DLG TsingZ0/PFL-Non-IID/system/flcore/servers/serverbn.py community (archive-listed) ran · honoured contract Apache-2.0 (permissive) · 29ee58bca6b7aa74 · report
clientBN TsingZ0/PFL-Non-IID/system/flcore/servers/serverbn.py community (archive-listed) ran Apache-2.0 (permissive) · f39b0c07b54826f4 · report
psnr TsingZ0/PFL-Non-IID/system/flcore/servers/serverbn.py community (archive-listed) ran · honoured contract fingerprinted Apache-2.0 (permissive) · 417018913135e19a · report
read_client_data TsingZ0/PFL-Non-IID/system/flcore/servers/serverbn.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · baa08f0b4e0d3a57 · report
FedBN TsingZ0/PFL-Non-IID/system/flcore/servers/serverbn.py community (archive-listed) unverified Apache-2.0 (permissive) · 405bc33570a8c6b3 · report
Server TsingZ0/PFL-Non-IID/system/flcore/servers/serverbn.py community (archive-listed) unverified Apache-2.0 (permissive) · ab6103d2a317e40a · report

Tasks

Autonomous DrivingFederated Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Batch Normalization

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