paper-with-me

Papers

FedFA: Federated Learning with Feature Anchors to Align Features and Classifiers for Heterogeneous Data

2022-11-17 · Tailin Zhou, Jun Zhang, Danny H. K. Tsang

Federated learning allows multiple clients to collaboratively train a model without exchanging their data, thus preserving data privacy. Unfortunately, it suffers significant performance degradation due to heterogeneous data at clients. Common solutions involve designing an auxiliary loss to regularize weight divergence or feature inconsistency during local training. However, we discover that these approaches fall short of the expected performance because they ignore the existence of a vicious cycle between feature inconsistency and classifier divergence across clients. This vicious cycle causes client models to be updated in inconsistent feature spaces with more diverged classifiers. To break the vicious cycle, we propose a novel framework named Federated learning with Feature Anchors (FedFA). FedFA utilizes feature anchors to align features and calibrate classifiers across clients simultaneously. This enables client models to be updated in a shared feature space with consistent classifiers during local training. Theoretically, we analyze the non-convex convergence rate of FedFA. We also demonstrate that the integration of feature alignment and classifier calibration in FedFA brings a virtuous cycle between feature and classifier updates, which breaks the vicious cycle existing in current approaches. Extensive experiments show that FedFA significantly outperforms existing approaches on various classification datasets under label distribution skew and feature distribution skew.

📄 PDF Abstract BibTeX arXiv:2211.09299

Code (1)

TailinZhou/FedFA 공식 구현 pytorch

Tasks

Classifier calibrationFederated LearningImage Classification

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

FedFA: Federated Feature Augmentation

2023-01-30 · Tianfei Zhou, Ender Konukoglu

Federated learning is a distributed paradigm that allows multiple parties to collaboratively train deep models without exchanging the raw data. However, the data distribution among clients is naturally non-i.i.d., which …

Federated Learning

Federated Learning with Flexible Architectures

2024-06-14 · Jong-Ik Park, Carlee Joe-Wong

Traditional federated learning (FL) methods have limited support for clients with varying computational and communication abilities, leading to inefficiencies and potential inaccuracies in model training. This limitation…

Backdoor AttackFederated Learning

pFedFair: Towards Optimal Group Fairness-Accuracy Trade-off in Heterogeneous Federated Learning

2025-03-19 · Haoyu Lei, Shizhan Gong, Qi Dou, Farzan Farnia

Federated learning (FL) algorithms commonly aim to maximize clients' accuracy by training a model on their collective data. However, in several FL applications, the model's decisions should meet a group fairness constrai…

FairnessFederated LearningPersonalized Federated Learning

Federated Face Recognition

2021-05-06 · Fan Bai, Jiaxiang Wu, Pengcheng Shen, Shaoxin Li 외

Face recognition has been extensively studied in computer vision and artificial intelligence communities in recent years. An important issue of face recognition is data privacy, which receives more and more public concer…

Face RecognitionFederated LearningPrivacy Preserving

FedFACT: A Provable Framework for Controllable Group-Fairness Calibration in Federated Learning

2025-06-04 · Li Zhang, Zhongxuan Han, Chaochao Chen, Xiaohua Feng 외

With emerging application of Federated Learning (FL) in decision-making scenarios, it is imperative to regulate model fairness to prevent disparities across sensitive groups (e.g., female, male). Current research predomi…

FairnessFederated LearningMulti-class Classification