paper-with-me

홈 › Papers

Federated Skewed Label Learning with Logits Fusion

2023-11-14 · Yuwei Wang, Runhan Li, Hao Tan, Xuefeng Jiang, Sheng Sun, Min Liu, Bo Gao, Zhiyuan Wu

Federated learning (FL) aims to collaboratively train a shared model across multiple clients without transmitting their local data. Data heterogeneity is a critical challenge in realistic FL settings, as it causes significant performance deterioration due to discrepancies in optimization among local models. In this work, we focus on label distribution skew, a common scenario in data heterogeneity, where the data label categories are imbalanced on each client. To address this issue, we propose FedBalance, which corrects the optimization bias among local models by calibrating their logits. Specifically, we introduce an extra private weak learner on the client side, which forms an ensemble model with the local model. By fusing the logits of the two models, the private weak learner can capture the variance of different data, regardless of their category. Therefore, the optimization direction of local models can be improved by increasing the penalty for misclassifying minority classes and reducing the attention to majority classes, resulting in a better global model. Extensive experiments show that our method can gain 13\% higher average accuracy compared with state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2311.08202

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

CalFAT: Calibrated Federated Adversarial Training with Label Skewness

2022-05-30 · Chen Chen, Yuchen Liu, Xingjun Ma, Lingjuan Lyu

Recent studies have shown that, like traditional machine learning, federated learning (FL) is also vulnerable to adversarial attacks. To improve the adversarial robustness of FL, federated adversarial training (FAT) meth…

Adversarial RobustnessFederated Learning

Federated Learning with Label Distribution Skew via Logits Calibration

2022-09-01 · Jie Zhang, Zhiqi Li, Bo Li, Jianghe Xu 외

Traditional federated optimization methods perform poorly with heterogeneous data (ie, accuracy reduction), especially for highly skewed data. In this paper, we investigate the label distribution skew in FL, where the di…

Federated Learning

Exploring Vacant Classes in Label-Skewed Federated Learning

2024-01-04 · Kuangpu Guo, Yuhe Ding, Jian Liang, Ran He 외

Label skews, characterized by disparities in local label distribution across clients, pose a significant challenge in federated learning. As minority classes suffer from worse accuracy due to overfitting on local imbalan…

Federated LearningKnowledge Distillation

Federated Unlearning Model Recovery in Data with Skewed Label Distributions

2024-12-18 · Xinrui Yu, Wenbin Pei, Bing Xue, Qiang Zhang

In federated learning, federated unlearning is a technique that provides clients with a rollback mechanism that allows them to withdraw their data contribution without training from scratch. However, existing research ha…

DenoisingFederated Learning

Rethinking Client Drift in Federated Learning: A Logit Perspective

2023-08-20 · Yunlu Yan, Chun-Mei Feng, Mang Ye, WangMeng Zuo 외

Federated Learning (FL) enables multiple clients to collaboratively learn in a distributed way, allowing for privacy protection. However, the real-world non-IID data will lead to client drift which degrades the performan…

Federated Learning