paper-with-me

Papers

Hybrid Batch Normalisation: Resolving the Dilemma of Batch Normalisation in Federated Learning

2025-05-28 · Hongyao Chen, Tianyang Xu, XiaoJun Wu, Josef Kittler

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 updates), obtaining unbiased estimates of global statistical parameters in distributed scenarios. In contrast with the existing solutions, we emphasise the supportive power of global statistics for federated learning. The HBN layer introduces a learnable hybrid distribution factor, allowing each computing node to adaptively mix the statistical parameters of the current batch with the global statistics. Our HBN can serve as a powerful plugin to advance federated learning performance. It reflects promising merits across a wide range of federated learning settings, especially for small batch sizes and heterogeneous data.

📄 PDF Abstract BibTeX arXiv:2505.21877

Code (1)

Hongyao-Chen/HybridBN 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

On Batch Normalisation for Approximate Bayesian Inference

2020-12-24 · pproximateinference AABI Symposium 2021 1 · Jishnu Mukhoti, Puneet K. Dokania, Philip H. S. Torr, Yarin Gal

We study batch normalisation in the context of variational inference methods in Bayesian neural networks, such as mean-field or MC Dropout. We show that batch-normalisation does not affect the optimum of the evidence low…

Bayesian InferencevalidVariational Inference

Partial transfusion: on the expressive influence of trainable batch norm parameters for transfer learning

2021-02-10 · Fahdi Kanavati, Masayuki Tsuneki

Transfer learning from ImageNet is the go-to approach when applying deep learning to medical images. The approach is either to fine-tune a pre-trained model or use it as a feature extractor. Most modern architecture cont…

Transfer Learning

Normalisation is dead, long live normalisation!

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

Since the advent of Batch Normalisation (BN) almost every state-of-the-art (SOTA) method uses some form of normalisation. After all, normalisation generally speeds up learning and leads to models that generalise better t…

Form

A Simple Baseline for Semi-supervised Semantic Segmentation with Strong Data Augmentation

2021-04-15 · ICCV 2021 10 · Jianlong Yuan, Yifan Liu, Chunhua Shen, Zhibin Wang 외

Recently, significant progress has been made on semantic segmentation. However, the success of supervised semantic segmentation typically relies on a large amount of labelled data, which is time-consuming and costly to o…

Data Augmentationimage-classificationImage ClassificationPseudo Label+3

On the Importance of Normalisation Layers in Deep Learning with Piecewise Linear Activation Units

2015-08-03 · Zhibin Liao, Gustavo Carneiro

Deep feedforward neural networks with piecewise linear activations are currently producing the state-of-the-art results in several public datasets. The combination of deep learning models and piecewise linear activation …

General ClassificationImage Classification