paper-with-me

Papers

DIMoE-Adapters: Dynamic Expert Evolution for Continual Learning in Vision-Language Models

2026-05-08 · Mengxin Qin, Xiang Zhang, Xi Wang, Kun Wei, Xu Yang, Cheng Deng arxiv

Continual learning enables vision-language models to accumulate knowledge and adapt to evolving tasks without retraining from scratch. However, in multi-domain task-incremental learning, large domain shifts intensify the stability-plasticity dilemma. Most existing methods rely on fixed architectures with statically allocated parameters, which limits adaptation to new domains and aggravates catastrophic forgetting. To address these challenges, we propose DIMoE-Adapters, a Dynamic Incremental Mixture-of-Experts Adapters framework that introduces a dynamic expert evolution paradigm to balance stability and plasticity. This paradigm is implemented through two collaborative components: Self-Calibrated Expert Evolution (SCEE) and Prototype-Guided Expert Selection (PGES). SCEE constructs and evolves a sparse expert pool through expert optimization dynamics, improving plasticity while reducing redundant capacity. PGES controls expert utilization based on the pool shaped by SCEE, improving stability across both previously encountered and unseen tasks. Extensive experiments show that DIMoE-Adapters outperforms previous state-of-the-art methods across various settings.

📄 PDF Abstract BibTeX arXiv:2605.07494

Code (0)

등록된 구현이 없습니다.

Tasks

Incremental LearningContinual Learning

Similar Papers 제목 키워드 기반

Boosting Continual Learning of Vision-Language Models via Mixture-of-Experts Adapters

2024-03-18 · CVPR 2024 1 · Jiazuo Yu, Yunzhi Zhuge, Lu Zhang, Ping Hu 외

Continual learning can empower vision-language models to continuously acquire new knowledge, without the need for access to the entire historical dataset. However, mitigating the performance degradation in large-scale mo…

Continual LearningIncremental LearningLifelong learningMixture-of-Experts+1

MILE: Mixture of Incremental LoRA Experts for Continual Semantic Segmentation across Domains and Modalities

2026-05-05 · Shishir Muralidhara, Didier Stricker, René Schuster arxiv

Continual semantic segmentation requires models to adapt to new domains or modalities without sacrificing performance on previously learned tasks. Expert-based learning, in which task-specific modules specialize in diffe…

Continual Semantic Segmentation

Decoupled Prompt-Adapter Tuning for Continual Activity Recognition

2024-07-20 · Di Fu, Thanh Vinh Vo, Haozhe Ma, Tze-Yun Leong

Action recognition technology plays a vital role in enhancing security through surveillance systems, enabling better patient monitoring in healthcare, providing in-depth performance analysis in sports, and facilitating s…

Action RecognitionActivity Recognition

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

Linked Adapters: Linking Past and Future to Present for Effective Continual Learning

2024-12-14 · Dupati Srikar Chandra, P. K. Srijith, Dana Rezazadegan, Chris McCarthy

Continual learning allows the system to learn and adapt to new tasks while retaining the knowledge acquired from previous tasks. However, deep learning models suffer from catastrophic forgetting of knowledge learned from…

Continual Learningimage-classificationImage ClassificationTransfer Learning