Back to AI Research

AI Research

Breaking the weakest link to evade vision language... | AI Research

Key Takeaways

  • Breaking the weakest link to evade vision language models investigates how adversarial perturbations—small, human-imperceptible changes to an image—can be us...
  • Vision Language Models (VLMs) have recently emerged as a critical component of multimodal AI systems, enabling joint reasoning over visual and textual inputs in real-world and safety-critical applications.
  • Despite their growing deployment, the robustness of VLMs against adversarial threats remains insufficiently explored, particularly in the context of evasion attacks targeting multimodal alignment.
  • To efficiently generate adversarial examples, we propose a gradient-based attack method that performs optimization exclusively on the vision encoder of the VLM rather than on the entire multimodal architecture.
  • This design significantly reduces the computational cost and resource requirements of the attack while maintaining strong effectiveness.
Paper AbstractExpand

Vision Language Models (VLMs) have recently emerged as a critical component of multimodal AI systems, enabling joint reasoning over visual and textual inputs in real-world and safety-critical applications. Despite their growing deployment, the robustness of VLMs against adversarial threats remains insufficiently explored, particularly in the context of evasion attacks targeting multimodal alignment. In this work, we investigate the vulnerability of VLMs to adversarial perturbations applied to visual inputs and study two attack settings: untargeted attacks, where the goal is to disrupt the model's interpretation of the original image, and targeted attacks, where the adversary aims to force the model to generate a specific semantic description unrelated to the original image. To efficiently generate adversarial examples, we propose a gradient-based attack method that performs optimization exclusively on the vision encoder of the VLM rather than on the entire multimodal architecture. This design significantly reduces the computational cost and resource requirements of the attack while maintaining strong effectiveness. We evaluate our approach on several open-source VLMs, including Qwen2.5-VL, Granite-Vision, FastVLM, and Phi-3.5-Vision, and show that small, human-imperceptible perturbations can substantially alter the textual interpretation produced by the models. Our findings highlight the vulnerability of modern VLMs to adversarial manipulation and emphasize the need for improved robustness and security mechanisms in multimodal AI systems.

Breaking the weakest link to evade vision language models investigates how adversarial perturbations—small, human-imperceptible changes to an image—can be used to manipulate the output of Vision-Language Models (VLMs). Researchers Ilan Zini, Boussad Addad, and Katarzyna Kapusta propose a method to bypass the need for full-model optimization by focusing exclusively on the vision encoder, significantly reducing the computational resources required to launch an attack.

Efficient Adversarial Attacks

The authors introduce a gradient-based attack that targets only the vision encoder of a VLM rather than the entire architecture. By restricting backpropagation to the visual component, the researchers reduce VRAM usage to 13–16%, compared to the 44–47% required when optimizing the full model. This approach relies on a white-box threat model, assuming the attacker has access to the vision encoder, which is common for open-source systems like Qwen2.5-VL, Granite-Vision, FastVLM, and Phi-3.5-Vision.

Targeted vs. Untargeted Manipulation

The study evaluates two types of evasion attacks:

  • Untargeted attacks: The goal is to disrupt the model’s interpretation of an image. The researchers found these to be highly effective, with success rates exceeding 93% across all tested models even with minimal perturbations.

  • Targeted attacks: The goal is to force the model to generate a specific, incorrect description (e.g., misidentifying a military tank as an ambulance). This is more challenging due to the semantic distance between random images, yet the researchers achieved success rates above 45% on the Granite-Vision model.

Model Vulnerability and Robustness

The experiments reveal significant differences in how various models handle adversarial inputs. While most models showed high sensitivity, Phi-3.5-Vision proved to be an outlier, maintaining a low success rate of approximately 2% against targeted attacks. The researchers note that increasing the perturbation budget generally improves attack success, but the saturation observed in untargeted attacks suggests that current vision encoders are inherently fragile.

Implications for AI Security

The findings suggest that the visual components of modern multimodal AI systems are a primary point of failure. Because these perturbations can be applied to images without being detected by humans, they pose risks to safety-critical applications such as autonomous driving, medical imaging, and content moderation. The research indicates that architectural choices play a major role in robustness, as some models demonstrate significantly higher resistance to manipulation than others.

Comments (0)

No comments yet

Be the first to share your thoughts!