Hybrid Batch Normalisation: Resolving the Dilemma of Batch Normalisation in Federated Learning
Hongyao Chen, Tianyang Xu, Xiaojun Wu, Josef Kittler

TL;DR
This paper introduces Hybrid Batch Normalisation (HBN), a novel normalisation method designed to improve federated learning by effectively handling non-i.i.d. data and small batch sizes through a hybrid approach to statistical parameter updates.
Contribution
The paper proposes HBN, a new normalisation technique that separates statistical and learnable parameter updates, enhancing federated learning performance with global statistics and adaptive mixing.
Findings
HBN improves federated learning accuracy with small batch sizes.
HBN effectively handles heterogeneous, non-i.i.d. data distributions.
HBN outperforms existing normalisation methods in federated settings.
Abstract
Batch Normalisation (BN) is widely used in conventional deep neural network training to harmonise the input-output distributions for each batch of data. However, federated learning, a distributed learning paradigm, faces the challenge of dealing with non-independent and identically distributed data among the client nodes. Due to the lack of a coherent methodology for updating BN statistical parameters, standard BN degrades the federated learning performance. To this end, it is urgent to explore an alternative normalisation solution for federated learning. In this work, we resolve the dilemma of the BN layer in federated learning by developing a customised normalisation approach, Hybrid Batch Normalisation (HBN). HBN separates the update of statistical parameters (i.e. , means and variances used for evaluation) from that of learnable parameters (i.e. , parameters that require gradient…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Advanced Graph Neural Networks · Domain Adaptation and Few-Shot Learning
