arXiv:2505.21877cs.LGcs.DC2025-05ICML被引 1

提出HBN解决联邦学习中批归一化失效问题

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

  • 分离统计与可学习参数更新,实现全局统计无偏估计
  • 小批量和异构数据下性能显著优于传统方法
  • 可插拔设计,适配各类联邦学习场景

批归一化(BN)在常规深度神经网络训练中广泛使用,用于统一各批次数据的输入输出分布。然而,在联邦学习这一分布式学习范式中,客户端数据呈现非独立同分布特性,由于缺乏统一更新BN统计参数的方法,标准BN会降低联邦学习性能。为此,本文提出一种定制化归一化方法——混合批归一化(HBN),通过将统计参数(均值与方差)更新与可学习参数更新分离,在分布式场景中获得全局统计参数的无偏估计。与现有方法不同,HBN强调全局统计信息对联邦学习的支持作用。其引入可学习的混合分布因子,使各计算节点可自适应地融合当前批次统计量与全局统计量。实验证明,HBN在多种联邦学习设置中表现优异,尤其在小批量和异构数据条件下优势明显,可作为提升联邦学习性能的通用插件。

原文摘要 · Abstract (English)

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.

联邦学习批归一化分布式训练自适应归一化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。