TL;DR
This paper introduces FLoCoRA, a federated learning method using low-rank adaptation to significantly reduce communication costs and memory usage with minimal accuracy loss, applicable to small vision models.
Contribution
FLoCoRA is a novel aggregation-agnostic approach integrating LoRA into federated learning, achieving substantial message size reduction and low memory requirements.
Findings
Reduces communication costs by 4.8x with <1% accuracy loss on CIFAR-10.
Extends with affine quantization to reduce communication by 18.6x.
Provides a strong baseline for message size reduction in federated learning.
Abstract
Low-Rank Adaptation (LoRA) methods have gained popularity in efficient parameter fine-tuning of models containing hundreds of billions of parameters. In this work, instead, we demonstrate the application of LoRA methods to train small-vision models in Federated Learning (FL) from scratch. We first propose an aggregation-agnostic method to integrate LoRA within FL, named FLoCoRA, showing that the method is capable of reducing communication costs by 4.8 times, while having less than 1% accuracy degradation, for a CIFAR-10 classification task with a ResNet-8. Next, we show that the same method can be extended with an affine quantization scheme, dividing the communication cost by 18.6 times, while comparing it with the standard method, with still less than 1% of accuracy loss, tested with on a ResNet-18 model. Our formulation represents a strong baseline for message size reduction, even…
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.
