Efficient Generation of Targeted and Transferable Adversarial Examples for Vision-Language Models Via Diffusion Models
Qi Guo, Shanmin Pang, Xiaojun Jia, Yang Liu, Qing Guo
TL;DR
This work addresses the efficiency and realism shortcomings of targeted transfer-based attacks on Vision-Language Models by introducing AdvDiffVLM, a diffusion-model–driven framework that generates natural, unrestricted, targeted adversarial examples. It integrates Adaptive Ensemble Gradient Estimation to robustly estimate gradients from multiple surrogates and GradCAM-guided Mask Generation to distribute adversarial semantics across the image, improving both transferability and visual quality. Theoretical grounding ties score matching to embedding target semantics in the diffusion reverse process, enabling efficient, iterative refinement of adversarial content. Empirically, AdvDiffVLM achieves 5x–10x faster adversarial example generation and superior transferability across open-source and commercial VLMs, highlighting both vulnerability and the need for stronger robustness measures.
Abstract
Adversarial attacks, particularly \textbf{targeted} transfer-based attacks, can be used to assess the adversarial robustness of large visual-language models (VLMs), allowing for a more thorough examination of potential security flaws before deployment. However, previous transfer-based adversarial attacks incur high costs due to high iteration counts and complex method structure. Furthermore, due to the unnaturalness of adversarial semantics, the generated adversarial examples have low transferability. These issues limit the utility of existing methods for assessing robustness. To address these issues, we propose AdvDiffVLM, which uses diffusion models to generate natural, unrestricted and targeted adversarial examples via score matching. Specifically, AdvDiffVLM uses Adaptive Ensemble Gradient Estimation to modify the score during the diffusion model's reverse generation process, ensuring that the produced adversarial examples have natural adversarial targeted semantics, which improves their transferability. Simultaneously, to improve the quality of adversarial examples, we use the GradCAM-guided Mask method to disperse adversarial semantics throughout the image rather than concentrating them in a single area. Finally, AdvDiffVLM embeds more target semantics into adversarial examples after multiple iterations. Experimental results show that our method generates adversarial examples 5x to 10x faster than state-of-the-art transfer-based adversarial attacks while maintaining higher quality adversarial examples. Furthermore, compared to previous transfer-based adversarial attacks, the adversarial examples generated by our method have better transferability. Notably, AdvDiffVLM can successfully attack a variety of commercial VLMs in a black-box environment, including GPT-4V.
