paper-with-me

홈 › Papers

Tackling Data Heterogeneity in Federated Learning with Class Prototypes

2022-12-06 · Yutong Dai, Zeyuan Chen, Junnan Li, Shelby Heinecke, Lichao Sun, ran Xu

Data heterogeneity across clients in federated learning (FL) settings is a widely acknowledged challenge. In response, personalized federated learning (PFL) emerged as a framework to curate local models for clients' tasks. In PFL, a common strategy is to develop local and global models jointly - the global model (for generalization) informs the local models, and the local models (for personalization) are aggregated to update the global model. A key observation is that if we can improve the generalization ability of local models, then we can improve the generalization of global models, which in turn builds better personalized models. In this work, we consider class imbalance, an overlooked type of data heterogeneity, in the classification setting. We propose FedNH, a novel method that improves the local models' performance for both personalization and generalization by combining the uniformity and semantics of class prototypes. FedNH initially distributes class prototypes uniformly in the latent space and smoothly infuses the class semantics into class prototypes. We show that imposing uniformity helps to combat prototype collapse while infusing class semantics improves local models. Extensive experiments were conducted on popular classification datasets under the cross-device setting. Our results demonstrate the effectiveness and stability of our method over recent works.

📄 PDF Abstract BibTeX arXiv:2212.02758

Code (1)

yutong-dai/fednh 공식 구현 pytorch

Tasks

Federated LearningPersonalized Federated Learning

Similar Papers 제목 키워드 기반

Enhancing Visual Representation with Textual Semantics: Textual Semantics-Powered Prototypes for Heterogeneous Federated Learning

2025-03-16 · Xinghao Wu, Jianwei Niu, Xuefeng Liu, Guogang Zhu 외

Federated Prototype Learning (FedPL) has emerged as an effective strategy for handling data heterogeneity in Federated Learning (FL). In FedPL, clients collaboratively construct a set of global feature centers (prototype…

Federated LearningLarge Language Model

Breaking the Prototype Bias Loop: Confidence-Aware Federated Contrastive Learning for Highly Imbalanced Clients

2026-03-03 · Tian-Shuang Wu, Shen-Huan Lyu, Ning Chen, Yi-Xiao He 외 arxiv

Local class imbalance and data heterogeneity across clients often trap prototype-based federated contrastive learning in a prototype bias loop: biased local prototypes induced by imbalanced data are aggregated into biase…

Contrastive Learning

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

FedSA: A Unified Representation Learning via Semantic Anchors for Prototype-based Federated Learning

2025-01-09 · Yanbing Zhou, Xiangmou Qu, Chenlong You, Jiyang Zhou 외

Prototype-based federated learning has emerged as a promising approach that shares lightweight prototypes to transfer knowledge among clients with data heterogeneity in a model-agnostic manner. However, existing methods …

Classifier calibrationContrastive LearningFederated LearningRepresentation Learning

FedProto: Federated Prototype Learning across Heterogeneous Clients

2021-05-01 · Yue Tan, Guodong Long, Lu Liu, Tianyi Zhou 외

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, cl…

Federated Learning