FedWeave Improves Federated Learning with Specialized MoE-LoRA

Donghang Duan, Xu Zheng, Lizong Zhang, Chong Mu, Meng Han· July 30, 2026 View original

Summary

FedWeave is a new framework for heterogeneous federated learning that rethinks specialization in Mixture-of-Experts (MoE) LoRA. It uses asymmetric aggregation, separating expert aggregation from router optimization, to address cross-task interference and gradient conflicts across diverse client data.

This research introduces FedWeave, a novel framework designed to enhance federated learning, particularly for Large Language Models (LLMs) adapted via Parameter-Efficient Fine-Tuning (PEFT) in decentralized, private data environments. Existing federated MoE-LoRA methods often struggle with task heterogeneity among clients, leading to interference and gradient conflicts during model aggregation. FedWeave addresses this by proposing an asymmetric aggregation strategy. The core insight is to separate the aggregation of specialized LoRA experts from the optimization of the routing mechanism. This allows experts to receive "pattern-coherent updates" that preserve their specialization, while routers benefit from "mixed-task observations" that improve expert comparison. FedWeave employs unsupervised prototype discovery to align local data buckets across clients, enabling prototype-level expert aggregation. During inference, it maintains high performance with sparse inference, activating only one expert. Theoretical analysis supports its advantages in controlling expert convergence and bounding sparse-inference risk, with empirical results showing consistent outperformance against strong baselines on heterogeneous multi-task benchmarks.

Why it matters

Professionals developing or deploying federated learning solutions for LLMs can achieve better model performance and efficiency in heterogeneous environments, crucial for privacy-preserving AI applications across diverse user bases.

How to implement this in your domain

  1. 1Evaluate FedWeave's asymmetric aggregation strategy for existing federated learning projects with heterogeneous client data.
  2. 2Explore implementing unsupervised prototype discovery to improve expert specialization in federated MoE-LoRA architectures.
  3. 3Consider adopting sparse inference techniques from FedWeave to reduce computational overhead during deployment of federated LLMs.
  4. 4Apply the principles of separating expert and router optimization to other distributed machine learning paradigms facing data heterogeneity.

Who benefits

HealthcareFinanceTelecommunicationsAutomotive

Key takeaways

  • Federated learning with MoE-LoRA faces challenges with task heterogeneity and gradient conflicts.
  • FedWeave introduces asymmetric aggregation, separating expert and router optimization.
  • It uses unsupervised prototype discovery for expert aggregation and retains mixed-task trajectories for router training.
  • FedWeave outperforms baselines, offering better performance and efficiency for heterogeneous federated LLMs.

Original post by Donghang Duan, Xu Zheng, Lizong Zhang, Chong Mu, Meng Han

"arXiv:2607.26618v1 Announce Type: new Abstract: 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.…"

View on X

Originally posted by Donghang Duan, Xu Zheng, Lizong Zhang, Chong Mu, Meng Han on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses