paper-with-me

홈 › Papers

FedKD: Communication Efficient Federated Learning via Knowledge Distillation

2021-08-30 · Chuhan Wu, Fangzhao Wu, Lingjuan Lyu, Yongfeng Huang, Xing Xie

Federated learning is widely used to learn intelligent models from decentralized data. In federated learning, clients need to communicate their local model updates in each iteration of model learning. However, model updates are large in size if the model contains numerous parameters, and there usually needs many rounds of communication until model converges. Thus, the communication cost in federated learning can be quite heavy. In this paper, we propose a communication efficient federated learning method based on knowledge distillation. Instead of directly communicating the large models between clients and server, we propose an adaptive mutual distillation framework to reciprocally learn a student and a teacher model on each client, where only the student model is shared by different clients and updated collaboratively to reduce the communication cost. Both the teacher and student on each client are learned on its local data and the knowledge distilled from each other, where their distillation intensities are controlled by their prediction quality. To further reduce the communication cost, we propose a dynamic gradient approximation method based on singular value decomposition to approximate the exchanged gradients with dynamic precision. Extensive experiments on benchmark datasets in different tasks show that our approach can effectively reduce the communication cost and achieve competitive results.

📄 PDF Abstract BibTeX arXiv:2108.13323

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningKnowledge Distillation

Similar Papers 제목 키워드 기반

BiFedKD: Bidirectional Federated Knowledge Distillation Framework for Non-IID and Long-Tailed ECG Monitoring

2026-05-14 · Zixuan Shu, Tiancheng Cao, Hen-Wei Huang arxiv

Electrocardiogram (ECG) monitoring in Internet of Medical Things (IoMT) networks is constrained by strict data-sharing regulations and privacy concerns. Federated learning (FL) enables collaborative learning by keeping r…

Knowledge DistillationFederated Learning

Data-Free Distillation Improves Efficiency and Privacy in Federated Thorax Disease Analysis

2023-10-22 · Ming Li, Guang Yang

Thorax disease analysis in large-scale, multi-centre, and multi-scanner settings is often limited by strict privacy policies. Federated learning (FL) offers a potential solution, while traditional parameter-based FL can …

Federated LearningPrivacy Preserving

FedKDX: Federated Learning with Negative Knowledge Distillation for Enhanced Healthcare AI Systems

2026-01-08 · Quang-Tu Pham, Hoang-Dieu Vu, Dinh-Dat Pham, Hieu H. Pham arxiv

This paper introduces FedKDX, a federated learning framework that addresses limitations in healthcare AI through Negative Knowledge Distillation (NKD). Unlike existing approaches that focus solely on positive knowledge t…

Knowledge DistillationContrastive LearningFederated Learning

SFedKD: Sequential Federated Learning with Discrepancy-Aware Multi-Teacher Knowledge Distillation

2025-07-11 · Haotian Xu, Jinrui Zhou, Xichong Zhang, Mingjun Xiao 외

Federated Learning (FL) is a distributed machine learning paradigm which coordinates multiple clients to collaboratively train a global model via a central server. Sequential Federated Learning (SFL) is a newly-emerging …

Federated LearningKnowledge Distillation

Low-Dimensional Federated Knowledge Graph Embedding via Knowledge Distillation

2024-08-11 · Xiaoxiong Zhang, Zhiwei Zeng, Xin Zhou, Zhiqi Shen

Federated Knowledge Graph Embedding (FKGE) aims to facilitate collaborative learning of entity and relation embeddings from distributed Knowledge Graphs (KGs) across multiple clients, while preserving data privacy. Train…

Graph EmbeddingKnowledge DistillationKnowledge Graph EmbeddingKnowledge Graphs