paper-with-me

Papers

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 performance loss. Although training separate experts for each task can help prevent forgetting, effectively assembling them remains a challenge. Some approaches use routers to assign tasks to experts, but in continual learning, they often require retraining for optimal performance. To address these challenges, we introduce the Sequential Ensemble of Experts (SEE) framework. SEE removes the need for an additional router, allowing each expert to independently decide whether a query should be handled. The framework employs distributed routing, and during continual fine-tuning, SEE only requires the training of new experts for incoming tasks rather than retraining the entire system. Experiments reveal that the SEE outperforms prior approaches, including multi-task learning, in continual fine-tuning. It also demonstrates remarkable generalization ability, as the expert can effectively identify out-of-distribution queries, which can then be directed to a more generalized model for resolution. This work highlights the promising potential of integrating routing and response mechanisms within each expert, paving the way for the future of distributed model ensembling.

📄 PDF Abstract BibTeX arXiv:2504.06664

Code (1)

linzwcs/see 공식 구현

Tasks

Continual LearningMulti-Task Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

ContiStain: Cross-Domain Relation-Preserving Distillation for Continual Multi-Domain Virtual IHC Staining

2026-07-04 · Fuqiang Chen, Yifeng Wang, Hongpeng Wang, Yongbing Zhang arxiv

A unified multiplex virtual staining model enables scalable and non-destructive multiplex analysis from H&E slides while promoting parameter efficiency, shared pathological knowledge, and consistent cross-biomarker repre…

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

CoRe-MoE: Compact Reusable MoE for Continual Multimodal Instruction Tuning

2026-08-28 · Runze Liu, Naibin Gu, Mingxu Ai, Yuqing Li 외 arxiv

Continual multimodal instruction tuning requires multimodal large language models to acquire new task abilities sequentially while preserving previously learned knowledge. LoRA-MoE provides a promising solution by introd…

Self-Evolving LLMs via Continual Instruction Tuning

2025-09-14 · Jiazheng Kang, Le Huang, Cheng Hou, Zhe Zhao 외 arxiv

In real-world industrial settings, large language models (LLMs) must learn continually to keep pace with diverse and evolving tasks, requiring self-evolution to refine knowledge under dynamic data distributions. However,…

Continual Learning

Separation and Collaboration: Two-Level Routing Grouped Mixture-of-Experts for Multi-Domain Continual Learning

2025-08-11 · Jialu Zhou, Dianxi Shi, Shaowu Yang, Xinyu Wei 외 arxiv

Multi-Domain Continual Learning (MDCL) acquires knowledge from sequential tasks with shifting class sets and distribution. Despite the Parameter-Efficient Fine-Tuning (PEFT) methods can adapt for this dual heterogeneity,…

parameter-efficient fine-tuningContinual Learning