English

Personalized Federated Learning with Local Attention

Machine Learning 2023-04-17 v2 Computer Vision and Pattern Recognition

Abstract

Federated Learning (FL) aims to learn a single global model that enables the central server to help the model training in local clients without accessing their local data. The key challenge of FL is the heterogeneity of local data in different clients, such as heterogeneous label distribution and feature shift, which could lead to significant performance degradation of the learned models. Although many studies have been proposed to address the heterogeneous label distribution problem, few studies attempt to explore the feature shift issue. To address this issue, we propose a simple yet effective algorithm, namely \textbf{p}ersonalized \textbf{Fed}erated learning with \textbf{L}ocal \textbf{A}ttention (pFedLA), by incorporating the attention mechanism into personalized models of clients while keeping the attention blocks client-specific. Specifically, two modules are proposed in pFedLA, i.e., the personalized single attention module and the personalized hybrid attention module. In addition, the proposed pFedLA method is quite flexible and general as it can be incorporated into any FL method to improve their performance without introducing additional communication costs. Extensive experiments demonstrate that the proposed pFedLA method can boost the performance of state-of-the-art FL methods on different tasks such as image classification and object detection tasks.

Keywords

Cite

@article{arxiv.2304.01783,
  title  = {Personalized Federated Learning with Local Attention},
  author = {Sicong Liang and Junchao Tian and Shujun Yang and Yu Zhang},
  journal= {arXiv preprint arXiv:2304.01783},
  year   = {2023}
}

Comments

We have decided to withdraw this paper because upon further review, we have identified that the explanations regarding the parameters of each layer in the experiments should be more complete and precise, and that further experiments are needed to validate the correctness of our assumptions

R2 v1 2026-06-28T09:48:59.615Z