DAVSP: Safety Alignment for Large Vision-Language Models via Deep Aligned Visual Safety Prompt
Yitong Zhang, Jia Li, Liyi Cai, Ge Li
TL;DR
DAVSP tackles the safety of large vision-language models by coupling a Visual Safety Prompt that pads the input image with a trainable region to avoid degrading core visual features, with a Deep Alignment strategy that supervises model activations to internalize safety principles. The approach yields strong resistance to malicious multimodal queries while preserving utility on benign inputs, showing robust cross-model generalization across LVLMs. Ablation studies confirm that both components are essential, and the method integrates well with detection-based defenses and remains robust under adversarial and adaptive threats. The practical impact lies in safer multimodal systems with minimal performance trade-offs and broad applicability to commercial and API-based deployments.
Abstract
Large Vision-Language Models (LVLMs) have achieved impressive progress across various applications but remain vulnerable to malicious queries that exploit the visual modality. Existing alignment approaches typically fail to resist malicious queries while preserving utility on benign ones effectively. To address these challenges, we propose Deep Aligned Visual Safety Prompt (DAVSP), which is built upon two key innovations. First, we introduce the Visual Safety Prompt, which appends a trainable padding region around the input image. It preserves visual features and expands the optimization space. Second, we propose Deep Alignment, a novel approach to train the visual safety prompt through supervision in the model's activation space. It enhances the inherent ability of LVLMs to perceive malicious queries, achieving deeper alignment than prior works. Extensive experiments across five benchmarks on two representative LVLMs demonstrate that DAVSP effectively resists malicious queries while preserving benign input utility. Furthermore, DAVSP exhibits great cross-model generation ability. Ablation studies further reveal that both the Visual Safety Prompt and Deep Alignment are essential components, jointly contributing to its overall effectiveness. The code is publicly available at https://github.com/zhangyitonggg/DAVSP.
