Skip to main content
QUICK REVIEW

[论文解读] Adaptive Personalized Federated Learning

Yuyang Deng, Mohammad Mahdi Kamani|arXiv (Cornell University)|Mar 30, 2020
Privacy-Preserving Technologies in Data参考文献 51被引用 337
一句话总结

APFL 为每个客户端学习一个个性化模型,该模型是全局模型与本地模型的混合,具有自适应混合参数和通信高效的优化算法。

ABSTRACT

Investigation of the degree of personalization in federated learning algorithms has shown that only maximizing the performance of the global model will confine the capacity of the local models to personalize. In this paper, we advocate an adaptive personalized federated learning (APFL) algorithm, where each client will train their local models while contributing to the global model. We derive the generalization bound of mixture of local and global models, and find the optimal mixing parameter. We also propose a communication-efficient optimization method to collaboratively learn the personalized models and analyze its convergence in both smooth strongly convex and nonconvex settings. The extensive experiments demonstrate the effectiveness of our personalization schema, as well as the correctness of established generalization theories.

研究动机与目标

  • 在联邦学习中激励个性化,以解决跨客户端的非 IID 数据问题。
  • 提出一种混合模型的形式,使每个客户端将全局模型与本地模型结合。
  • 推导混合模型的一般化界限,并识别混合参数如何影响性能。
  • 开发一种通信高效的优化方法,以学习个性化和全局模型。
  • 展示经验有效性并验证理论一般化结果。

提出的方法

  • 引入全局与本地模型的混合以实现个性化:h_alpha_i = alpha_i * h_loc,i^* + (1 - alpha_i) * h_bar^*。
  • 推导一个依赖于 alpha_i、分布散度以及数据量 m 和 m_i 的混合模型的一般化界限。
  • 从界中计算最优混合参数 alpha_i^*,并证明其落在 [0,1] 内。
  • 提出双层优化:服务器最小化全局经验风险;每个客户端在包含全局模型的混合中最小化其本地风险。
  • 给出 Local Descent APFL:一种迭代、通信高效的算法,包含对 w_i 和 v_i 的局部更新和定期梯度步骤,然后对 w_i 进行服务器平均。
  • 在实践中提供自适应更新的 alpha_i,以反映本地与全局分布之间的距离。

实验结果

研究问题

  • RQ1在联邦学习中何时以及如何使用个性化来处理跨客户端的非IID数据?
  • RQ2全局与本地模型的混合是否能提供比纯全局或纯本地模型更好的本地泛化?
  • RQ3应如何选择或自适应混合参数 alpha_i 以优化每个客户端的泛化?
  • RQ4所提出的 APFL 优化算法的收敛性质和通信要求是什么?
  • RQ5实证结果是否支持混合模型的理论一般化界限?

主要发现

  • 个性化模型 h_alpha_i = alpha_i * h_loc,i^* + (1 - alpha_i) * h_bar^* 在数据异质性下可以改善局部泛化。
  • 一个一般化界限表明混合模型的风险依赖于 alpha_i、分布散度,以及数据量 m 和 m_i。
  • 最优混合参数 alpha_i^* 位于 [0,1],并根据散度和样本量平衡全局与本地贡献。
  • 一个通信高效的优化方法(Local Descent APFL)已被提出并分析,适用于平滑强凸和非凸情形。
  • 数据集上的经验结果证实了个性化方案在数据多样性增加时相较于纯全局或纯本地模型的优越性。
  • 理论与实验共同支持自适应个性化在联邦学习中的有用性。

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。