LGMay 23, 2024

Overcoming the Challenges of Batch Normalization in Federated Learning

arXiv:2405.14670v17 citationsh-index: 15
Originality Incremental advance
AI Analysis

This addresses a key technical bottleneck for improving training efficiency and accuracy in federated learning systems, particularly under high data heterogeneity.

The paper tackles the problem of batch normalization's ineffectiveness in federated learning due to data heterogeneity, introducing Federated BatchNorm (FBN) to restore its benefits and match centralized performance.

Batch normalization has proven to be a very beneficial mechanism to accelerate the training and improve the accuracy of deep neural networks in centralized environments. Yet, the scheme faces significant challenges in federated learning, especially under high data heterogeneity. Essentially, the main challenges arise from external covariate shifts and inconsistent statistics across clients. We introduce in this paper Federated BatchNorm (FBN), a novel scheme that restores the benefits of batch normalization in federated learning. Essentially, FBN ensures that the batch normalization during training is consistent with what would be achieved in a centralized execution, hence preserving the distribution of the data, and providing running statistics that accurately approximate the global statistics. FBN thereby reduces the external covariate shift and matches the evaluation performance of the centralized setting. We also show that, with a slight increase in complexity, we can robustify FBN to mitigate erroneous statistics and potentially adversarial attacks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes