paper-with-me

Papers

Continual Instruction Tuning for Large Multimodal Models

2023-11-27 · Jinghan He, Haiyun Guo, Ming Tang, Jinqiao Wang

Instruction tuning is now a widely adopted approach to aligning large multimodal models (LMMs) to follow human intent. It unifies the data format of vision-language tasks, enabling multi-task joint training. However, vision-language tasks are constantly being created in practice. Instead of always re-training LMMs when new tasks arrive, continual learning offers flexibility for models to continually and efficiently exploit the evolving data. This work aims to explore the following two questions: 1) Do LMMs still suffer from catastrophic forgetting in continual instruction tuning? 2) Are the existing three classes of continual learning methods still applicable to the continual instruction tuning of LMMs? An extensive study is conducted to address the above questions. First, we establish the first benchmark in this setting and reveal that catastrophic forgetting is still observed when continually instruction-tuning LMMs. However, the multi-task joint instruction tuning can facilitate the model's continual learning ability and mitigate forgetting. Second, we integrate and adapt classic continual learning methods to our context, demonstrating the efficacy of data replay and model expansion strategies across diverse scenarios. In contrast, regularization-based methods only perform well on models that have been jointly instruction-tuned on multiple tasks. Third, we delve into the correlation and forgetting dynamics between vision-language task pairs and propose task-similarity-informed regularization and model expansion methods for continual instruction tuning of LMMs. Experimental results show that our approach consistently boosts the model's performance.

📄 PDF Abstract BibTeX arXiv:2311.16206

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

MCITlib: Multimodal Continual Instruction Tuning Library and Benchmark

2025-08-10 · Haiyang Guo, Fei Zhu, Hongbo Zhao, Fanhu Zeng 외 arxiv

Continual learning enables AI systems to acquire new knowledge while retaining previously learned information. While traditional unimodal methods have made progress, the rise of Multimodal Large Language Models (MLLMs) b…

Continual Learning

SwitchCIT: Switching for Continual Instruction Tuning

2024-07-16 · Xinbo Wu, Max Hartman, Vidhata Arjun Jayaraman, Lav R. Varshney

Large language models (LLMs) and multimodal models (MMs) have exhibited impressive capabilities in various domains, particularly in general language understanding and visual reasoning. However, these models, trained on m…

Text GenerationVisual Reasoning

Multimodal Continual Instruction Tuning with Dynamic Gradient Guidance

2025-11-19 · Songze Li, Mingyu Gao, Tonghua Su, Xu-Yao Zhang 외 arxiv

Multimodal continual instruction tuning enables multimodal large language models to sequentially adapt to new tasks while building upon previously acquired knowledge. However, this continual learning paradigm faces the s…

Continual Learning

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…

Progressive Multimodal Alignment for Continual Instruction Tuning

2026-07-29 · Duzhen Zhang, Yahan Yu, Qiaoyi Su, Jiahua Dong 외 arxiv

Multimodal Large Language Models (MLLMs) rely on a projector to align visual representations with the language embedding space, making it central to cross-modal understanding. In Multimodal Continual Instruction Tuning (…