Optimizing Personalized Federated Learning through Adaptive Layer-Wise Learning
Weihang Chen, Cheng Yang, Jie Ren, Zhiqiang Li, Zheng Wang
TL;DR
FLAYER tackles non-IID data in federated learning by introducing a layer-wise personalized framework that adaptively combines global and local information across network layers. It integrates a performance-guided local aggregation, a layer-specific adaptive learning rate, and a layer-wise masking strategy to manage the flow of information and updates. The method demonstrates state-of-the-art results among personalized FL baselines across CV and NLP tasks, with notable improvements and reduced training cost, and shows robustness to data heterogeneity and scalability to larger client counts. By enabling on-demand global knowledge integration while preserving global information, FLAYER offers practical benefits for privacy-preserving distributed learning and can be generalized to improve other FL frameworks.
Abstract
Real-life deployment of federated Learning (FL) often faces non-IID data, which leads to poor accuracy and slow convergence. Personalized FL (pFL) tackles these issues by tailoring local models to individual data sources and using weighted aggregation methods for client-specific learning. However, existing pFL methods often fail to provide each local model with global knowledge on demand while maintaining low computational overhead. Additionally, local models tend to over-personalize their data during the training process, potentially dropping previously acquired global information. We propose FLAYER, a novel layer-wise learning method for pFL that optimizes local model personalization performance. FLAYER considers the different roles and learning abilities of neural network layers of individual local models. It incorporates global information for each local model as needed to initialize the local model cost-effectively. It then dynamically adjusts learning rates for each layer during local training, optimizing the personalized learning process for each local model while preserving global knowledge. Additionally, to enhance global representation in pFL, FLAYER selectively uploads parameters for global aggregation in a layer-wise manner. We evaluate FLAYER on four representative datasets in computer vision and natural language processing domains. Compared to six state-of-the-art pFL methods, FLAYER improves the inference accuracy, on average, by 5.40\% (up to 14.29\%).
