🤖 AI Summary
This work addresses the vulnerability of vision-language models (VLMs) to multimodal jailbreaking attacks, which can compromise safety alignment and induce harmful outputs. To mitigate this risk, the authors extend the Random Embedding Smoothing with Token Aggregation (RESTA) framework to VLMs by introducing a directional embedding smoothing strategy. Specifically, during inference, noise is injected along the direction of the original token embeddings, forming a lightweight defensive layer. This approach substantially enhances model robustness against diverse jailbreaking attacks, significantly reducing attack success rates on the JailBreakV-28K benchmark. The results demonstrate the effectiveness and practicality of the proposed method as a plug-and-play component for improving AI safety in multimodal systems.
📝 Abstract
The safety and reliability of vision-language models (VLMs) are a crucial part of deploying trustworthy agentic AI systems. However, VLMs remain vulnerable to jailbreaking attacks that undermine their safety alignment to yield harmful outputs. In this work, we extend the Randomized Embedding Smoothing and Token Aggregation (RESTA) defense to VLMs and evaluate its performance against the JailBreakV-28K benchmark of multi-modal jailbreaking attacks. We find that RESTA is effective in reducing attack success rate over this diverse corpus of attacks, in particular, when employing directional embedding noise, where the injected noise is aligned with the original token embedding vectors. Our results demonstrate that RESTA can contribute to securing VLMs within agentic systems, as a lightweight, inference-time defense layer of an overall security framework.