paper-with-me

홈 › Papers

FedEx-LoRA: Exact Aggregation for Federated and Efficient Fine-Tuning of Foundation Models

2024-10-12 · Raghav Singhal, Kaustubh Ponkshe, Praneeth Vepakomma

Low-Rank Adaptation (LoRA) is a popular technique for efficient fine-tuning of foundation models. However, applying LoRA in federated learning environments, where data is distributed across multiple clients, presents unique challenges. Existing methods rely on traditional federated averaging of LoRA adapters, resulting in inexact updates. To address this, we propose Federated Exact LoRA, or FedEx-LoRA, which adds a residual error term to the pretrained frozen weight matrix. Our approach achieves exact updates with minimal computational and communication overhead, preserving LoRA's efficiency. We evaluate the method on various models across arithmetic reasoning, commonsense reasoning, natural language understanding and natural language generation tasks, showing consistent performance gains over state-of-the-art methods across multiple settings. Through extensive analysis, we quantify that the deviations in updates from the ideal solution are significant, highlighting the need for exact aggregation. Our method's simplicity, efficiency, and broad applicability position it as a promising solution for accurate and effective federated fine-tuning of foundation models. Our code is publicly available at https://github.com/RaghavSinghal10/fedex-lora.

📄 PDF Abstract BibTeX arXiv:2410.09432

Code (2)

RaghavSinghal10/fedex-lora 공식 구현 pytorch
CERT-Lab/fed-sb pytorch

Tasks

Arithmetic ReasoningFederated LearningNatural Language UnderstandingText Generation

Similar Papers 제목 키워드 기반

FEDEXCHANGE: Bridging the Domain Gap in Federated Object Detection for Free

2025-09-01 · Haolin Yuan, Jingtao Li, Weiming Zhuang, Chen Chen 외 arxiv

Federated Object Detection (FOD) enables clients to collaboratively train a global object detection model without accessing their local data from diverse domains. However, significant variations in environment, weather, …

Domain GeneralizationObject Detection

FedExP: Speeding Up Federated Averaging via Extrapolation

2023-01-23 · Divyansh Jhunjhunwala, Shiqiang Wang, Gauri Joshi

Federated Averaging (FedAvg) remains the most popular algorithm for Federated Learning (FL) optimization due to its simple implementation, stateless nature, and privacy guarantees combined with secure aggregation. Recent…

Federated Learning

On the Convergence of FedProx with Extrapolation and Inexact Prox

2024-10-02 · Hanmin Li, Peter Richtárik

Enhancing the FedProx federated learning algorithm (Li et al., 2020) with server-side extrapolation, Li et al. (2024a) recently introduced the FedExProx method. Their theoretical analysis, however, relies on the assumpti…

Federated Learning

FedEx: Expediting Federated Learning over Heterogeneous Mobile Devices by Overlapping and Participant Selection

2024-07-01 · Jiaxiang Geng, Boyu Li, Xiaoqi Qin, Yixuan Li 외

Training latency is critical for the success of numerous intrigued applications ignited by federated learning (FL) over heterogeneous mobile devices. By revolutionarily overlapping local gradient transmission with contin…

Federated Learning

Tighter Performance Theory of FedExProx

2024-10-20 · Wojciech Anyszka, Kaja Gruntkowska, Alexander Tyurin, Peter Richtárik

We revisit FedExProx - a recently proposed distributed optimization method designed to enhance convergence properties of parallel proximal algorithms via extrapolation. In the process, we uncover a surprising flaw: its k…

Distributed OptimizationDiversityFederated Learning