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)
to join the discussion
No comments yet
Be the first to share your thoughts!