Federated Fine-tuning of Large Language Models under Heterogeneous Tasks and Client Resources
Jiamu Bai, Daoyuan Chen, Bingchen Qian, Liuyi Yao, Yaliang Li
TL;DR
Federated fine-tuning of billion-scale LLMs is hampered by data and resource heterogeneity across clients, leading to a bucket effect where resource-rich clients underutilize their capacity. FlexLoRA offers a simple, plug-in aggregation mechanism that allows clients to contribute LoRA weights at heterogeneous ranks, averaging them into a full-size representation and redistributing via SVD to preserve each client’s resource constraints. The authors provide a theoretical generalization bound under Lipschitz and SVD-approximation assumptions and validate the approach with extensive cross-device experiments across thousands of NLP tasks, showing consistent improvements over state-of-the-art FL baselines in zero-shot and cross-task settings. The work demonstrates practical, privacy-preserving federated tuning for LLMs and highlights scalability and applicability to edge devices, with open-source code and broad compatibility with existing LoRA-based FL methods. Overall, FlexLoRA advances resource-aware FL by enabling broader knowledge transfer across heterogeneous client populations.
Abstract
Federated Learning (FL) has recently been applied to the parameter-efficient fine-tuning of Large Language Models (LLMs). While promising, it raises significant challenges due to the heterogeneous resources and data distributions of clients. This study introduces FlexLoRA, a simple yet effective aggregation scheme for LLM fine-tuning, which mitigates the ``bucket effect'' in traditional FL that restricts the potential of clients with ample resources by tying them to the capabilities of the least-resourced participants. FlexLoRA allows for dynamic adjustment of local LoRA ranks, fostering the development of a global model imbued with broader, less task-specific knowledge. By synthesizing a full-size LoRA weight from individual client contributions and employing Singular Value Decomposition (SVD) for weight redistribution, FlexLoRA fully leverages heterogeneous client resources. Involving thousands of clients performing heterogeneous NLP tasks and client resources, our experiments validate the efficacy of FlexLoRA, with the federated global model achieving consistently better improvement over SOTA FL methods in downstream NLP task performance across various heterogeneous distributions. FlexLoRA's practicality is further underscored by our theoretical analysis and its seamless integration with existing LoRA-based FL methods, offering a path toward cross-device, privacy-preserving federated tuning for LLMs.
