CRAILGSep 21, 2022

Federated Learning from Pre-Trained Models: A Contrastive Learning Approach

Amazon
arXiv:2209.10083v1286 citationsh-index: 51
Originality Incremental advance
AI Analysis

This addresses efficiency challenges in federated learning for decentralized systems, offering an incremental improvement over existing methods.

The paper tackles the high computational and communication costs in federated learning by proposing a lightweight framework where clients fuse representations from fixed pre-trained models, resulting in improved efficiency and personalized learning without training large models from scratch.

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 knowledge across clients through their class prototypes and builds client-specific representations in a prototype-wise contrastive manner. Sharing prototypes rather than learnable model parameters allows each client to fuse the representations in a personalized way while keeping the shared knowledge in a compact form for efficient communication. We perform a thorough evaluation of the proposed FedPCL in the lightweight framework, measuring and visualizing its ability to fuse various pre-trained models on popular FL datasets.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes