English

Personalized Federated Learning with Feature Alignment and Classifier Collaboration

Machine Learning 2023-06-22 v1 Distributed, Parallel, and Cluster Computing

Abstract

Data heterogeneity is one of the most challenging issues in federated learning, which motivates a variety of approaches to learn personalized models for participating clients. One such approach in deep neural networks based tasks is employing a shared feature representation and learning a customized classifier head for each client. However, previous works do not utilize the global knowledge during local representation learning and also neglect the fine-grained collaboration between local classifier heads, which limit the model generalization ability. In this work, we conduct explicit local-global feature alignment by leveraging global semantic knowledge for learning a better representation. Moreover, we quantify the benefit of classifier combination for each client as a function of the combining weights and derive an optimization problem for estimating optimal weights. Finally, extensive evaluation results on benchmark datasets with various heterogeneous data scenarios demonstrate the effectiveness of our proposed method. Code is available at https://github.com/JianXu95/FedPAC

Keywords

Cite

@article{arxiv.2306.11867,
  title  = {Personalized Federated Learning with Feature Alignment and Classifier Collaboration},
  author = {Jian Xu and Xinyi Tong and Shao-Lun Huang},
  journal= {arXiv preprint arXiv:2306.11867},
  year   = {2023}
}

Comments

ICLR 2023, fix some typos and add the code link

R2 v1 2026-06-28T11:10:08.891Z