paper-with-me

홈 › Papers

Handling Data Heterogeneity in Federated Learning via Knowledge Distillation and Fusion

2022-07-23 · Xu Zhou, Xinyu Lei, Cong Yang, Yichun Shi, Xiao Zhang, Jingwen Shi

Federated learning (FL) supports distributed training of a global machine learning model across multiple devices with the help of a central server. However, data heterogeneity across different devices leads to the client model drift issue and results in model performance degradation and poor model fairness. To address the issue, we design Federated learning with global-local Knowledge Fusion (FedKF) scheme in this paper. The key idea in FedKF is to let the server return the global knowledge to be fused with the local knowledge in each training round so that the local model can be regularized towards the global optima. Therefore, the client model drift issue can be mitigated. In FedKF, we first propose the active-inactive model aggregation technique that supports a precise global knowledge representation. Then, we propose a data-free knowledge distillation (KD) approach to enable each client model to learn the global knowledge (embedded in the global model) while each client model can still learn the local knowledge (embedded in the local dataset) simultaneously, thereby realizing the global-local knowledge fusion process. The theoretical analysis and intensive experiments demonstrate the superiority of FedKF over previous solutions.

📄 PDF Abstract BibTeX arXiv:2207.11447

Code (1)

zxlovely/FedKF 공식 구현 pytorch

Tasks

Data-free Knowledge DistillationFairnessFederated LearningKnowledge DistillationPrivacy Preserving

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Framework for Co-distillation Driven Federated Learning to Address Class Imbalance in Healthcare

2024-11-15 · Suraj Racha, Shubh Gupta, Humaira Firdowse, Aastik Solanki 외

Federated Learning (FL) is a pioneering approach in distributed machine learning, enabling collaborative model training across multiple clients while retaining data privacy. However, the inherent heterogeneity due to imb…

Federated Learning

Towards Model Agnostic Federated Learning Using Knowledge Distillation

2021-10-28 · ICLR 2022 4 · Andrei Afonin, Sai Praneeth Karimireddy

Is it possible to design an universal API for federated learning using which an ad-hoc group of data-holders (agents) collaborate with each other and perform federated learning? Such an API would necessarily need to be m…

Federated LearningKnowledge Distillation

Tailored Federated Learning: Leveraging Direction Regulation & Knowledge Distillation

2024-09-29 · Huidong Tang, Chen Li, Huachong Yu, Sayaka Kamei 외

Federated learning (FL) has emerged as a transformative training paradigm, particularly invaluable in privacy-sensitive domains like healthcare. However, client heterogeneity in data, computing power, and tasks poses a s…

Federated LearningKnowledge Distillation

FedAL: Black-Box Federated Knowledge Distillation Enabled by Adversarial Learning

2023-11-28 · Pengchao Han, Xingyan Shi, Jianwei Huang

Knowledge distillation (KD) can enable collaborative learning among distributed clients that have different model architectures and do not share their local data and model parameters with others. Each client updates its …

Knowledge DistillationTransfer Learning

ModalityMirror: Improving Audio Classification in Modality Heterogeneity Federated Learning with Multimodal Distillation

2024-08-28 · Tiantian Feng, Tuo Zhang, Salman Avestimehr, Shrikanth S. Narayanan

Multimodal Federated Learning frequently encounters challenges of client modality heterogeneity, leading to undesired performances for secondary modality in multimodal learning. It is particularly prevalent in audiovisua…

Audio ClassificationFederated LearningKnowledge Distillation