Adaptive Personalized Federated Learning
Yuyang Deng, Mohammad Mahdi Kamani, Mehrdad Mahdavi
TL;DR
The paper tackles the challenge of statistical heterogeneity in federated learning by shifting from sole global optimization to adaptive personalization. It introduces APFL, where each client learns a personalized model that blends a local and a global predictor with a per-client mixing parameter that is updated adaptively. The authors provide a generalization bound for the mixed model, establish an optimal mixing parameter, and develop a communication-efficient optimization method with convergence guarantees in both strongly convex and nonconvex settings. Empirical results on MNIST, CIFAR-10, EMNIST, and synthetic data demonstrate that APFL consistently improves local generalization and can outperform existing personalization baselines, especially under non-IID data distributions. This work offers a principled framework for balancing cross-client collaboration with client-specific performance in real-world federated settings.
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.
