Elastic Mixture of Rank-Wise Experts for Knowledge Reuse in Federated Fine-Tuning
Yebo Wu, Jingguang Li, Zhijiang Guo, Li Li
TL;DR
SmartFed tackles the high resource costs of federated fine-tuning for large language models by reusing existing LoRA modules through a trainable router and introducing a fine-grained, rank-wise knowledge fusion mechanism (MoRE). It further optimizes resource use with Elastic Expert Quota Allocation (EEQA), which adaptively allocates activation quotas to rank-wise experts based on their contribution. Extensive experiments across multiple models and diverse tasks show that SmartFed delivers consistent accuracy improvements, significantly faster convergence, and substantial reductions in communication and energy costs compared to baselines. This approach enables scalable, privacy-preserving fine-tuning on edge devices by leveraging public LoRA modules and sparse, input-conditioned routing.
Abstract
Federated fine-tuning offers a promising solution for adapting Large Language Models (LLMs) to downstream tasks while safeguarding data privacy. However, its high computational and communication demands hinder its deployment on resource-constrained devices. In this paper, we propose SmartFed, a resource-efficient federated fine-tuning framework. SmartFed intelligently reuses knowledge embedded in existing LoRA modules, eliminating the need for expensive training from scratch when adapting LLMs to new tasks. To effectively exploit this knowledge and ensure scalability, we introduce the Mixture of Rank-Wise Experts (MoRE). MoRE decomposes LoRA modules into fine-grained rank-level experts. These experts are selectively activated and combined based on input semantics and resource budgets. Moreover, to optimize resource utilization, we present the Elastic Expert Quota Allocation (EEQA). EEQA adaptively allocates expert capacity across parameter matrices based on their contribution to model performance, focusing computing resources on the critical experts. Extensive evaluations across multiple benchmarks demonstrate that SmartFed significantly outperforms existing methods in model performance and training efficiency.
