paper-with-me

Papers

Aggregation Alignment for Federated Learning with Mixture-of-Experts under Data Heterogeneity

2026-03-22 · Zihan Fang, Qianru Wang, Haonan An, Zheng Lin, Yiqin Deng, Xianhao Chen, Yuguang Fang arxiv

Large language models (LLMs) increasingly adopt Mixture-of-Experts (MoE) architectures to scale model capacity while reducing computation. Fine-tuning these MoE-based LLMs often requires access to distributed and privacy-sensitive data, making centralized fine-tuning impractical. Federated learning (FL) therefore provides a paradigm to collaboratively fine-tune MoE-based LLMs, enabling each client to integrate diverse knowledge without compromising data privacy. However, the integration of MoE-based LLM fine-tuning into FL encounters two critical aggregation challenges due to inherent data heterogeneity across clients: (i) divergent local data distributions drive clients to develop distinct gating preference for localized expert selection, causing direct parameter aggregation to produce a ``one-size-fits-none'' global gating network, and (ii) same-indexed experts develop disparate semantic roles across clients, leading to expert semantic blurring and the degradation of expert specialization. To address these challenges, we propose FedAlign-MoE, a federated aggregation alignment framework that jointly enforces routing consistency and expert semantic alignment. Specifically, FedAlign-MoE aggregates gating behaviors by aligning routing distributions through consistency weighting and optimizes local gating networks through distribution regularization, maintaining cross-client stability without overriding discriminative local preferences. Meanwhile, FedAlign-MoE explicitly quantifies semantic consistency among same-indexed experts across clients and selectively aggregates updates from semantically aligned clients, ensuring stable and specialized functional roles for global experts. Extensive experiments demonstrate that FedAlign-MoE outperforms state-of-the-art benchmarks, achieving faster convergence and superior accuracy in non-IID federated environments.

📄 PDF Abstract BibTeX arXiv:2603.21276

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

MedMix: Specialization-Consistent Federated Sparse MoEs under Modality Heterogeneity

2026-08-14 · Adiba Orzikulova, Dong Min Kim, Jaehong Yoon, Sung-Ju Lee arxiv

Federated multimodal medical AI faces modality heterogeneity at both the client and sample levels: clients may systematically lack access to specific modality types, while individual records within the same client may co…

Federated Learning

Mixture of Experts Made Personalized: Federated Prompt Learning for Vision-Language Models

2024-10-14 · Jun Luo, Chen Chen, Shandong Wu

Federated prompt learning benefits federated learning with CLIP-like Vision-Language Model's (VLM's) robust representation learning ability through prompt learning. However, current federated prompt learning methods are …

Federated LearningMixture-of-ExpertsPrompt LearningRepresentation Learning

FedVLA: Federated Vision-Language-Action Learning with Dual Gating Mixture-of-Experts for Robotic Manipulation

2025-08-04 · Cui Miao, Tao Chang, Meihan Wu, Hongbin Xu 외 arxiv

Vision-language-action (VLA) models have significantly advanced robotic manipulation by enabling robots to interpret language instructions for task execution. However, training these models often relies on large-scale us…

Computational EfficiencyRepresentation Learning

Robust Federated Learning by Mixture of Experts

2021-04-23 · Saeedeh Parsaeefard, Sayed Ehsan Etesami, Alberto Leon Garcia

We present a novel weighted average model based on the mixture of experts (MoE) concept to provide robustness in Federated learning (FL) against the poisoned/corrupted/outdated local models. These threats along with the …

Federated LearningMixture-of-Experts

dFLMoE: Decentralized Federated Learning via Mixture of Experts for Medical Data Analysis

2025-03-13 · CVPR 2025 1 · Luyuan Xie, Tianyu Luan, Wenyuan Cai, Guochen Yan 외

Federated learning has wide applications in the medical field. It enables knowledge sharing among different healthcare institutes while protecting patients' privacy. However, existing federated learning systems are typic…

Federated LearningMixture-of-Experts