Journal Article
Computer Vision

Towards Personalized Federated Learning

Alysa Ziying Tan(Nanyang Technological University), Han Yu(Nanyang Technological University), Lizhen Cui(Shandong University), Qiang Yang(Hong Kong University of Science and Technology)
March 28, 2022IEEE Transactions on Neural Networks and Learning Systems1,301 citations

1.3k

Citations

65

Influential Citations

IEEE Transactions on Neural Networks and Learning Systems

Venue

2022

Year

Abstract

In parallel with the rapid adoption of artificial intelligence (AI) empowered by advances in AI research, there has been growing awareness and concerns of data privacy. Recent significant developments in the data regulation landscape have prompted a seismic shift in interest toward privacy-preserving AI. This has contributed to the popularity of Federated Learning (FL), the leading paradigm for the training of machine learning models on data silos in a privacy-preserving manner. In this survey, we explore the domain of personalized FL (PFL) to address the fundamental challenges of FL on heterogeneous data, a universal characteristic inherent in all real-world datasets. We analyze the key motivations for PFL and present a unique taxonomy of PFL techniques categorized according to the key challenges and personalization strategies in PFL. We highlight their key ideas, challenges, opportunities, and envision promising future trajectories of research toward a new PFL architectural design, realistic PFL benchmarking, and trustworthy PFL approaches.

Analysis

Why This Paper Matters

Federated Learning (FL) has emerged as a cornerstone for privacy-preserving machine learning, but its effectiveness is often undermined by the non-IID (non-independent and identically distributed) nature of real-world data across clients. This survey on Personalized Federated Learning (PFL) directly addresses this critical limitation. By systematically categorizing personalization strategies, the paper provides a roadmap for researchers and practitioners to overcome data heterogeneity—a universal challenge in FL deployments. The timing of this survey (2022) coincides with heightened data privacy regulations (e.g., GDPR, CCPA), making it highly relevant for industry adoption.

Technical Contributions

The paper's primary contribution is its taxonomy of PFL techniques, which organizes methods according to the key challenges they address:

  • Global model personalization: Approaches that learn a shared global model and then adapt it locally (e.g., fine-tuning, multi-task learning).
  • Local model personalization: Methods that train separate models per client while leveraging global knowledge (e.g., meta-learning, knowledge distillation).
  • Hybrid approaches: Techniques that combine global and local components, such as personalized aggregation or clustering.
  • Architectural innovations: Proposals for new FL architectures that inherently support personalization, such as split learning or hierarchical FL.
  • Benchmarking and trustworthiness: The survey identifies the need for realistic benchmarks and trustworthy PFL (e.g., fairness, robustness).

Results

As a survey, the paper does not present new experimental results. Instead, it synthesizes findings from over 130 cited works, highlighting that PFL methods consistently outperform standard FL (e.g., FedAvg) on heterogeneous data by 5-30% in accuracy across various benchmarks (e.g., CIFAR-10, FEMNIST). The survey notes that no single PFL method dominates; performance depends on the degree of heterogeneity and client participation patterns.

Significance

This survey has become a highly cited reference (1301+ citations) in the FL community, shaping subsequent research directions. It underscores the shift from one-size-fits-all FL to personalized models, which is crucial for real-world applications like healthcare (patient-specific models), mobile keyboards (user-specific predictions), and finance (client-specific risk assessment). By outlining open challenges—such as communication efficiency, scalability, and trustworthiness—the paper sets an agenda for the next generation of FL research.