paper-with-me

Papers

Heterogeneous Federated Learning Using Knowledge Codistillation

2023-10-04 · Jared Lichtarge, Ehsan Amid, Shankar Kumar, Tien-Ju Yang, Rohan Anil, Rajiv Mathews

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, which limits model performance. To address this issue, we propose a method that involves training a small model on the entire pool and a larger model on a subset of clients with higher capacity. The models exchange information bidirectionally via knowledge distillation, utilizing an unlabeled dataset on a server without sharing parameters. We present two variants of our method, which improve upon federated averaging on image classification and language modeling tasks. We show this technique can be useful even if only out-of-domain or limited in-domain distillation data is available. Additionally, the bi-directional knowledge distillation allows for domain transfer between the models when different pool populations introduce domain shift.

📄 PDF Abstract BibTeX arXiv:2310.02549

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learningimage-classificationImage ClassificationKnowledge DistillationLanguage ModelingLanguage Modelling

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

A Closer Look at Codistillation for Distributed Training

2020-10-06 · Shagun Sodhani, Olivier Delalleau, Mahmoud Assran, Koustuv Sinha 외

Codistillation has been proposed as a mechanism to share knowledge among concurrently trained models by encouraging them to represent the same function through an auxiliary loss. This contrasts with the more commonly use…

Distributed Computing

Heterogeneous Federated Learning System for Sparse Healthcare Time-Series Prediction

2025-01-21 · Jia-Hao Syu, Jerry Chun-Wei Lin

In this paper, we propose a heterogeneous federated learning (HFL) system for sparse time series prediction in healthcare, which is a decentralized federated learning algorithm with heterogeneous transfers. We design den…

Federated LearningPredictionTime SeriesTime Series Prediction+1

Robust Heterogeneous Federated Learning under Data Corruption

2023-01-01 · ICCV 2023 1 · Xiuwen Fang, Mang Ye, Xiyuan Yang

Model heterogeneous federated learning is a realistic and challenging problem. However, due to the limitations of data collection, storage, and transmission conditions, as well as the existence of free-rider particip…

Data AugmentationFederated LearningTransfer Learning

Feature Distillation is the Better Choice for Model-Heterogeneous Federated Learning

2025-07-14 · Yichen Li

Model-Heterogeneous Federated Learning (Hetero-FL) has attracted growing attention for its ability to aggregate knowledge from heterogeneous models while keeping private data locally. To better aggregate knowledge from c…

Federated LearningKnowledge Distillation

FedHPD: Heterogeneous Federated Reinforcement Learning via Policy Distillation

2025-02-02 · Wenzheng Jiang, Ji Wang, Xiongtao Zhang, Weidong Bao 외

Federated Reinforcement Learning (FedRL) improves sample efficiency while preserving privacy; however, most existing studies assume homogeneous agents, limiting its applicability in real-world scenarios. This paper inves…

Knowledge Distillationreinforcement-learningReinforcement Learning