LGAISep 10, 2024

Ferret: Federated Full-Parameter Tuning at Scale for Large Language Models

arXiv:2409.06277v37 citationsh-index: 18Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of efficient and private LLM fine-tuning for applications requiring decentralized data, though it appears incremental as it builds on existing federated tuning approaches.

The paper tackles the challenge of fine-tuning large language models in federated settings where data privacy and communication efficiency are critical, proposing Ferret, a method that enables scalable full-parameter tuning while maintaining competitive model accuracy with reduced communication overhead and fast convergence.

Large Language Models (LLMs) have become indispensable in numerous real-world applications. However, fine-tuning these models at scale, especially in federated settings where data privacy and communication efficiency are critical, presents significant challenges. Existing approaches often resort to parameter-efficient fine-tuning (PEFT) to mitigate communication overhead, but this typically comes at the cost of model accuracy. To this end, we propose federated full-parameter tuning at scale for LLMs (Ferret), the first first-order method with shared randomness to enable scalable full-parameter tuning of LLMs across decentralized data sources while maintaining competitive model accuracy. Ferret accomplishes this through three aspects: (i) it employs widely used first-order methods for efficient local updates; (ii) it projects these updates into a low-dimensional space to considerably reduce communication overhead; and (iii) it reconstructs local updates from this low-dimensional space with shared randomness to facilitate effective full-parameter global aggregation, ensuring fast convergence and competitive final performance. Our rigorous theoretical analyses and insights along with extensive experiments, show that Ferret significantly enhances the scalability of existing federated full-parameter tuning approaches by achieving high computational efficiency, reduced communication overhead, and fast convergence, all while maintaining competitive model accuracy. Our implementation is available at https://github.com/allen4747/Ferret.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes