arXiv:2412.04521cs.LGcs.CE2024-12被引 1

通过一致性优化提升异构联邦学习的模型性能与效率

FedDW: Distilling Weights through Consistency Optimization in Heterogeneous Federated Learning

  • 利用软标签与分类头参数的内在一致性约束训练过程
  • 在高度异构环境下平均提升准确率3%,超越10种先进方法
  • 理论证明额外计算开销可忽略,适合大规模部署

联邦学习(FL)是一种创新的分布式机器学习范式,可在不集中数据的前提下跨设备训练神经网络。尽管该方法解决了信息共享与数据隐私问题,但客户端间的数据异构性及网络规模扩大仍影响模型性能与训练效率。已有研究指出,在独立同分布(IID)环境下,模型参数结构应遵循特定一致性原则。本文发现,知识蒸馏产生的软标签以及分类头参数矩阵与其转置的乘积,均能捕捉类别间的内在关联,体现固有的一致性。因此,本文识别并利用这两者间的一致性关系,设计了FedDW框架以调节训练。实验表明,FedDW在高度异构设置下平均提升准确率3%,优于10种前沿联邦学习方法。此外,本文提供了理论证明:反向传播带来的额外计算开销可忽略,具备更高训练效率。代码已公开于https://github.com/liuvvvvv1/FedDW。

原文摘要 · Abstract (English)

Federated Learning (FL) is an innovative distributed machine learning paradigm that enables neural network training across devices without centralizing data. While this addresses issues of information sharing and data privacy, challenges arise from data heterogeneity across clients and increasing network scale, leading to impacts on model performance and training efficiency. Previous research shows that in IID environments, the parameter structure of the model is expected to adhere to certain specific consistency principles. Thus, identifying and regularizing these consistencies can mitigate issues from heterogeneous data. We found that both soft labels derived from knowledge distillation and the classifier head parameter matrix, when multiplied by their own transpose, capture the intrinsic relationships between data classes. These shared relationships suggest inherent consistency. Therefore, the work in this paper identifies the consistency between the two and leverages it to regulate training, underpinning our proposed FedDW framework. Experimental results show FedDW outperforms 10 state-of-the-art FL methods, improving accuracy by an average of 3% in highly heterogeneous settings. Additionally, we provide a theoretical proof that FedDW offers higher efficiency, with the additional computational load from backpropagation being negligible. The code is available at https://github.com/liuvvvvv1/FedDW.

联邦学习一致性优化知识蒸馏

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