paper-with-me

Papers

Mitigating Visual Knowledge Forgetting in MLLM Instruction-tuning via Modality-decoupled Gradient Descent

2025-02-17 · Junda Wu, Yuxin Xiong, Xintong Li, Yu Xia, Ruoyu Wang, Yu Wang, Tong Yu, Sungchul Kim, Ryan A. Rossi, Lina Yao, Jingbo Shang, Julian McAuley

Recent MLLMs have shown emerging visual understanding and reasoning abilities after being pre-trained on large-scale multimodal datasets. Unlike pre-training, where MLLMs receive rich visual-text alignment, instruction-tuning is often text-driven with weaker visual supervision, leading to the degradation of pre-trained visual understanding and causing visual forgetting. Existing approaches, such as direct fine-tuning and continual learning methods, fail to explicitly address this issue, often compressing visual representations and prioritizing task alignment over visual retention, which further worsens visual forgetting. To overcome this limitation, we introduce a novel perspective leveraging effective rank to quantify the degradation of visual representation richness, interpreting this degradation through the information bottleneck principle as excessive compression that leads to the degradation of crucial pre-trained visual knowledge. Building on this view, we propose a modality-decoupled gradient descent (MDGD) method that regulates gradient updates to maintain the effective rank of visual representations while mitigating the over-compression effects described by the information bottleneck. By explicitly disentangling the optimization of visual understanding from task-specific alignment, MDGD preserves pre-trained visual knowledge while enabling efficient task adaptation. To enable lightweight instruction-tuning, we further develop a memory-efficient fine-tuning approach using gradient masking, which selectively updates a subset of model parameters to enable parameter-efficient fine-tuning (PEFT), reducing computational overhead while preserving rich visual representations. Extensive experiments across various downstream tasks and backbone MLLMs demonstrate that MDGD effectively mitigates visual forgetting from pre-trained tasks while enabling strong adaptation to new tasks.

📄 PDF Abstract BibTeX arXiv:2502.11740

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learningparameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

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

Null Space Constrained Contrastive Visual Forgetting for MLLM Unlearning

2026-05-07 · Yuhang Wang, Zhenxing Niu, Haoxuan Ji, Guangyu He 외 arxiv

The core challenge of machine unlearning is to strike a balance between target knowledge removal and non-target knowledge retention. In the context of Multimodal Large Language Models (MLLMs), this challenge becomes even…

LoRASculpt: Sculpting LoRA for Harmonizing General and Specialized Knowledge in Multimodal Large Language Models

2025-03-21 · CVPR 2025 1 · Jian Liang, Wenke Huang, Guancheng Wan, Qu Yang 외

While Multimodal Large Language Models (MLLMs) excel at generalizing across modalities and tasks, effectively adapting them to specific downstream tasks while simultaneously retaining both general and specialized knowled…

General Knowledge

CoIN: A Benchmark of Continual Instruction tuNing for Multimodel Large Language Model

2024-03-13 · Cheng Chen, Junchen Zhu, Xu Luo, HengTao Shen 외

Instruction tuning represents a prevalent strategy employed by Multimodal Large Language Models (MLLMs) to align with human instructions and adapt to new tasks. Nevertheless, MLLMs encounter the challenge of adapting to …

General KnowledgeInstruction FollowingLanguage ModelingLanguage Modelling+1

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 (…