paper-with-me

홈 › Papers

Recovering Global Data Distribution Locally in Federated Learning

2024-09-21 · Ziyu Yao

Federated Learning (FL) is a distributed machine learning paradigm that enables collaboration among multiple clients to train a shared model without sharing raw data. However, a major challenge in FL is the label imbalance, where clients may exclusively possess certain classes while having numerous minority and missing classes. Previous works focus on optimizing local updates or global aggregation but ignore the underlying imbalanced label distribution across clients. In this paper, we propose a novel approach ReGL to address this challenge, whose key idea is to Recover the Global data distribution Locally. Specifically, each client uses generative models to synthesize images that complement the minority and missing classes, thereby alleviating label imbalance. Moreover, we adaptively fine-tune the image generation process using local real data, which makes the synthetic images align more closely with the global distribution. Importantly, both the generation and fine-tuning processes are conducted at the client-side without leaking data privacy. Through comprehensive experiments on various image classification datasets, we demonstrate the remarkable superiority of our approach over existing state-of-the-art works in fundamentally tackling label imbalance in FL.

📄 PDF Abstract BibTeX arXiv:2409.14063

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learningimage-classificationImage ClassificationImage Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Federated Learning with Bilateral Curation for Partially Class-Disjoint Data

2024-05-29 · NeurIPS 2023 11 · Ziqing Fan, Ruipeng Zhang, Jiangchao Yao, Bo Han 외

Partially class-disjoint data (PCDD), a common yet under-explored data formation where each client contributes a part of classes (instead of all classes) of samples, severely challenges the performance of federated algor…

Federated Learning

Preservation of the Global Knowledge by Not-True Distillation in Federated Learning

2021-06-06 · Gihun Lee, Minchan Jeong, Yongjin Shin, Sangmin Bae 외

In federated learning, a strong global model is collaboratively learned by aggregating clients' locally trained models. Although this precludes the need to access clients' data directly, the global model's convergence of…

Continual LearningFederated LearningKnowledge DistillationSelf-Knowledge Distillation

FCA: Taming Long-tailed Federated Medical Image Classification by Classifier Anchoring

2023-05-01 · Jeffry Wicaksana, Zengqiang Yan, Kwang-Ting Cheng

Limited training data and severe class imbalance impose significant challenges to developing clinically robust deep learning models. Federated learning (FL) addresses the former by enabling different medical clients to c…

Federated Learningimage-classificationImage ClassificationLesion Classification+2

FAM: fast adaptive federated meta-learning

2023-08-26 · Indrajeet Kumar Sinha, Shekhar Verma, Krishna Pratap Singh

In this work, we propose a fast adaptive federated meta-learning (FAM) framework for collaboratively learning a single global model, which can then be personalized locally on individual clients. Federated learning enable…

Federated LearningMeta-Learning

Fed-GraB: Federated Long-tailed Learning with Self-Adjusting Gradient Balancer

2023-10-11 · NeurIPS 2023 11 · Zikai Xiao, Zihan Chen, Songshang Liu, Hualiang Wang 외

Data privacy and long-tailed distribution are the norms rather than the exception in many real-world tasks. This paper investigates a federated long-tailed learning (Fed-LT) task in which each client holds a locally hete…