paper-with-me

홈 › Papers

Harmonious Parameter Adaptation in Continual Visual Instruction Tuning for Safety-Aligned MLLMs

2025-11-25 · Ziqi Wang, Chang Che, Qi Wang, Hui Ma, Zenglin Shi, Cees G. M. Snoek, Meng Wang arxiv

While continual visual instruction tuning (CVIT) has shown promise in adapting multimodal large language models (MLLMs), existing studies predominantly focus on models without safety alignment. This critical oversight ignores the fact that real-world MLLMs inherently require such mechanisms to mitigate potential risks. In this work, we shift our focus to CVIT for safety-aligned MLLMs and observe that during continual adaptation, the model not only suffers from task forgetting but also exhibits degradation in its safety. Achieving a harmonious balance between safety and task performance remains a crucial challenge. To address this, we propose Harmonious Parameter Adaptation (HPA), a post-training framework composed of focusing-based parameter partition, harmoniously balanced parameter selection, and orthogonal parameter adjustment. Specifically, HPA partitions parameters into two types based on their focus on safety or task performance, and selects the focused ones to preserve from a balanced perspective. In addition, HPA imposes orthogonality constraints on parameter updates to further alleviate catastrophic forgetting. Extensive experiments on the CVIT benchmark and safety evaluation datasets demonstrate that HPA better maintains high safety and mitigates forgetting than existing baselines. Code is available at https://github.com/Minato-Zackie/HPA.

📄 PDF Abstract BibTeX arXiv:2511.20158

Code (0)

등록된 구현이 없습니다.

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

Dynamic Mixture of Curriculum LoRA Experts for Continual Multimodal Instruction Tuning

2025-06-13 · Chendi Ge, Xin Wang, Zeyang Zhang, Hong Chen 외

Continual multimodal instruction tuning is crucial for adapting Multimodal Large Language Models (MLLMs) to evolving tasks. However, most existing methods adopt a fixed architecture, struggling with adapting to new tasks…

Continual Learning

ACE-LoRA: Adaptive Orthogonal Decoupling for Continual Image Editing

2026-05-14 · Yuehao Liu, Weijia Zhang, Xuanming Shang, Zhizhou Chen 외 arxiv

State-of-the-art diffusion models often rely on parameter-efficient fine-tuning to perform specialized image editing tasks. However, real-world applications require continual adaptation to new tasks while preserving prev…

parameter-efficient fine-tuningContinual LearningImage Editing

InduceKV: Fixed-Footprint Continual Adaptation of Multimodal LLMs via Inducing KV Memories

2026-07-02 · Qianyu Chen, Ziteng Feng, Canran Xiao, Runxuan Tang arxiv

Multimodal large language models must adapt to evolving tasks and domains, yet continual improvement under bounded deployment footprint remains difficult because repeated parameter updates or growing replay stores can ac…

Continual LLaVA: Continual Instruction Tuning in Large Vision-Language Models

2024-11-04 · Meng Cao, Yuyang Liu, Yingfei Liu, Tiancai Wang 외

Instruction tuning constitutes a prevalent technique for tailoring Large Vision Language Models (LVLMs) to meet individual task requirements. To date, most of the existing approaches are confined to single-task adaptatio…