paper-with-me

홈 › Papers

Adaptive Self-Distillation for Minimizing Client Drift in Heterogeneous Federated Learning

2023-05-31 · M. Yashwanth, Gaurav Kumar Nayak, Arya Singh, Yogesh Simmhan, Anirban Chakraborty

Federated Learning (FL) is a machine learning paradigm that enables clients to jointly train a global model by aggregating the locally trained models without sharing any local training data. In practice, there can often be substantial heterogeneity (e.g., class imbalance) across the local data distributions observed by each of these clients. Under such non-iid data distributions across clients, FL suffers from the 'client-drift' problem where every client drifts to its own local optimum. This results in slower convergence and poor performance of the aggregated model. To address this limitation, we propose a novel regularization technique based on adaptive self-distillation (ASD) for training models on the client side. Our regularization scheme adaptively adjusts to the client's training data based on the global model entropy and the client's label distribution. The proposed regularization can be easily integrated atop existing, state-of-the-art FL algorithms, leading to a further boost in the performance of these off-the-shelf methods. We theoretically explain how ASD reduces client-drift and also explain its generalization ability. We demonstrate the efficacy of our approach through extensive experiments on multiple real-world benchmarks and show substantial gains in performance over state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2305.19600

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

AdaBest: Minimizing Client Drift in Federated Learning via Adaptive Bias Estimation

2022-04-27 · Farshid Varno, Marzie Saghayi, Laya Rafiee Sevyeri, Sharut Gupta 외

In Federated Learning (FL), a number of clients or devices collaborate to train a model without sharing their data. Models are optimized locally at each client and further communicated to a central hub for aggregation. W…

Federated Learning

Local-Global Knowledge Distillation in Heterogeneous Federated Learning with Non-IID Data

2021-06-30 · Dezhong Yao, Wanning Pan, Yutong Dai, Yao Wan 외

Federated learning enables multiple clients to collaboratively learn a global model by periodically aggregating the clients' models without transferring the local data. However, due to the heterogeneity of the system and…

Federated LearningKnowledge Distillation

Rethinking Client Drift in Federated Learning: A Logit Perspective

2023-08-20 · Yunlu Yan, Chun-Mei Feng, Mang Ye, WangMeng Zuo 외

Federated Learning (FL) enables multiple clients to collaboratively learn in a distributed way, allowing for privacy protection. However, the real-world non-IID data will lead to client drift which degrades the performan…

Federated Learning

FedD2S: Personalized Data-Free Federated Knowledge Distillation

2024-02-16 · Kawa Atapour, S. Jamal Seyedmohammadi, Jamshid Abouei, Arash Mohammadi 외

This paper addresses the challenge of mitigating data heterogeneity among clients within a Federated Learning (FL) framework. The model-drift issue, arising from the noniid nature of client data, often results in subopti…

Data-free Knowledge DistillationFairnessFederated LearningKnowledge Distillation+1

Adaptive Distillation for Decentralized Learning from Heterogeneous Clients

2020-08-18 · Jiaxin Ma, Ryo Yonetani, Zahid Iqbal

This paper addresses the problem of decentralized learning to achieve a high-performance global model by asking a group of clients to share local models pre-trained with their own data resources. We are particularly inte…

Federated Learning