paper-with-me

홈 › Papers

Conflict-Aware Federated Fine-Tuning of Large Language Models with Mixture-of-Experts

2026-06-14 · Yijun Lu, Zihan Fang, Pengpeng Qiao, Zheng Lin, Jing Yang, Yuxin Zhang, Por Lip Yee, Zhe Chen, Jun Luo arxiv

The continuous scaling of large language models (LLMs) incurs prohibitive computational costs, making Mixture-of-Experts (MoE) a scalable alternative for efficient fine-tuning via sparse activation. While federated learning (FL) emerges as the paradigm for privacy-preserving collaborative optimization, integrating MoE into FL under data heterogeneity may trigger conflicting expert optimizations. Client-specific data distributions force same-indexed experts to optimize under inconsistent or even conflicting feature-label correlations. This mismatch induces destructive interference during aggregation, thus destabilizing the optimization trajectory and degrading model performance. To address this issue, we propose FC-MoE, a federated conflict-aware framework for MoE fine-tuning. It employs an importance aware weighting scheme to prioritize reliable local updates and utilizes gradient consensus projection to suppress conflicting updates, ensuring a stable global optimization path. Moreover, a local knowledge retention mechanism further preserves specialized client expertise by re-anchoring domain-specific residuals. Extensive experiments demonstrate that FC-MoE accelerates convergence and enhances both global and local model performance in non-IID federated environments.

📄 PDF Abstract BibTeX arXiv:2606.15625

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

FedSRD: Sparsify-Reconstruct-Decompose for Communication-Efficient Federated Large Language Models Fine-Tuning

2025-10-06 · Guochen Yan, Luyuan Xie, Qingni Shen, Yuejian Fang 외 arxiv

The current paradigm of training large language models (LLMs) on public available Web data is becoming unsustainable as high-quality data sources in specialized domains near exhaustion. Federated Learning (FL) emerges as…

Federated Learning

Continual Learning with Elastic Regularization and Synthetic Replay for Federated MLLM Fine-Tuning

2026-07-13 · Jing Liu, Chenxuanyin Zou, Jiayang Ren, Gaoyun Fang 외 arxiv

Federated fine-tuning of Multimodal Large Language Models (MLLMs) across distributed networks enables privacy-sensitive adaptation to evolving data streams, yet a fundamental obstacle prevents robust deployment in dynami…

Continual Learning

KaFT: Knowledge-aware Fine-tuning for Boosting LLMs' Domain-specific Question-Answering Performance

2025-05-21 · Qihuang Zhong, Liang Ding, Xiantao Cai, Juhua Liu 외

Supervised fine-tuning (SFT) is a common approach to improve the domain-specific question-answering (QA) performance of large language models (LLMs). However, recent literature reveals that due to the conflicts between L…

HallucinationQuestion Answering

Bi-level Personalization for Federated Foundation Models: A Task-vector Aggregation Approach

2025-09-16 · Yiyuan Yang, Guodong Long, Qinghua Lu, Liming Zhu 외 arxiv

Federated foundation models represent a new paradigm to jointly fine-tune pre-trained foundation models across clients. It is still a challenge to fine-tune foundation models for a small group of new users or specialized…

FLoRA: Federated Fine-Tuning Large Language Models with Heterogeneous Low-Rank Adaptations

2024-09-09 · Ziyao Wang, Zheyu Shen, Yexiao He, Guoheng Sun 외

The rapid development of Large Language Models (LLMs) has been pivotal in advancing AI, with pre-trained LLMs being adaptable to diverse downstream tasks through fine-tuning. Federated learning (FL) further enhances fine…

Federated LearningPrivacy Preserving