paper-with-me

홈 › Papers

FLoCoRA: Federated learning compression with low-rank adaptation

2024-06-20 · Lucas Grativol Ribeiro, Mathieu Leonardon, Guillaume Muller, Virginie Fresse, Matthieu Arzel

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 when compared to conventional model compression works, while also reducing the training memory requirements due to the low-rank adaptation.

📄 PDF Abstract BibTeX arXiv:2406.14082

Code (1)

lgrativol/flocora_eusipco24 공식 구현 pytorch

Tasks

Federated LearningModel CompressionQuantization

Similar Papers 제목 키워드 기반

FraQ: Efficient Coordinate-Space Recompression for Federated Low-Rank Adaptation

2026-08-04 · Shenghui Li, Thiemo Voigt arxiv

Federated fine-tuning with Low-Rank Adaptation (LoRA) enables efficient collaborative adaptation of Large Language Models (LLMs) without centralizing private data. However, LoRA's two-factor parameterization creates an a…

Text Classification

Fed-DLoRA: Efficient Wireless Federated Learning with Dynamic Low-Rank Adaptation

2026-04-27 · Huaicheng Li, Junhui Zhao, Haoyu Quan, Xiaoming Wang arxiv

Federated learning (FL) offers a promising distributed learning paradigm for internet of vehicles (IoV) applications. However, it faces challenges from communication overhead and dynamic environments. Model compression t…

Federated LearningModel Compression

Towards Federated Low-Rank Adaptation of Language Models with Rank Heterogeneity

2024-06-25 · Yuji Byun, Jaeho Lee

Low-rank adaptation (LoRA) offers an efficient alternative to full-weight adaptation in federated fine-tuning of language models, significantly reducing computational costs. By adjusting ranks for each client, federated …

Efficient Wireless Federated Learning via Low-Rank Gradient Factorization

2024-01-15 · Mingzhao Guo, Dongzhu Liu, Osvaldo Simeone, Dingzhu Wen

This paper presents a novel gradient compression method for federated learning (FL) in wireless systems. The proposed method centers on a low-rank matrix factorization strategy for local gradient compression that is base…

Federated LearningLow-rank compression

Towards Robust and Efficient Federated Low-Rank Adaptation with Heterogeneous Clients

2024-10-30 · Jabin Koo, Minwoo Jang, Jungseul Ok

Federated fine-tuning for Large Language Models (LLMs) faces significant challenges due to the heavy communication overhead of transmitting large model updates. Although Low Rank Adaptation (LoRA) has been proposed as a …

Federated Learning