FedAH: Aggregated Head for Personalized Federated Learning
Pengzhan Zhou, Yuepeng He, Yijun Zhai, Kaixin Gao, Chao Chen, Zhida, Qin, Chong Zhang, Songtao Guo

TL;DR
FedAH is a novel personalized federated learning method that aggregates local and global model heads at each iteration, enhancing personalization and global knowledge sharing, leading to improved accuracy across diverse datasets.
Contribution
Introduces FedAH, a new PFL approach that performs element-level aggregation of model heads to balance personalization and global learning.
Findings
FedAH outperforms 10 state-of-the-art FL methods by 2.87% in accuracy.
FedAH maintains performance even with client dropouts.
Extensive experiments on vision and NLP datasets validate effectiveness.
Abstract
Recently, Federated Learning (FL) has gained popularity for its privacy-preserving and collaborative learning capabilities. Personalized Federated Learning (PFL), building upon FL, aims to address the issue of statistical heterogeneity and achieve personalization. Personalized-head-based PFL is a common and effective PFL method that splits the model into a feature extractor and a head, where the feature extractor is collaboratively trained and shared, while the head is locally trained and not shared. However, retaining the head locally, although achieving personalization, prevents the model from learning global knowledge in the head, thus affecting the performance of the personalized model. To solve this problem, we propose a novel PFL method called Federated Learning with Aggregated Head (FedAH), which initializes the head with an Aggregated Head at each iteration. The key feature of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data
