English

Personalized Federated Fine-Tuning for LLMs via Data-Driven Heterogeneous Model Architectures

Machine Learning 2025-10-10 v4

Abstract

Large language models (LLMs) are increasingly powering web-based applications, whose effectiveness relies on fine-tuning with large-scale instruction data. However, such data often contains valuable or sensitive information that limits its public sharing among business organizations. Federated learning (FL) enables collaborative fine-tuning of LLMs without accessing raw data. Existing approaches to federated LLM fine-tuning usually adopt a uniform model architecture, making it challenging to fit highly heterogeneous client-side data in varying domains and tasks, e.g., hospitals and financial institutions conducting federated fine-tuning may require different LLM architectures due to the distinct nature of their domains and tasks. To address this, we propose FedAMoLE, a lightweight personalized FL framework that enables data-driven heterogeneous model architectures. It features a heterogeneous mixture of low-rank adaptation (LoRA) experts module to aggregate architecturally heterogeneous models and a reverse selection-based expert assignment strategy to tailor model architectures for each client based on data distributions. Experiments across seven scenarios demonstrate that FedAMoLE improves client-side performance by an average of 5.97% over existing approaches while maintaining practical memory, communication, and computation overhead.

Keywords

Cite

@article{arxiv.2411.19128,
  title  = {Personalized Federated Fine-Tuning for LLMs via Data-Driven Heterogeneous Model Architectures},
  author = {Yicheng Zhang and Zhen Qin and Zhaomin Wu and Jian Hou and Shuiguang Deng},
  journal= {arXiv preprint arXiv:2411.19128},
  year   = {2025}
}

Comments

On going work. Codes are released at https://github.com/zyc140345/FedAMoLE

R2 v1 2026-06-28T20:15:53.221Z