paper-with-me

홈 › Papers

Cross-Modal Safety Alignment: Is textual unlearning all you need?

2024-05-27 · Trishna Chakraborty, Erfan Shayegani, Zikui Cai, Nael Abu-Ghazaleh, M. Salman Asif, Yue Dong, Amit K. Roy-Chowdhury, Chengyu Song

Recent studies reveal that integrating new modalities into Large Language Models (LLMs), such as Vision-Language Models (VLMs), creates a new attack surface that bypasses existing safety training techniques like Supervised Fine-tuning (SFT) and Reinforcement Learning with Human Feedback (RLHF). While further SFT and RLHF-based safety training can be conducted in multi-modal settings, collecting multi-modal training datasets poses a significant challenge. Inspired by the structural design of recent multi-modal models, where, regardless of the combination of input modalities, all inputs are ultimately fused into the language space, we aim to explore whether unlearning solely in the textual domain can be effective for cross-modality safety alignment. Our evaluation across six datasets empirically demonstrates the transferability -- textual unlearning in VLMs significantly reduces the Attack Success Rate (ASR) to less than 8\% and in some cases, even as low as nearly 2\% for both text-based and vision-text-based attacks, alongside preserving the utility. Moreover, our experiments show that unlearning with a multi-modal dataset offers no potential benefits but incurs significantly increased computational demands, possibly up to 6 times higher.

📄 PDF Abstract BibTeX arXiv:2406.02575

Code (0)

등록된 구현이 없습니다.

Tasks

AllSafety Alignment

Methods 이 논문이 사용한 방법론

SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

VLSBench: Unveiling Visual Leakage in Multimodal Safety

2024-11-29 · Xuhao Hu, Dongrui Liu, Hao Li, Xuanjing Huang 외

Safety concerns of Multimodal large language models (MLLMs) have gradually become an important problem in various applications. Surprisingly, previous works indicate a counterintuitive phenomenon that using textual unlea…

SineProject: Machine Unlearning for Stable Vision Language Alignment

2025-11-23 · Arpit Garg, Hemanth Saratchandran, Simon Lucey arxiv

Multimodal Large Language Models (MLLMs) increasingly need to forget specific knowledge such as unsafe or private information without requiring full retraining. However, existing unlearning methods often disrupt vision l…

Relationship-Aware Safety Unlearning for Multimodal LLMs

2026-03-15 · Vishnu Narayanan Anilkumar, Abhijith Sreesylesh Babu, Trieu Hai Vo, Mohankrishna Kolla 외 arxiv

Generative multimodal models can exhibit safety failures that are inherently relational: two benign concepts can become unsafe when linked by a specific action or relation (e.g., child-drinking-wine). Existing unlearning…

From Narrow Unlearning to Emergent Misalignment: Causes, Consequences, and Containment in LLMs

2025-11-18 · Erum Mushtaq, Anil Ramakrishna, Satyapriya Krishna, Sattvik Sahai 외 arxiv

Recent work has shown that fine-tuning on insecure code data can trigger an emergent misalignment (EMA) phenomenon, where models generate malicious responses even to prompts unrelated to the original insecure code-writin…

Domain Generalization

Safety Alignment via Constrained Knowledge Unlearning

2025-05-24 · Zesheng Shi, Yucheng Zhou, Jing Li

Despite significant progress in safety alignment, large language models (LLMs) remain susceptible to jailbreak attacks. Existing defense mechanisms have not fully deleted harmful knowledge in LLMs, which allows such atta…

knowledge editingSafety Alignment