LGAIDCMar 13, 2025

Efficient Federated Fine-Tuning of Large Language Models with Layer Dropout

arXiv:2503.10217v12 citationsh-index: 16
Originality Incremental advance
AI Analysis

This addresses computational and memory burdens for developers in privacy-preserving federated learning, though it is incremental as it builds on parameter-efficient fine-tuning techniques.

The paper tackles the inefficiency of federated fine-tuning for large language models by proposing DropPEFT, a framework using stochastic transformer layer dropout, which achieves a 1.3-6.3× speedup in convergence and 40%-67% memory reduction compared to state-of-the-art methods.

Fine-tuning plays a crucial role in enabling pre-trained LLMs to evolve from general language comprehension to task-specific expertise. To preserve user data privacy, federated fine-tuning is often employed and has emerged as the de facto paradigm. However, federated fine-tuning is prohibitively inefficient due to the tension between LLM complexity and the resource constraint of end devices, incurring unaffordable fine-tuning overhead. Existing literature primarily utilizes parameter-efficient fine-tuning techniques to mitigate communication costs, yet computational and memory burdens continue to pose significant challenges for developers. This work proposes DropPEFT, an innovative federated PEFT framework that employs a novel stochastic transformer layer dropout method, enabling devices to deactivate a considerable fraction of LLMs layers during training, thereby eliminating the associated computational load and memory footprint. In DropPEFT, a key challenge is the proper configuration of dropout ratios for layers, as overhead and training performance are highly sensitive to this setting. To address this challenge, we adaptively assign optimal dropout-ratio configurations to devices through an exploration-exploitation strategy, achieving efficient and effective fine-tuning. Extensive experiments show that DropPEFT can achieve a 1.3-6.3\times speedup in model convergence and a 40%-67% reduction in memory footprint compared to state-of-the-art methods.

Foundations

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

Your Notes