Federated Learning from Pre-Trained Models: A Contrastive Learning Approach
Yue Tan, Guodong Long, Jie Ma, Lu Liu, Tianyi Zhou, Jing Jiang

TL;DR
This paper introduces FedPCL, a federated learning framework that leverages fixed pre-trained models and prototype-wise contrastive learning to reduce computation, communication, and improve personalization in decentralized settings.
Contribution
It proposes a novel lightweight FL approach using fixed pre-trained models and prototype contrastive learning for personalized, efficient federated training.
Findings
FedPCL effectively fuses multiple pre-trained models across clients.
The method reduces communication costs compared to traditional FL.
It enhances client-specific representation learning.
Abstract
Federated Learning (FL) is a machine learning paradigm that allows decentralized clients to learn collaboratively without sharing their private data. However, excessive computation and communication demands pose challenges to current FL frameworks, especially when training large-scale models. To prevent these issues from hindering the deployment of FL systems, we propose a lightweight framework where clients jointly learn to fuse the representations generated by multiple fixed pre-trained models rather than training a large-scale model from scratch. This leads us to a more practical FL problem by considering how to capture more client-specific and class-relevant information from the pre-trained models and jointly improve each client's ability to exploit those off-the-shelf models. In this work, we design a Federated Prototype-wise Contrastive Learning (FedPCL) approach which shares…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Privacy, Security, and Data Protection
MethodsContrastive Learning
