Safety Alignment for Vision Language Models
Zhendong Liu, Yuanbi Nie, Yingshui Tan, Xiangyu Yue, Qiushi Cui, Chongjun Wang, Xiaoyong Zhu, Bo Zheng
TL;DR
This paper tackles the vulnerability of Vision-Language Models to safety breaches through the visual modality. It introduces SafeVLM, a modular safety framework comprising a safety projector, safety tokens, and a safety head, integrated via a two-stage training pipeline to robustly filter risky visual inputs without sacrificing general performance. Empirical results on RTVLM and various risk datasets show SafeVLM achieving strong safety scores, including surpassing GPT-4V on RTVLM, and maintaining competitive performance on standard multimodal benchmarks; LoRA-based LLM unfreezing further amplifies safety gains. The approach emphasizes a native, model-internal safety alignment by leveraging existing vision encoders and enabling flexible risk control during inference, with open-sourcing planned to facilitate adoption. Collectively, SafeVLM advances trustworthy VLM deployment in sensitive domains by reducing safety failures while preserving usability and general capabilities.
Abstract
Benefiting from the powerful capabilities of Large Language Models (LLMs), pre-trained visual encoder models connected to an LLMs can realize Vision Language Models (VLMs). However, existing research shows that the visual modality of VLMs is vulnerable, with attackers easily bypassing LLMs' safety alignment through visual modality features to launch attacks. To address this issue, we enhance the existing VLMs' visual modality safety alignment by adding safety modules, including a safety projector, safety tokens, and a safety head, through a two-stage training process, effectively improving the model's defense against risky images. For example, building upon the LLaVA-v1.5 model, we achieve a safety score of 8.26, surpassing the GPT-4V on the Red Teaming Visual Language Models (RTVLM) benchmark. Our method boasts ease of use, high flexibility, and strong controllability, and it enhances safety while having minimal impact on the model's general performance. Moreover, our alignment strategy also uncovers some possible risky content within commonly used open-source multimodal datasets. Our code will be open sourced after the anonymous review.
