arXiv:2605.20308cs.CVcs.AI2026-05

提出新攻击方法SDM,显著提升模型鲁棒性评估效果

SDM: A Powerful Tool for Evaluating Model Robustness

论文配图:SDM: A Powerful Tool for Evaluating Model Robustness
图 1 · 摘自论文原文
  • 重构攻击目标,分三阶段优化生成更强对抗样本
  • 在ImageNet等数据集上超越现有方法,攻击成功率更高
  • 适合研究模型安全与对抗攻击的开发者使用

基于梯度的攻击是评估模型鲁棒性的关键方法。然而自APGD提出以来,此类方法难以取得突破。本文分析了导致攻击性能下降的“高损失非对抗样本”问题,证明其根源在于对抗样本生成目标不当。为此,我们重新构建目标函数:最大化非真实标签概率上界与真实标签概率之间的差异,并提出一种新型梯度攻击方法——序列差异最大化(SDM)。SDM采用“循环-阶段-步骤”三层优化框架,在初始阶段使用负概率损失,在后续阶段引入方向性概率差异比(DPDR)损失,通过分阶段顺序优化逼近理想的对抗样本生成目标。实验表明,相比现有最先进方法,SDM不仅攻击效果更强,且具备更优的计算成本效益。代码已开源:https://github.com/X-L-Liu/ICML-SDM。

原文摘要 · Abstract (English)

Gradient-based attacks are important methods for evaluating model robustness. However, since the proposal of APGD, it has been difficult for such methods to achieve significant breakthroughs. To achieve such an effect, we first analyze the issue of "high-loss non-adversarial examples" that degrades attack performance in previous methods, and prove that this issue arises from inappropriate objectives for adversarial example generation. Subsequently, we reconstruct the objective as "maximizing the difference between the non-ground-truth label probability upper bound and the ground-truth label probability", and proposes a novel and powerful gradient-based attack method named Sequential Difference Maximization (SDM). SDM establishes a three-layer optimization framework of "cycle-stage-step". It adopts the negative probability loss function and the Directional Probability Difference Ratio (DPDR) loss function in the initial and subsequent optimization stages, respectively, and approaches the ideal objective of adversarial example generation via stage-wise sequential optimization. Experiments demonstrate that compared with previous state-of-the-art methods, SDM not only achieves stronger attack performance but also exhibits superior cost-effectiveness. The code is available at https://github.com/X-L-Liu/ICML-SDM.

对抗攻击模型鲁棒性梯度方法SDM

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