paper-with-me

홈 › Papers

Stable Routing for Mixture-of-Experts in Class-Incremental Learning

2026-05-17 · Zirui Guo, Quan Cheng, Da-Wei Zhou, Lijun Zhang arxiv

Class-incremental learning (CIL) requires models to learn new classes sequentially while preserving prior knowledge. Recently, approaches that combine pre-trained models with mixture-of-experts (MoE) have received increasing attention in CIL: they typically expand experts during learning and employ a router to assign weights across experts. However, existing MoE methods often overlook routing drift induced by expert expansion. Once new experts are introduced, the router may reassign samples from earlier classes to newly added experts, thereby perturbing previously established expert compositions and causing interference even when old experts remain frozen. We argue that expandable MoE in CIL requires two complementary properties: stable old-class routing for knowledge preservation and sufficient capacity utilization for new-class adaptation. To this end, we propose Stable Routing for MoE (StaR-MoE), a routing-level framework for expandable MoE in CIL. By incorporating sensitivity-aware routing alignment, StaR-MoE aligns current old-class routing behavior with historical routing distributions through sensitivity-guided constraints. Complementarily, StaR-MoE introduces asymmetric capacity regularization to encourage effective utilization of the expanded expert pool without compromising class-specific routing specialization. Extensive experiments across four standard CIL benchmarks demonstrate that StaR-MoE consistently improves both average and last accuracy over state-of-the-art methods, highlighting the importance of stable routing.

📄 PDF Abstract BibTeX arXiv:2605.17571

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learning

Similar Papers 제목 키워드 기반

StableMoE: Stable Routing Strategy for Mixture of Experts

2021-11-16 · ACL ARR November 2021 11 · Anonymous

The Mixture-of-Experts (MoE) technique can scale up the model size of Transformers with an affordable computational overhead. We point out that existing learning-to-route MoE methods suffer from the routing fluctuation i…

Language ModelingLanguage ModellingMachine TranslationMixture-of-Experts

StableMoE: Stable Routing Strategy for Mixture of Experts

2022-04-18 · ACL 2022 5 · Damai Dai, Li Dong, Shuming Ma, Bo Zheng 외

The Mixture-of-Experts (MoE) technique can scale up the model size of Transformers with an affordable computational overhead. We point out that existing learning-to-route MoE methods suffer from the routing fluctuation i…

Language ModelingLanguage ModellingMachine TranslationMixture-of-Experts

L2R: Low-Rank and Lipschitz-Controlled Routing for Mixture-of-Experts

2026-01-29 · Minghao Yang, Ren Togo, Guang Li, Takahiro Ogawa 외 arxiv

Mixture-of-Experts (MoE) models scale neural networks by conditionally activating a small subset of experts, where the router plays a central role in determining expert specialization and overall model performance. Howev…

StPR: Spatiotemporal Preservation and Routing for Exemplar-Free Video Class-Incremental Learning

2025-05-20 · Huaijie Wang, De Cheng, Guozhang Li, Zhipeng Xu 외

Video Class-Incremental Learning (VCIL) seeks to develop models that continuously learn new action categories over time without forgetting previously acquired knowledge. Unlike traditional Class-Incremental Learning (CIL…

class-incremental learningClass Incremental LearningExemplar-FreeIncremental Learning+1

Teacher-Guided Routing for Sparse Vision Mixture-of-Experts

2026-04-23 · Masahiro Kada, Ryota Yoshihashi, Satoshi Ikehata, Rei Kawakami 외 arxiv

Recent progress in deep learning has been driven by increasingly large-scale models, but the resulting computational cost has become a critical bottleneck. Sparse Mixture of Experts (MoE) offers an effective solution by …