paper-with-me

Papers

FedSoup: Improving Generalization and Personalization in Federated Learning via Selective Model Interpolation

2023-07-20 · Minghui Chen, Meirui Jiang, Qi Dou, Zehua Wang, Xiaoxiao Li

Cross-silo federated learning (FL) enables the development of machine learning models on datasets distributed across data centers such as hospitals and clinical research laboratories. However, recent research has found that current FL algorithms face a trade-off between local and global performance when confronted with distribution shifts. Specifically, personalized FL methods have a tendency to overfit to local data, leading to a sharp valley in the local model and inhibiting its ability to generalize to out-of-distribution data. In this paper, we propose a novel federated model soup method (i.e., selective interpolation of model parameters) to optimize the trade-off between local and global performance. Specifically, during the federated training phase, each client maintains its own global model pool by monitoring the performance of the interpolated model between the local and global models. This allows us to alleviate overfitting and seek flat minima, which can significantly improve the model's generalization performance. We evaluate our method on retinal and pathological image classification tasks, and our proposed method achieves significant improvements for out-of-distribution generalization. Our code is available at https://github.com/ubc-tea/FedSoup.

📄 PDF Abstract BibTeX arXiv:2307.10507

Code (1)

ubc-tea/fedsoup 공식 구현 pytorch

Tasks

Federated Learningimage-classificationImage ClassificationOut-of-Distribution Generalization

Similar Papers 제목 키워드 기반

FedKPer: Tackling Generalization and Personalization in Medical Federated Learning via Knowledge Personalization

2026-05-01 · Zoe Fowler, Ghassan AlRegib arxiv

Federated learning (FL) holds great potential for medical applications. However, statistical heterogeneity across healthcare institutions poses a major challenge for FL, as the global model struggles both to generalize a…

Federated Learning

Three Approaches for Personalization with Applications to Federated Learning

2020-02-25 · Yishay Mansour, Mehryar Mohri, Jae Ro, Ananda Theertha Suresh

The standard objective in machine learning is to train a single model for all users. However, in many learning scenarios, such as cloud computing and federated learning, it is possible to learn a personalized model per u…

AllBIG-bench Machine LearningCloud ComputingClustering+1

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

TAP: Two-Stage Adaptive Personalization of Multi-Task and Multi-Modal Foundation Models in Federated Learning

2025-09-30 · Seohyun Lee, Wenzhi Fang, Dong-Jun Han, Seyyedali Hosseinalipour 외 arxiv

In federated learning (FL), local personalization of models has received significant attention, yet personalized fine-tuning of foundation models remains underexplored. In particular, there is a lack of understanding in …

Federated Learning

Federated Multimodal Learning with Dual Adapters and Selective Pruning for Communication and Computational Efficiency

2025-03-10 · Duy Phuong Nguyen, J. Pablo Munoz, Tanya Roosta, Ali Jannesari

Federated Learning (FL) enables collaborative learning across distributed clients while preserving data privacy. However, FL faces significant challenges when dealing with heterogeneous data distributions, which can lead…

Computational EfficiencyFederated Learning