An Image Is Worth 1000 Lies: Adversarial Transferability across Prompts on Vision-Language Models
Haochen Luo, Jindong Gu, Fengyuan Liu, Philip Torr
TL;DR
This work studies cross-prompt adversarial transferability in vision-language models (VLMs)—the ability of a single adversarial image to mislead predictions across a thousand textual prompts. It introduces Cross-Prompt Attack (CroPA), a min-max framework that jointly optimizes a visual perturbation and a learnable prompt perturbation to maximize attack success across prompts while keeping the image perturbation within imperceptible bounds. CroPA significantly improves cross-prompt transferability over baseline single- and multi-prompt attacks and is validated across Flamingo, BLIP-2, and InstructBLIP on classification, captioning, and VQA tasks; analyses reveal that CroPA broadens the prompt-embedding coverage beyond human-interpretable prompts. These insights highlight potential security risks in VLMs and point to future defenses and optimization strategies, including query-based attack approaches.”
Abstract
Different from traditional task-specific vision models, recent large VLMs can readily adapt to different vision tasks by simply using different textual instructions, i.e., prompts. However, a well-known concern about traditional task-specific vision models is that they can be misled by imperceptible adversarial perturbations. Furthermore, the concern is exacerbated by the phenomenon that the same adversarial perturbations can fool different task-specific models. Given that VLMs rely on prompts to adapt to different tasks, an intriguing question emerges: Can a single adversarial image mislead all predictions of VLMs when a thousand different prompts are given? This question essentially introduces a novel perspective on adversarial transferability: cross-prompt adversarial transferability. In this work, we propose the Cross-Prompt Attack (CroPA). This proposed method updates the visual adversarial perturbation with learnable prompts, which are designed to counteract the misleading effects of the adversarial image. By doing this, CroPA significantly improves the transferability of adversarial examples across prompts. Extensive experiments are conducted to verify the strong cross-prompt adversarial transferability of CroPA with prevalent VLMs including Flamingo, BLIP-2, and InstructBLIP in various different tasks. Our source code is available at \url{https://github.com/Haochen-Luo/CroPA}.
