English

Personalized Federated Learning via Backbone Self-Distillation

Machine Learning 2024-09-25 v1 Artificial Intelligence Cryptography and Security Computer Vision and Pattern Recognition

Abstract

In practical scenarios, federated learning frequently necessitates training personalized models for each client using heterogeneous data. This paper proposes a backbone self-distillation approach to facilitate personalized federated learning. In this approach, each client trains its local model and only sends the backbone weights to the server. These weights are then aggregated to create a global backbone, which is returned to each client for updating. However, the client's local backbone lacks personalization because of the common representation. To solve this problem, each client further performs backbone self-distillation by using the global backbone as a teacher and transferring knowledge to update the local backbone. This process involves learning two components: the shared backbone for common representation and the private head for local personalization, which enables effective global knowledge transfer. Extensive experiments and comparisons with 12 state-of-the-art approaches demonstrate the effectiveness of our approach.

Keywords

Cite

@article{arxiv.2409.15636,
  title  = {Personalized Federated Learning via Backbone Self-Distillation},
  author = {Pengju Wang and Bochao Liu and Dan Zeng and Chenggang Yan and Shiming Ge},
  journal= {arXiv preprint arXiv:2409.15636},
  year   = {2024}
}

Comments

Pubished in ACM MMAsia 2023

R2 v1 2026-06-28T18:54:38.913Z