paper-with-me

홈 › Papers

FedProto: Federated Prototype Learning across Heterogeneous Clients

2021-05-01 · Yue Tan, Guodong Long, Lu Liu, Tianyi Zhou, Qinghua Lu, Jing Jiang, Chengqi Zhang

Heterogeneity across clients in federated learning (FL) usually hinders the optimization convergence and generalization performance when the aggregation of clients' knowledge occurs in the gradient space. For example, clients may differ in terms of data distribution, network latency, input/output space, and/or model architecture, which can easily lead to the misalignment of their local gradients. To improve the tolerance to heterogeneity, we propose a novel federated prototype learning (FedProto) framework in which the clients and server communicate the abstract class prototypes instead of the gradients. FedProto aggregates the local prototypes collected from different clients, and then sends the global prototypes back to all clients to regularize the training of local models. The training on each client aims to minimize the classification error on the local data while keeping the resulting local prototypes sufficiently close to the corresponding global ones. Moreover, we provide a theoretical analysis to the convergence rate of FedProto under non-convex objectives. In experiments, we propose a benchmark setting tailored for heterogeneous FL, with FedProto outperforming several recent FL approaches on multiple datasets.

📄 PDF Abstract BibTeX arXiv:2105.00243

Code (4)

yuetan031/fedproto 공식 구현 pytorch
KarhouTam/FL-bench pytorch
TsingZ0/GFL pytorch
TsingZ0/PFL-Non-IID pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Dual-Distilled Heterogeneous Federated Learning with Adaptive Margins for Trainable Global Prototypes

2025-08-26 · Fatema Siddika, Md Anwar Hossen, Wensheng Zhang, Anuj Sharma 외 arxiv

Heterogeneous Federated Learning (HFL) has gained significant attention for its capacity to handle both model and data heterogeneity across clients. Prototype-based HFL methods emerge as a promising solution to address s…

Knowledge DistillationContrastive LearningFederated Learning

Prototype Guided Federated Learning of Visual Feature Representations

2021-05-19 · Umberto Michieli, Mete Ozay

Federated Learning (FL) is a framework which enables distributed model training using a large corpus of decentralized training data. Existing methods aggregate models disregarding their internal representations, which ar…

Federated Learningimage-classificationImage ClassificationSegmentation+1

Dynamic Heterogeneous Federated Learning with Multi-Level Prototypes

2023-12-15 · Shunxin Guo, Hongsong Wang, Xin Geng

Federated learning shows promise as a privacy-preserving collaborative learning technique. Existing heterogeneous federated learning mainly focuses on skewing the label distribution across clients. However, most approach…

Federated LearningPrivacy Preserving

Adaptive Prototype Knowledge Transfer for Federated Learning with Mixed Modalities and Heterogeneous Tasks

2025-02-06 · Keke Gai, Mohan Wang, Jing Yu, Dongjue Wang 외

Multimodal Federated Learning (MFL) enables multiple clients to collaboratively train models on multimodal data while ensuring clients' privacy. However, modality and task heterogeneity hinder clients from learning a uni…

Federated LearningTransfer Learning

FedHPro: Federated Hyper-Prototype Learning via Gradient Matching

2026-05-13 · Huan Wang, Jun Shen, Haoran Li, Zhenyu Yang 외 arxiv

Federated Learning (FL) enables collaborative training of distributed clients while protecting privacy. To enhance generalization capability in FL, prototype-based FL is in the spotlight, since shared global prototypes o…

Contrastive LearningFederated Learning