paper-with-me

Papers

StrLoRA: Towards Streaming Continual Visual Instruction Tuning for MLLMs

2026-05-08 · Chang Che, Ziqi Wang, Hui Ma, Cheems Wang, Zenglin Shi arxiv

Continual Visual Instruction Tuning (CVIT) enables Multimodal Large Language Models to incrementally acquire new abilities. However, existing CVIT methods operate under a restrictive task-incremental setting, where each training phase corresponds to a single, predefined task. This does not reflect real-world conditions, where data arrives as a continuous stream of interleaved and dynamically evolving tasks. To bridge this gap, we introduce Streaming CVIT (StrCVIT), a more general and realistic setting where models learn from a stream of data chunks containing a dynamic mixture of tasks. In StrCVIT, a model must simultaneously acquire new abilities, reinforce recurring abilities, and mitigate forgetting. Existing CVIT methods fail here as they cannot reliably distinguish or adapt to the heterogeneous task samples within each chunk. We therefore propose StrLoRA, a regularized two-stage expert routing framework. StrLoRA first performs task-aware expert selection using the textual instruction to activate a sparse subset of relevant experts, reducing cross-task interference. It then applies token-wise expert weighting within this subset, where contribution weights are computed via cross-modal attention between local visual tokens and the global instruction representation. To maintain stability across the non-stationary stream, a routing-stability regularization aligns current routing distributions with a historical exponential moving average reference. Extensive experiments on a newly developed StrCVIT benchmark show that StrLoRA substantially outperforms existing methods, effectively enhancing model's abilities from continuously evolving data streams. The code is available at https://github.com/chanceche/StrCVIT.

📄 PDF Abstract BibTeX arXiv:2605.16353

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

OASIS: Online Sample Selection for Continual Visual Instruction Tuning

2025-05-27 · Minjae Lee, Minhyuk Seo, Tingyu Qu, Tinne Tuytelaars 외

In continual visual instruction tuning (CVIT) scenarios, where multi-modal data continuously arrive in an online streaming manner, training delays from large-scale data significantly hinder real-time adaptation. While ex…

Informativeness

ViSpeak: Visual Instruction Feedback in Streaming Videos

2025-03-17 · Shenghao Fu, Qize Yang, Yuan-Ming Li, Yi-Xing Peng 외

Recent advances in Large Multi-modal Models (LMMs) are primarily focused on offline video understanding. Instead, streaming video understanding poses great challenges to recent models due to its time-sensitive, omni-moda…

Streaming video understandingVideo Understanding

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

Separable Mixture of Low-Rank Adaptation for Continual Visual Instruction Tuning

2024-11-21 · Ziqi Wang, Chang Che, Qi Wang, Yangyang Li 외

Visual instruction tuning (VIT) enables multimodal large language models (MLLMs) to effectively handle a wide range of vision tasks by framing them as language-based instructions. Building on this, continual visual instr…

Continual LearningInstruction Following

LLaVA-c: Continual Improved Visual Instruction Tuning

2025-06-10 · Wenzhuo LIU, Fei Zhu, Haiyang Guo, Longhui Wei 외

Multimodal models like LLaVA-1.5 achieve state-of-the-art visual understanding through visual instruction tuning on multitask datasets, enabling strong instruction-following and multimodal performance. However, multitask…

Continual LearningContinual PretrainingInstruction Following