paper-with-me

Papers

FedWeave: Rethinking the Unit of Specialization in Heterogeneous Federated MoE-LoRA

2026-07-29 · Donghang Duan, Xu Zheng, Lizong Zhang, Chong Mu, Meng Han arxiv

Federated PEFT enables LLMs to collaboratively adapt to decentralized private data without sharing raw examples. However, task heterogeneity across clients can cause cross-task interference and gradient conflicts during aggregation. Federated MoE-LoRA addresses this challenge through specialized LoRA experts and conditional routing. Yet existing methods typically specialize at client granularity, implicitly assuming task-coherent clients. Our core insight is that experts need purity, namely pattern-coherent updates that preserve specialization, whereas routers need contrast, namely mixed-task observations that support expert comparison. We propose FedWeave, a framework that adopts asymmetric aggregation, separating expert aggregation from router optimization to meet these two requirements. FedWeave uses unsupervised prototype discovery to form local buckets and align them across clients, enabling prototype-level expert aggregation while retaining mixed-task client trajectories for router training. At inference, FedWeave performs sparse inference with one active expert while preserving nearly all soft-routing performance. Our theoretical analysis explains why asymmetric aggregation is advantageous: it controls expert convergence in stationarity through off-pattern contamination, identifies the consensus error induced by fragmented router trajectories, and bounds sparse-inference risk. On a heterogeneous multi-task benchmark with mainstream LLM backbones, FedWeave consistently outperforms strong baselines, while ablations verify the effectiveness of our design.

📄 PDF Abstract BibTeX arXiv:2607.26618

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Implicit Model Specialization through DAG-based Decentralized Federated Learning

2021-11-01 · Jossekin Beilharz, Bjarne Pfitzner, Robert Schmid, Paul Geppert 외

Federated learning allows a group of distributed clients to train a common machine learning model on private data. The exchange of model updates is managed either by a central entity or in a decentralized way, e.g. by a …

Federated Learning

Rethinking Architecture Design for Tackling Data Heterogeneity in Federated Learning

2021-06-10 · CVPR 2022 1 · Liangqiong Qu, Yuyin Zhou, Paul Pu Liang, Yingda Xia 외

Federated learning is an emerging research paradigm enabling collaborative training of machine learning models among different organizations while keeping data private at each institution. Despite recent progress, there …

Federated Learning

Decoupled Training with Local Reinforcement Fine-Tuning in Federated Learning

2026-05-27 · Yuting Ma, Lechao Cheng, Xiaohua Xu arxiv

Federated Learning (FL) with pre-trained Vision-Language Models (VLMs) has emerged as a promising paradigm for various downstream tasks. By leveraging its strong representations, recent studies improve task adaptation un…

Reinforcement LearningFederated Learning

WinFLoRA: Incentivizing Client-Adaptive Aggregation in Federated LoRA under Privacy Heterogeneity

2026-02-01 · Mengsha Kou, Xiaoyu Xia, Ziqi Wang, Ibrahim Khalil 외 arxiv

Large Language Models (LLMs) increasingly underpin intelligent web applications, from chatbots to search and recommendation, where efficient specialization is essential. Low-Rank Adaptation (LoRA) enables such adaptation…

Rethinking LoRA for Data Heterogeneous Federated Learning: Subspace and State Alignment

2026-02-02 · Hongyi Peng, Han Yu, Xiaoxiao Li, Qiang Yang arxiv

Low-Rank Adaptation (LoRA) is widely used for federated fine-tuning. Yet under non-IID settings, it can substantially underperform full-parameter fine-tuning. Through with-high-probability robustness analysis, we uncover…

Federated Learning