仅用一个公开CLIP模型,就能生成通用对抗样本骗过多种AI系统。
One Surrogate to Fool Them All: Universal, Transferable, and Targeted Adversarial Attacks with CLIP
- 利用文本概念和单个CLIP模型生成通用对抗扰动。
- 在ImageNet上攻击成功率高达85%,CIFAR-10超99%。
- 无需查询目标模型,适合隐蔽攻击场景,适用于安全评估者。
深度神经网络虽广泛应用,但仍易受对抗攻击。传统方法通常需频繁查询目标模型或依赖与目标模型相似的替代模型(常基于部分训练数据训练),以实现高迁移性攻击。但在训练数据不可见且频繁查询可能触发警报的真实场景中,攻击难度大增。本文提出UnivIntruder框架,仅使用一个公开的CLIP模型和公开数据集,通过文本概念生成通用、可迁移、定向的对抗扰动,使深度神经网络将输入错误分类为由文本概念指定的目标类别。大量实验表明,该方法在ImageNet上的攻击成功率(ASR)最高达85%,在CIFAR-10上超过99%,显著优于现有基于迁移的方法。此外,我们揭示了真实世界漏洞:即使不查询目标模型,UnivIntruder仍可对Google、Baidu图像搜索引擎造成威胁,攻击成功率最高达84%;对GPT-4、Claude-3.5等视觉语言模型的攻击成功率最高达80%。这些发现凸显了该方法在传统路径受阻场景下的实用性,警示需重新评估AI应用的安全范式。
原文摘要 · Abstract (English)
Deep Neural Networks (DNNs) have achieved widespread success yet remain prone to adversarial attacks. Typically, such attacks either involve frequent queries to the target model or rely on surrogate models closely mirroring the target model -- often trained with subsets of the target model's training data -- to achieve high attack success rates through transferability. However, in realistic scenarios where training data is inaccessible and excessive queries can raise alarms, crafting adversarial examples becomes more challenging. In this paper, we present UnivIntruder, a novel attack framework that relies solely on a single, publicly available CLIP model and publicly available datasets. By using textual concepts, UnivIntruder generates universal, transferable, and targeted adversarial perturbations that mislead DNNs into misclassifying inputs into adversary-specified classes defined by textual concepts. Our extensive experiments show that our approach achieves an Attack Success Rate (ASR) of up to 85% on ImageNet and over 99% on CIFAR-10, significantly outperforming existing transfer-based methods. Additionally, we reveal real-world vulnerabilities, showing that even without querying target models, UnivIntruder compromises image search engines like Google and Baidu with ASR rates up to 84%, and vision language models like GPT-4 and Claude-3.5 with ASR rates up to 80%. These findings underscore the practicality of our attack in scenarios where traditional avenues are blocked, highlighting the need to reevaluate security paradigms in AI applications.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。