paper-with-me

Papers

Federated Generative Learning with Foundation Models

2023-06-28 · Jie Zhang, Xiaohua Qi, Bo Zhao

Existing approaches in Federated Learning (FL) mainly focus on sending model parameters or gradients from clients to a server. However, these methods are plagued by significant inefficiency, privacy, and security concerns. Thanks to the emerging foundation generative models, we propose a novel federated learning framework, namely Federated Generative Learning. In this framework, each client can create text embeddings that are tailored to their local data, and send embeddings to the server. Then the informative training data can be synthesized remotely on the server using foundation generative models with these embeddings, which can benefit FL tasks. Our proposed framework offers several advantages, including increased communication efficiency, robustness to data heterogeneity, substantial performance improvements, and enhanced privacy protection. We validate these benefits through extensive experiments conducted on 12 datasets. For example, on the ImageNet100 dataset with a highly skewed data distribution, our method outperforms FedAvg by 12% in a single communication round, compared to FedAvg's performance over 200 communication rounds. We have released the code for all experiments conducted in this study.

📄 PDF Abstract BibTeX arXiv:2306.16064

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

FederatedFactory: Generative One-Shot Learning for Extremely Non-IID Distributed Scenarios

2026-03-17 · Andrea Moleri, Christian Internò, Ali Raza, Markus Olhofer 외 arxiv

Federated Learning (FL) enables distributed optimization without compromising data sovereignty. Yet, where local label distributions are mutually exclusive, standard weight aggregation fails due to conflicting optimizati…

Distributed OptimizationFederated LearningOne-Shot Learning

GOF-TTE: Generative Online Federated Learning Framework for Travel Time Estimation

2022-07-02 · Zhiwen Zhang, Hongjun Wang, Jiyuan Chen, Zipei Fan 외

Estimating the travel time of a path is an essential topic for intelligent transportation systems. It serves as the foundation for real-world applications, such as traffic monitoring, route planning, and taxi dispatching…

Federated LearningTravel Time Estimation

DSFedMed: Dual-Scale Federated Medical Image Segmentation via Mutual Distillation Between Foundation and Lightweight Models

2026-01-22 · Hanwen Zhang, Qiaojin Shen, Yuxi Liu, Yuesheng Zhu 외 arxiv

Foundation Models (FMs) have demonstrated strong generalization across diverse vision tasks. However, their deployment in federated settings is hindered by high computational demands, substantial communication overhead, …

Medical Image SegmentationKnowledge DistillationGeneral Knowledge

Personalized Federated Fine-Tuning of Vision Foundation Models for Healthcare

2025-10-14 · Adam Tupper, Christian Gagné arxiv

Foundation models open up new possibilities for the use of AI in healthcare. However, even when pre-trained on health data, they still need to be fine-tuned for specific downstream tasks. Furthermore, although foundation…

Federated Learning

FedFMS: Exploring Federated Foundation Models for Medical Image Segmentation

2024-03-08 · Yuxi Liu, Guibo Luo, Yuesheng Zhu

Medical image segmentation is crucial for clinical diagnosis. The Segmentation Anything Model (SAM) serves as a powerful foundation model for visual segmentation and can be adapted for medical image segmentation. However…

Federated LearningImage SegmentationMedical Image SegmentationSegmentation+1