paper-with-me

Papers

Federated LoRA with Sparse Communication

2024-06-07 · Kevin Kuo, Arian Raje, Kousik Rajesh, Virginia Smith

Low-rank adaptation (LoRA) is a natural method for finetuning in communication-constrained machine learning settings such as cross-device federated learning. Prior work that has studied LoRA in the context of federated learning has focused on improving LoRA's robustness to heterogeneity and privacy. In this work, we instead consider techniques for further improving communication-efficiency in federated LoRA. Unfortunately, we show that centralized ML methods that improve the efficiency of LoRA through unstructured pruning do not transfer well to federated settings. We instead study a simple approach, \textbf{FLASC}, that applies sparsity to LoRA during communication while allowing clients to locally fine-tune the entire LoRA module. Across four common federated learning tasks, we demonstrate that this method matches the performance of dense LoRA with up to $10\times$ less communication. Additionally, despite being designed primarily to target communication, we find that this approach has benefits in terms of heterogeneity and privacy relative to existing approaches tailored to these specific concerns. Overall, our work highlights the importance of considering system-specific constraints when developing communication-efficient finetuning approaches, and serves as a simple and competitive baseline for future work in federated finetuning.

📄 PDF Abstract BibTeX arXiv:2406.05233

Code (1)

imkevinkuo/flasc pytorch

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

CELLM: An Efficient Communication in Large Language Models Training for Federated Learning

2024-07-30 · Raja Vavekanand, Kira Sam

Federated Learning (FL) is a recent model training paradigm in which client devices collaboratively train a model without ever aggregating their data. Crucially, this scheme offers users potential privacy and security be…

Federated Learning

FedSRD: Sparsify-Reconstruct-Decompose for Communication-Efficient Federated Large Language Models Fine-Tuning

2025-10-06 · Guochen Yan, Luyuan Xie, Qingni Shen, Yuejian Fang 외 arxiv

The current paradigm of training large language models (LLMs) on public available Web data is becoming unsustainable as high-quality data sources in specialized domains near exhaustion. Federated Learning (FL) emerges as…

Federated Learning

Thermo-FL: Thermal-Aware Robust Federated Fine-Tuning of Large Language Models for Edge AI

2026-08-21 · Shiva Shrestha, Kazi Shaharair Sharif, Zongxing Xie, Jiajing Huang 외 arxiv

Federated fine-tuning enables large language models to adapt on edge devices without centralizing private data, but practical deployments must address hardware instability and adversarial update corruption together. Ther…

Entropy-Regularized Probabilistic Gates for Sparse Model Discovery in Scarce-Data Federated Learning

2026-06-30 · Krishna Harsha Kovelakuntla Huthasana, Alireza Olama, Andreas Lundell arxiv

Federated Learning (FL) is a distributed machine learning (ML) paradigm with collaboration among multiple clients without sharing data. FL is challenging under data heterogeneity and partial client participation. Learnin…

Computational EfficiencyFederated Learning

Robust Federated Finetuning of Foundation Models via Alternating Minimization of LoRA

2024-09-04 · Shuangyi Chen, Yue Ju, Hardik Dalal, Zhongwen Zhu 외

Parameter-Efficient Fine-Tuning (PEFT) has risen as an innovative training strategy that updates only a select few model parameters, significantly lowering both computational and memory demands. PEFT also helps to decrea…

Federated Learningparameter-efficient fine-tuning