paper-with-me

홈 › Papers

Principled Federated Domain Adaptation: Gradient Projection and Auto-Weighting

2023-02-10 · Enyi Jiang, Yibo Jacky Zhang, Sanmi Koyejo

Federated Domain Adaptation (FDA) describes the federated learning (FL) setting where source clients and a server work collaboratively to improve the performance of a target client where limited data is available. The domain shift between the source and target domains, coupled with limited data of the target client, makes FDA a challenging problem, e.g., common techniques such as federated averaging and fine-tuning fail due to domain shift and data scarcity. To theoretically understand the problem, we introduce new metrics that characterize the FDA setting and a theoretical framework with novel theorems for analyzing the performance of server aggregation rules. Further, we propose a novel lightweight aggregation rule, Federated Gradient Projection ($\texttt{FedGP}$), which significantly improves the target performance with domain shift and data scarcity. Moreover, our theory suggests an $\textit{auto-weighting scheme}$ that finds the optimal combinations of the source and target gradients. This scheme improves both $\texttt{FedGP}$ and a simpler heuristic aggregation rule. Extensive experiments verify the theoretical insights and illustrate the effectiveness of the proposed methods in practice.

📄 PDF Abstract BibTeX arXiv:2302.05049

Code (1)

jackyzyb/autofedgp 공식 구현 pytorch

Tasks

Domain AdaptationFederated Learning

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Federated Adversarial Domain Adaptation

2019-11-05 · ICLR 2020 1 · Xingchao Peng, Zijun Huang, Yizhe Zhu, Kate Saenko

Federated learning improves data privacy and efficiency in machine learning performed over networks of distributed devices, such as mobile phones, IoT and wearable devices, etc. Yet models trained with federated learning…

DisentanglementDomain AdaptationFederated Learningtext-classification+2

Multi-Source Collaborative Gradient Discrepancy Minimization for Federated Domain Generalization

2024-01-05 · Yikang Wei, Yahong Han

Federated Domain Generalization aims to learn a domain-invariant model from multiple decentralized source domains for deployment on unseen target domain. Due to privacy concerns, the data from different source domains ar…

Domain AdaptationDomain Generalization

FedSLoP: Memory-Efficient Federated Learning with Low-Rank Gradient Projection

2026-04-27 · Yutong He, Zhengyang Huang, Jiahe Geng, Kun Yuan arxiv

Federated learning enables a population of clients to collaboratively train machine learning models without exchanging their raw data, but standard algorithms such as FedAvg suffer from slow convergence and high communic…

Federated Learning

Buffer-based Gradient Projection for Continual Federated Learning

2024-09-03 · Shenghong Dai, Jy-yong Sohn, Yicong Chen, S M Iftekharul Alam 외

Continual Federated Learning (CFL) is essential for enabling real-world applications where multiple decentralized clients adaptively learn from continuous data streams. A significant challenge in CFL is mitigating catast…

Federated LearningIncremental Learning

FedMM: Saddle Point Optimization for Federated Adversarial Domain Adaptation

2021-10-16 · Yan Shen, Jian Du, Han Zhao, Benyu Zhang 외

Federated adversary domain adaptation is a unique distributed minimax training task due to the prevalence of label imbalance among clients, with each client only seeing a subset of the classes of labels required to train…

Domain Adaptation