paper-with-me

홈 › Papers

Federated Mutual Learning

2020-06-27 · Tao Shen, Jie Zhang, Xinkang Jia, Fengda Zhang, Gang Huang, Pan Zhou, Kun Kuang, Fei Wu, Chao Wu

Federated learning (FL) enables collaboratively training deep learning models on decentralized data. However, there are three types of heterogeneities in FL setting bringing about distinctive challenges to the canonical federated learning algorithm (FedAvg). First, due to the Non-IIDness of data, the global shared model may perform worse than local models that solely trained on their private data; Second, the objective of center server and clients may be different, where center server seeks for a generalized model whereas client pursue a personalized model, and clients may run different tasks; Third, clients may need to design their customized model for various scenes and tasks; In this work, we present a novel federated learning paradigm, named Federated Mutual Leaning (FML), dealing with the three heterogeneities. FML allows clients training a generalized model collaboratively and a personalized model independently, and designing their private customized models. Thus, the Non-IIDness of data is no longer a bug but a feature that clients can be personally served better. The experiments show that FML can achieve better performance than alternatives in typical FL setting, and clients can be benefited from FML with different models and tasks.

📄 PDF Abstract BibTeX arXiv:2006.16765

Code (3)

TsingZ0/GFL pytorch
TsingZ0/PFL-Non-IID pytorch
ZJU-DAI/Federated-Mutual-Learning pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

A Mutual Information Perspective on Federated Contrastive Learning

2024-05-03 · Christos Louizos, Matthias Reisser, Denis Korzhenkov

We investigate contrastive learning in the federated setting through the lens of SimCLR and multi-view mutual information maximization. In doing so, we uncover a connection between contrastive representation learning and…

Contrastive LearningFederated Unsupervised LearningRepresentation Learning

DSFedMed: Dual-Scale Federated Medical Image Segmentation via Mutual Distillation Between Foundation and Lightweight Models

2026-01-22 · Hanwen Zhang, Qiaojin Shen, Yuxi Liu, Yuesheng Zhu 외 arxiv

Foundation Models (FMs) have demonstrated strong generalization across diverse vision tasks. However, their deployment in federated settings is hindered by high computational demands, substantial communication overhead, …

Medical Image SegmentationKnowledge DistillationGeneral Knowledge

FedMKT: Federated Mutual Knowledge Transfer for Large and Small Language Models

2024-06-04 · Tao Fan, Guoqiang Ma, Yan Kang, Hanlin Gu 외

Recent research in federated large language models (LLMs) has primarily focused on enabling clients to fine-tune their locally deployed homogeneous LLMs collaboratively or on transferring knowledge from server-based LLMs…

Text GenerationTransfer Learning

A Quantitative Metric for Privacy Leakage in Federated Learning

2021-02-24 · Yong liu, Xinghua Zhu, Jianzong Wang, Jing Xiao

In the federated learning system, parameter gradients are shared among participants and the central modulator, while the original data never leave their protected source domain. However, the gradient itself might carry e…

Federated LearningMutual Information Estimation

DFML: Decentralized Federated Mutual Learning

2024-02-02 · Yasser H. Khalil, Amir H. Estiri, Mahdi Beitollahi, Nader Asadi 외

In the realm of real-world devices, centralized servers in Federated Learning (FL) present challenges including communication bottlenecks and susceptibility to a single point of failure. Additionally, contemporary device…

Federated Learning