paper-with-me

Papers

Label driven Knowledge Distillation for Federated Learning with non-IID Data

2022-09-29 · Minh-Duong Nguyen, Quoc-Viet Pham, Dinh Thai Hoang, Long Tran-Thanh, Diep N. Nguyen, Won-Joo Hwang

In real-world applications, Federated Learning (FL) meets two challenges: (1) scalability, especially when applied to massive IoT networks; and (2) how to be robust against an environment with heterogeneous data. Realizing the first problem, we aim to design a novel FL framework named Full-stack FL (F2L). More specifically, F2L utilizes a hierarchical network architecture, making extending the FL network accessible without reconstructing the whole network system. Moreover, leveraging the advantages of hierarchical network design, we propose a new label-driven knowledge distillation (LKD) technique at the global server to address the second problem. As opposed to current knowledge distillation techniques, LKD is capable of training a student model, which consists of good knowledge from all teachers' models. Therefore, our proposed algorithm can effectively extract the knowledge of the regions' data distribution (i.e., the regional aggregated models) to reduce the divergence between clients' models when operating under the FL system with non-independent identically distributed data. Extensive experiment results reveal that: (i) our F2L method can significantly improve the overall FL efficiency in all global distillations, and (ii) F2L rapidly achieves convergence as global distillation stages occur instead of increasing on each communication cycle.

📄 PDF Abstract BibTeX arXiv:2209.14520

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningKnowledge Distillation

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 제목 키워드 기반

Benchmarking Federated Learning and Knowledge Distillation for Point Cloud Classification

2026-06-30 · Aizierjiang Aiersilan arxiv

Deploying 3D point cloud analysis in privacy-sensitive, resource-constrained settings faces two barriers: data cannot be centralized, and models must run on limited edge hardware. We present a multi-seed benchmark jointl…

3D Point Cloud ClassificationKnowledge DistillationFederated Learning

Heterogeneous Federated Learning Using Knowledge Codistillation

2023-10-04 · Jared Lichtarge, Ehsan Amid, Shankar Kumar, Tien-Ju Yang 외

Federated Averaging, and many federated learning algorithm variants which build upon it, have a limitation: all clients must share the same model architecture. This results in unused modeling capacity on many clients, wh…

Federated Learningimage-classificationImage ClassificationKnowledge Distillation+2

Personalized Federated Learning through Global Knowledge Distillation and Local Head Adaptation

2026-09-15 · Polycarpo Souza Neto, José Mairton Barros da Silva Júnior, Charles Casimiro Cavalcante arxiv

Statistical heterogeneity limits federated learning when a single global classifier cannot represent client-specific label distributions. In this work, we propose Personalized Federated Knowledge Distillation with Head A…

Personalized Federated LearningKnowledge Distillation

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

Federated Learning with Label-Masking Distillation

2024-09-20 · Jianghu Lu, Shikun Li, Kexin Bao, Pengju Wang 외

Federated learning provides a privacy-preserving manner to collaboratively train models on data distributed over multiple local clients via the coordination of a global server. In this paper, we focus on label distributi…

Federated LearningPrivacy Preserving