无需目标类别数据,用一张图即可攻击任意分类模型
Towards Cross-Domain Multi-Targeted Adversarial Attacks
- 仅需一张目标类别的图像,不依赖标签或训练数据
- 在跨数据集场景下对未见过的目标类攻击成功率超现有方法
- 适合黑盒攻击场景,尤其隐私敏感环境
多目标对抗攻击旨在通过单一扰动生成器,结合条件输入将分类器误导至特定目标类别。现有方法存在两大局限:(1)单个生成器仅支持有限预定义类别;(2)需访问目标模型的训练数据以学习类别语义,这在实际黑盒场景中引发数据泄露风险。为此,我们提出跨域多目标攻击(CD-MTA),可生成针对任意目标类别的扰动,包括攻击者训练数据中不存在的类别。该方法仅在单一公开数据集上训练,却能对不同数据集、无交集类集的黑盒模型实施攻击。只需一个视觉代表目标类别的样本图像,无需标签、类别分布或预训练嵌入。通过特征注入模块(FIM)与类无关目标函数,生成器可提取可迁移的细粒度特征,而不推断类别语义。在ImageNet及七个额外数据集上的实验表明,CD-MTA在黑盒和跨域场景下对未见目标类的攻击性能优于现有方法。代码已开源。
原文摘要 · Abstract (English)
Multi-targeted adversarial attacks aim to mislead classifiers toward specific target classes using a single perturbation generator with a conditional input specifying the desired target class. Existing methods face two key limitations: (1) a single generator supports only a limited number of predefined target classes, and (2) it requires access to the victim model's training data to learn target class semantics. This dependency raises data leakage concerns in practical black-box scenarios where the training data is typically private. To address these limitations, we propose a novel Cross-Domain Multi-Targeted Attack (CD-MTA) that can generate perturbations toward arbitrary target classes, even those that do not exist in the attacker's training data. CD-MTA is trained on a single public dataset but can perform targeted attacks on black-box models trained on different datasets with disjoint and unknown class sets. Our method requires only a single example image that visually represents the desired target class, without relying its label, class distribution or pretrained embeddings. We achieve this through a Feature Injection Module (FIM) and class-agnostic objectives which guide the generator to extract transferable, fine-grained features from the target image without inferring class semantics. Experiments on ImageNet and seven additional datasets show that CD-MTA outperforms existing multi-targeted attack methods on unseen target classes in black-box and cross-domain scenarios. The code is available at https://github.com/tgoncalv/CD-MTA.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。