FedFMX Boosts Federated Class-Incremental Learning with Expert Routing.

Wenhao Yuan, Chenchen Lin, Jian Chen, Jinfeng Xu, Zewei Liu, Edith Cheuk Han Ngai· June 30, 2026 View original

Key takeaways

  • FedFMX addresses key challenges in federated class-incremental learning.
  • It uses adaptive expert specialization and intelligent sample routing.
  • Fisher-Routed Expert Scoring balances knowledge acquisition and retention.
  • The framework achieves superior performance and theoretical convergence guarantees.

Who benefits

HealthcareFinanceTelecommunicationsIoTSmart Cities

Summary

This paper introduces FedFMX, a novel framework for Federated Class-Incremental Learning that uses Fisher-Routed Mixture of Experts to address capacity conflict, catastrophic forgetting, data heterogeneity, and class misalignment. It adaptively specializes experts across clients, achieving superior performance on benchmarks.

Federated Learning (FL) is a promising distributed machine learning paradigm, but it faces significant hurdles when applied to class-incremental learning scenarios. These challenges include the shared model becoming overloaded and suffering from catastrophic forgetting, the inherent heterogeneity of non-IID data across clients, and issues with synchronized class alignment. To tackle these problems, researchers propose FedFMX (Fisher-Routed Mixture of Experts for Federated Class-Incremental Learning). This framework enables adaptive expert specialization among different clients. The core idea is to route each data sample to a specific subset of experts, optimizing both the acquisition of new knowledge and the retention of existing knowledge. FedFMX incorporates a Fisher-Routed Expert Scoring (FRES) module to assess expert importance based on stability cost and plasticity gain. An Adaptive Expert Selection (AES) module then quantifies marginal contributions to determine the optimal expert subset. Finally, routing-aware regularization ensures load balance and efficient FL training. Theoretical analysis confirms an O(T^-1) convergence rate, and extensive experiments show FedFMX outperforms state-of-the-art methods.

Why it matters

For organizations implementing federated learning, especially in dynamic environments where new data classes emerge over time, FedFMX offers a robust solution to maintain model performance, prevent forgetting, and handle diverse client data without compromising privacy.

How to implement this in your domain

  1. 1Assess existing federated learning pipelines for challenges related to class-incremental learning or data heterogeneity.
  2. 2Investigate the architecture of Mixture of Experts (MoE) models and their applicability in FL settings.
  3. 3Explore methods for adaptive expert routing and load balancing in distributed machine learning.
  4. 4Consider integrating Fisher information-based metrics for evaluating model stability and plasticity.
  5. 5Benchmark FedFMX or similar MoE-based FL approaches against current incremental learning solutions.

Original post by Wenhao Yuan, Chenchen Lin, Jian Chen, Jinfeng Xu, Zewei Liu, Edith Cheuk Han Ngai

"arXiv:2606.28835v1 Announce Type: new Abstract: Federated Learning (FL) emerged as a promising distributed machine learning paradigm. However, extending FL to the class incremental learning scenarios introduces unique challenges: 1) Capacity conflict and catastrophic forgetting f…"

View on X

Originally posted by Wenhao Yuan, Chenchen Lin, Jian Chen, Jinfeng Xu, Zewei Liu, Edith Cheuk Han Ngai on X · view source

Want to go deeper?

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

Explore courses

More in AI Research

AI Engineering & DevToolsAI ResearchAI News & Tools

GLM-5.3 Model Demonstrates Advanced Coding and Cyber Capabilities

The GLM-5.3 model has been unveiled, showcasing advanced capabilities in frontier coding and emergent cyber operations. This development points to significant progress in AI's ability to handle complex programming tasks and potentially cybersecurity challenges.

pellaAug 14, 2026
AI Engineering & DevToolsAI ResearchAI Investing

FlowLOB Generates Realistic, Controllable Limit Order Books Efficiently

This paper introduces FlowLOB, a conditional flow-matching generator for Limit Order Book (LOB) trajectories that offers realistic market dynamics, efficient sampling, and controllable scenario generation, outperforming existing agent-based and deep generative simulators. FlowLOB achieves high fidelity with significantly fewer computational steps than diffusion models and transfers effectively to unseen instruments.

Zhuohan Wang, Andreea Bacalum, Ollie Olby, Carmine Ventre, Namid StillmanAug 14, 2026
AI Engineering & DevToolsAI Research

Auditing Reveals Bias in Neural Combinatorial Optimization Benchmarks

This paper audits test-time budget allocation in Neural Combinatorial Optimization (NCO) solvers, revealing that reported gains from non-uniform sampling often stem from "sampling luck" rather than true allocation benefits on in-distribution data. It proposes a correction procedure and demonstrates real gains under distribution shift, emphasizing the need for rigorous evaluation.

Jinhyung BaeAug 14, 2026