paper-with-me

홈 › Papers

Regularizing and Aggregating Clients with Class Distribution for Personalized Federated Learning

2024-06-12 · Gyuejeong Lee, Daeyoung Choi

Personalized federated learning (PFL) enables customized models for clients with varying data distributions. However, existing PFL methods often incur high computational and communication costs, limiting their practical application. This paper proposes a novel PFL method, Class-wise Federated Averaging (cwFedAVG), that performs Federated Averaging (FedAVG) class-wise, creating multiple global models per class on the server. Each local model integrates these global models weighted by its estimated local class distribution, derived from the L2-norms of deep network weights, avoiding privacy violations. Afterward, each global model does the same with local models using the same method. We also newly designed Weight Distribution Regularizer (WDR) to further enhance the accuracy of estimating a local class distribution by minimizing the Euclidean distance between the class distribution and the weight norms' distribution. Experimental results demonstrate that cwFedAVG matches or outperforms several existing PFL methods. Notably, cwFedAVG is conceptually simple yet computationally efficient as it mitigates the need for extensive calculation to collaborate between clients by leveraging shared global models. Visualizations provide insights into how cwFedAVG enables local model specialization on respective class distributions while global models capture class-relevant information across clients.

📄 PDF Abstract BibTeX arXiv:2406.07800

Code (1)

regulation-sakak/cwFedAvg 공식 구현 pytorch

Tasks

Federated LearningPersonalized Federated Learning

Similar Papers 제목 키워드 기반

FLIS: Clustered Federated Learning via Inference Similarity for Non-IID Data Distribution

2022-08-20 · Mahdi Morafah, Saeed Vahidian, Weijia Wang, Bill Lin

Classical federated learning approaches yield significant performance degradation in the presence of Non-IID data distributions of participants. When the distribution of each local dataset is highly different from the gl…

Federated LearningPersonalized Federated Learning

pFedSim: Similarity-Aware Model Aggregation Towards Personalized Federated Learning

2023-05-25 · Jiahao Tan, Yipeng Zhou, Gang Liu, Jessie Hui Wang 외

The federated learning (FL) paradigm emerges to preserve data privacy during model training by only exposing clients' model parameters rather than original data. One of the biggest challenges in FL lies in the non-IID (n…

Federated LearningPersonalized Federated Learning

Task-Centric Personalized Federated Fine-Tuning of Language Models

2026-03-30 · Gabriel U. Talasso, Meghdad Kurmanji, Allan M. de Souza, Nicholas D. Lane 외 arxiv

Federated Learning (FL) has emerged as a promising technique for training language models on distributed and private datasets of diverse tasks. However, aggregating models trained on heterogeneous tasks often degrades th…

Federated Learning

The Diversity Bonus: Learning from Dissimilar Distributed Clients in Personalized Federated Learning

2024-07-22 · Xinghao Wu, Xuefeng Liu, Jianwei Niu, Guogang Zhu 외

Personalized Federated Learning (PFL) is a commonly used framework that allows clients to collaboratively train their personalized models. PFL is particularly useful for handling situations where data from different clie…

DiversityFederated LearningPersonalized Federated Learning

Personalized Federated Learning With Graph

2022-03-02 · Fengwen Chen, Guodong Long, Zonghan Wu, Tianyi Zhou 외

Knowledge sharing and model personalization are two key components in the conceptual framework of personalized federated learning (PFL). Existing PFL methods focus on proposing new model personalization mechanisms while …

Federated LearningPersonalized Federated LearningRelation