LGSep 18, 2025

Adaptive LoRA Experts Allocation and Selection for Federated Fine-Tuning

arXiv:2509.15087v26 citationsh-index: 11
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient and effective federated fine-tuning for domain-specific applications with distributed data, representing an incremental advancement in parameter-efficient adaptation methods.

The paper tackled the problem of fine-tuning large language models in federated learning with heterogeneous data by proposing FedLEASE, which adaptively allocates and selects LoRA experts, resulting in significant performance improvements over existing methods while maintaining communication efficiency.

Large Language Models (LLMs) have demonstrated impressive capabilities across various tasks, but fine-tuning them for domain-specific applications often requires substantial domain-specific data that may be distributed across multiple organizations. Federated Learning (FL) offers a privacy-preserving solution, but faces challenges with computational constraints when applied to LLMs. Low-Rank Adaptation (LoRA) has emerged as a parameter-efficient fine-tuning approach, though a single LoRA module often struggles with heterogeneous data across diverse domains. This paper addresses two critical challenges in federated LoRA fine-tuning: 1. determining the optimal number and allocation of LoRA experts across heterogeneous clients, and 2. enabling clients to selectively utilize these experts based on their specific data characteristics. We propose FedLEASE (Federated adaptive LoRA Expert Allocation and SElection), a novel framework that adaptively clusters clients based on representation similarity to allocate and train domain-specific LoRA experts. It also introduces an adaptive top-$M$ Mixture-of-Experts mechanism that allows each client to select the optimal number of utilized experts. Our extensive experiments on diverse benchmark datasets demonstrate that FedLEASE significantly outperforms existing federated fine-tuning approaches in heterogeneous client settings while maintaining communication efficiency.

Foundations

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

Your Notes