paper-with-me

홈 › Papers

Divide and not forget: Ensemble of selectively trained experts in Continual Learning

2024-01-18 · Grzegorz Rypeść, Sebastian Cygert, Valeriya Khan, Tomasz Trzciński, Bartosz Zieliński, Bartłomiej Twardowski

Class-incremental learning is becoming more popular as it helps models widen their applicability while not forgetting what they already know. A trend in this area is to use a mixture-of-expert technique, where different models work together to solve the task. However, the experts are usually trained all at once using whole task data, which makes them all prone to forgetting and increasing computational burden. To address this limitation, we introduce a novel approach named SEED. SEED selects only one, the most optimal expert for a considered task, and uses data from this task to fine-tune only this expert. For this purpose, each expert represents each class with a Gaussian distribution, and the optimal expert is selected based on the similarity of those distributions. Consequently, SEED increases diversity and heterogeneity within the experts while maintaining the high stability of this ensemble method. The extensive experiments demonstrate that SEED achieves state-of-the-art performance in exemplar-free settings across various scenarios, showing the potential of expert diversification through data in continual learning.

📄 PDF Abstract BibTeX arXiv:2401.10191

Code (1)

grypesc/seed 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningContinual LearningDiversityExemplar-FreeIncremental Learning

Similar Papers 제목 키워드 기반

Continual learning with the neural tangent ensemble

2024-08-30 · Ari S. Benjamin, Christian Pehle, Kyle Daruwalla

A natural strategy for continual learning is to weigh a Bayesian ensemble of fixed functions. This suggests that if a (single) neural network could be interpreted as an ensemble, one could design effective algorithms tha…

Continual Learningvalid

CP-MoE: Consistency-Preserving Mixture-of-Experts for Continual Learning

2026-05-18 · Yang Liu, Toan Nguyen, Flora D. Salim arxiv

Catastrophic forgetting remains a major obstacle to continual learning in large language models (LLMs) and vision--language models (VLMs). Although Mixture-of-Experts (MoE) architectures offer an efficient path to scalin…

Continual LearningVisual Reasoning

PASs-MoE: Mitigating Misaligned Co-drift among Router and Experts via Pathway Activation Subspaces for Continual Learning

2026-01-19 · Zhiyan Hou, Haiyun Guo, Haokai Ma, Yandu Sun 외 arxiv

Continual instruction tuning (CIT) requires multimodal large language models (MLLMs) to adapt to a stream of tasks without forgetting prior capabilities. A common strategy is to isolate updates by routing inputs to diffe…

Continual Learning

Divide, Conquer, and Combine: Mixture of Semantic-Independent Experts for Zero-Shot Dialogue State Tracking

2023-06-01 · Qingyue Wang, Liang Ding, Yanan Cao, Yibing Zhan 외

Zero-shot transfer learning for Dialogue State Tracking (DST) helps to handle a variety of task-oriented dialogue domains without the cost of collecting in-domain data. Existing works mainly study common data- or model-l…

Dialogue State TrackingMixture-of-ExpertsTransfer Learning

SEE: Continual Fine-tuning with Sequential Ensemble of Experts

2025-04-09 · Zhilin Wang, Yafu Li, Xiaoye Qu, Yu Cheng

Continual fine-tuning of large language models (LLMs) suffers from catastrophic forgetting. Rehearsal-based methods mitigate this problem by retaining a small set of old data. Nevertheless, they still suffer inevitable p…

Continual LearningMulti-Task Learning