paper-with-me

홈 › Papers

Adapt to Adaptation: Learning Personalization for Cross-Silo Federated Learning

2021-10-15 · Jun Luo, Shandong Wu

Conventional federated learning (FL) trains one global model for a federation of clients with decentralized data, reducing the privacy risk of centralized training. However, the distribution shift across non-IID datasets, often poses a challenge to this one-model-fits-all solution. Personalized FL aims to mitigate this issue systematically. In this work, we propose APPLE, a personalized cross-silo FL framework that adaptively learns how much each client can benefit from other clients' models. We also introduce a method to flexibly control the focus of training APPLE between global and local objectives. We empirically evaluate our method's convergence and generalization behaviors, and perform extensive experiments on two benchmark datasets and two medical imaging datasets under two non-IID settings. The results show that the proposed personalized FL framework, APPLE, achieves state-of-the-art performance compared to several other personalized FL approaches in the literature. The code is publicly available at https://github.com/ljaiverson/pFL-APPLE.

📄 PDF Abstract BibTeX arXiv:2110.08394

Code (2)

ljaiverson/pfl-apple 공식 구현 pytorch
TsingZ0/PFL-Non-IID pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

On Privacy and Personalization in Cross-Silo Federated Learning

2022-06-16 · Ziyu Liu, Shengyuan Hu, Zhiwei Steven Wu, Virginia Smith

While the application of differential privacy (DP) has been well-studied in cross-device federated learning (FL), there is a lack of work considering DP and its implications for cross-silo FL, a setting characterized by …

Federated LearningMulti-Task Learning

FedPoisonTTP: A Threat Model and Poisoning Attack for Federated Test-Time Personalization

2025-11-24 · Md Akil Raihan Iftee, Syed Md. Ahnaf Hasan, Amin Ahsan Ali, AKM Mahbubur Rahman 외 arxiv

Test-time personalization in federated learning enables models at clients to adjust online to local domain shifts, enhancing robustness and personalization in deployment. Yet, existing federated learning work largely ove…

Federated Learning

PFA: Privacy-preserving Federated Adaptation for Effective Model Personalization

2021-03-02 · Bingyan Liu, Yao Guo, Xiangqun Chen

Federated learning (FL) has become a prevalent distributed machine learning paradigm with improved privacy. After learning, the resulting federated model should be further personalized to each different client. While sev…

Federated LearningPrivacy Preserving

Harmonizing Generalization and Personalization in Federated Prompt Learning

2024-05-16 · Tianyu Cui, Hongxia Li, Jingya Wang, Ye Shi

Federated Prompt Learning (FPL) incorporates large pre-trained Vision-Language models (VLM) into federated learning through prompt tuning. The transferable representations and remarkable generalization capacity of VLM ma…

Federated LearningPrompt Learning

Amortizing Federated Adaptation: Hypernetwork Driven LoRA for Personalized Foundation Models

2026-06-04 · Sunny Gupta, Shambhavi Shanker, Amit Sethi arxiv

Federated fine-tuning of foundation models using Low-Rank Adaptation (LoRA) offers a communication efficient solution for distributed learning. However, existing federated LoRA methods suffer from two fundamental limitat…