AI Navigate

Understanding and Defending VLM Jailbreaks via Jailbreak-Related Representation Shift

arXiv cs.CV / 3/19/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • VLM safety alignment weakens when the visual modality is added, with image prompts increasing jailbreak success even for harmful intents.
  • Benign and harmful inputs are separable in the model's representation space, and jailbreak samples form a distinct internal state separate from refusals.
  • The authors define a jailbreak direction and a jailbreak-related shift (JRS) as the component of the image-induced representation shift along that direction, unifying diverse jailbreak behaviors.
  • They propose a defense method, JRS-Rem, that removes the jailbreak-related shift at inference to improve safety while preserving performance on benign tasks.

Abstract

Large vision-language models (VLMs) often exhibit weakened safety alignment with the integration of the visual modality. Even when text prompts contain explicit harmful intent, adding an image can substantially increase jailbreak success rates. In this paper, we observe that VLMs can clearly distinguish benign inputs from harmful ones in their representation space. Moreover, even among harmful inputs, jailbreak samples form a distinct internal state that is separable from refusal samples. These observations suggest that jailbreaks do not arise from a failure to recognize harmful intent. Instead, the visual modality shifts representations toward a specific jailbreak state, thereby leading to a failure to trigger refusal. To quantify this transition, we identify a jailbreak direction and define the jailbreak-related shift as the component of the image-induced representation shift along this direction. Our analysis shows that the jailbreak-related shift reliably characterizes jailbreak behavior, providing a unified explanation for diverse jailbreak scenarios. Finally, we propose a defense method that enhances VLM safety by removing the jailbreak-related shift (JRS-Rem) at inference time. Experiments show that JRS-Rem provides strong defense across multiple scenarios while preserving performance on benign tasks.