LGAIJun 27

Fisher-Routed Mixture of Experts for Federated Class-Incremental Learning

arXiv:2606.2883514.2
Predicted impact top 11% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the underexplored problem of class-incremental learning in federated settings, which is critical for real-world distributed learning systems with evolving data streams.

Federated class-incremental learning faces challenges of capacity conflict, catastrophic forgetting, data heterogeneity, and class misalignment. The proposed FedFMX framework uses Fisher-routed mixture of experts to achieve adaptive expert specialization, outperforming state-of-the-art methods on multiple benchmarks with a theoretical convergence rate of O(T^{-1}).

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 from the shared model overloading, 2) Heterogeneity from Non-Independent and Identically Distributed (Non-IID) data, and 3) Synchronized class misalignment. In this paper, we propose \textbf{F}isher-Routed \textbf{M}i\textbf{X}ture of Experts for \textbf{Fed}erated Class-Incremental Learning (\textsc{FedFMX}), a novel framework to address these challenges via adaptive expert specialization across clients. The crucial insight is to route each sample to an expert subset that jointly optimizes knowledge acquisition and retention. Specifically, we introduce a Fisher-Routed Expert Scoring (FRES) module to estimate expert importance via Fisher-based stability cost and gradient-based plasticity gain. Then, we design an Adaptive Expert Selection (AES) module by quantifying marginal contributions for adaptive expert subset determination. Finally, by the routing-aware regularization (RAR), we achieve load balance and efficient FL training. We theoretically prove the $\mathcal{O}(T^{-1})$ convergence rate. Extensive experiments on multiple benchmarks compared with state-of-the-art methods demonstrate the superiority of \textsc{FedFMX}.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes