Understanding and Rectifying Safety Perception Distortion in VLMs
About
Recent studies reveal that vision-language models (VLMs) become more susceptible to harmful requests and jailbreak attacks after integrating the vision modality, exhibiting greater vulnerability than their text-only LLM backbones. To uncover the root cause of this phenomenon, we conduct an in-depth analysis and identify a key issue: multimodal inputs introduce an modality-induced activation shift toward a "safer" direction compared to their text-only counterparts, leading VLMs to systematically overestimate the safety of harmful inputs. We refer to this issue as safety perception distortion. To mitigate such distortion, we propose Activation Shift Disentanglement and Calibration (ShiftDC), a training-free method that decomposes and calibrates the modality-induced activation shift to reduce the impact of modality on safety. By isolating and removing the safety-relevant component, ShiftDC restores the inherent safety alignment of the LLM backbone while preserving the vision-language capabilities of VLMs. Empirical results demonstrate that ShiftDC significantly enhances alignment performance on safety benchmarks without impairing model utility.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Safety Evaluation | MM-SafetyBench | Average ASR2.24 | 42 | |
| Safety Evaluation | JailbreakV-28K v1 (test) | ASR (Noise-T)7.72 | 18 | |
| Video Jailbreak Defense | Video-SafetyBench Harmful queries | 1-VC ASR0.00e+0 | 15 | |
| Video Jailbreak Defense | Video-SafetyBench Benign queries | ASR (VC)1 | 15 | |
| Multimodal Jailbreak Defense | MM-SafetyBench (full) | ASR (Illegal Activity - S)2.78 | 12 | |
| Jailbreak Defense | JailbreakV-28K | ASR (Noise, T)15.66 | 6 | |
| Jailbreak Attack Defense | JailbreakV-28K v1 (test) | Defense Success Rate (Noise - T)9.66 | 6 |