arXiv:2607.04145cs.LGcs.CV2026-07

提出二分迭代法,高效生成强非目标攻击。

Binary Iterative Method for Non-targeted Adversarial Attack

论文配图:Binary Iterative Method for Non-targeted Adversarial Attack
图 1 · 摘自论文原文
  • 采用分治策略优化攻击参数与超参
  • 在ImageNet上使分类置信度达0.995,真实标签概率趋近0
  • 适合对抗鲁棒性测试与模型安全评估

对抗攻击为对抗训练和鲁棒性验证提供额外数据,揭示深度学习模型的‘分段线性’特性。由于对抗攻击可直接通过端到端可微搜索优化,其鲁棒性比噪声或扰动鲁棒性更广泛适用,新攻击方法有助于提升鲁棒性测试能力。攻击分为有目标和无目标两类,本文聚焦无目标设置。现有方法如快速梯度法、基本迭代法和虚拟对抗法在最优输入点与超参搜索上仍存挑战。本文提出新方法‘二分迭代法’(BinIM),利用分治思想优化无目标攻击的参数与超参。我们在预训练网络InceptionV3、InceptionV2、ResNet V2 152上对比多种基于梯度的攻击方法。在随机抽取的1000张ImageNet图像上,BinIM优于所有其他基于梯度的方法,使分类器误判置信度最高达0.995,同时将真实标签概率降至2.21e-09(约0)。

原文摘要 · Abstract (English)

Adversarial attacks guide and provide additional training and test data for both adversarial training and adversarial robustness validation, and expose the 'piecewise linearity' of deep learning based models. Since adversarial attacks and adversarial robustness are mathematically defined problems that can be optimised directly with end-to-end differentiable search, adversarial robustness is more widely applicable than other robustness metrics such as corruption and perturbation robustness, and new kinds of adversarial attacks are beneficial for robustness testing. Attacks are targeted or non-targeted depending on whether the image is modified to misclassify to a particular class or to any incorrect class; we focus on the non-targeted setting. Finding the optimal input data points and hyper-parameters for generating non-targeted adversarial attacks remains a challenge for current methods like the Fast Gradient Method, Basic Iterative Method and Virtual Adversarial Method. We propose a new method, the "Binary Iterative Method" (BinIM), which uses a divide-and-conquer paradigm to optimise parameters and hyper-parameters for the generation of non-targeted attacks. We compare our method to other gradient-based adversarial attacks evaluated over pre-trained networks (InceptionV3, InceptionV2, ResNet V2 152) on classification tasks. On 1000 randomly-sampled images from the standard ImageNet dataset, the Binary Iterative Method outperforms all other gradient-based methods, qualitatively making the classifier misclassify with confidence up to 0.995 while reducing the probability of the true label to 2.21e-09 (approximately 0).

对抗攻击无目标攻击优化方法

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。