FedRA: A Random Allocation Strategy for Federated Tuning to Unleash the Power of Heterogeneous Clients
Shangchao Su, Bin Li, Xiangyang Xue

TL;DR
FedRA introduces a simple, flexible federated tuning method that allocates model layers randomly to heterogeneous clients, enabling effective fine-tuning even when clients have limited resources, demonstrated by superior results on large-scale image datasets.
Contribution
FedRA presents a novel random allocation strategy for federated tuning that seamlessly integrates with transformer models and supports resource-constrained clients without model modifications.
Findings
FedRA outperforms existing methods on large-scale image datasets.
Supports scenarios where clients cannot support the entire global model.
Easily integrated into existing transformer-based models.
Abstract
With the increasing availability of Foundation Models, federated tuning has garnered attention in the field of federated learning, utilizing data and computation resources from multiple clients to collaboratively fine-tune foundation models. However, in real-world federated scenarios, there often exist a multitude of heterogeneous clients with varying computation and communication resources, rendering them incapable of supporting the entire model fine-tuning process. In response to this challenge, we propose a novel federated tuning algorithm, FedRA. The implementation of FedRA is straightforward and can be seamlessly integrated into any transformer-based model without the need for further modification to the original model. Specifically, in each communication round, FedRA randomly generates an allocation matrix. For resource-constrained clients, it reorganizes a small number of layers…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Advanced Neural Network Applications · Medical Imaging and Analysis
MethodsAdapter
