用无参扩散过程生成难以察觉的对抗样本,攻击效果更强且扰动更小。
AdvAD: Exploring Non-Parametric Diffusion for Imperceptible Adversarial Attacks
- 将攻击建模为无参扩散过程,无需额外网络,仅依赖目标模型反馈
- 平均攻击成功率99.9%,$l_2$距离低至1.34,视觉保真度高(PSNR 49.74)
- 适合研究对抗攻击机制或追求低可见扰动的场景
不可察觉的对抗攻击旨在通过添加人眼难以察觉的扰动来欺骗深度神经网络。现有方法通常通过结合特定感知损失或生成模型能力来提升攻击的不可察觉性。本文提出一种新型建模框架——扩散式对抗攻击(AdvAD),突破传统范式,从理论上探索非参数化扩散过程作为攻击建模基础,不依赖常规扩散模型的去噪或生成能力,而是仅利用被攻击模型的反馈,在每一步构建更细微但高效的对抗引导,逐步将原始图像演变为理想的不可察觉对抗样本。基于坚实的理论基础,AdvAD在保持极低整体扰动强度的同时,实现高攻击效能与不可察觉性。进一步提出增强版AdvAD-X,评估该框架在理想场景下的极限表现。大量实验表明,相比当前最先进方法,AdvAD在四个主流DNN上(含三种架构)于ImageNet兼容数据集上实现平均99.9%的攻击成功率(+17.3%),$l_2$距离仅为1.34(-0.97),PSNR达49.74(+4.76),SSIM为0.9971(+0.0043)。代码已开源。
原文摘要 · Abstract (English)
Imperceptible adversarial attacks aim to fool DNNs by adding imperceptible perturbation to the input data. Previous methods typically improve the imperceptibility of attacks by integrating common attack paradigms with specifically designed perception-based losses or the capabilities of generative models. In this paper, we propose Adversarial Attacks in Diffusion (AdvAD), a novel modeling framework distinct from existing attack paradigms. AdvAD innovatively conceptualizes attacking as a non-parametric diffusion process by theoretically exploring basic modeling approach rather than using the denoising or generation abilities of regular diffusion models requiring neural networks. At each step, much subtler yet effective adversarial guidance is crafted using only the attacked model without any additional network, which gradually leads the end of diffusion process from the original image to a desired imperceptible adversarial example. Grounded in a solid theoretical foundation of the proposed non-parametric diffusion process, AdvAD achieves high attack efficacy and imperceptibility with intrinsically lower overall perturbation strength. Additionally, an enhanced version AdvAD-X is proposed to evaluate the extreme of our novel framework under an ideal scenario. Extensive experiments demonstrate the effectiveness of the proposed AdvAD and AdvAD-X. Compared with state-of-the-art imperceptible attacks, AdvAD achieves an average of 99.9$\%$ (+17.3$\%$) ASR with 1.34 (-0.97) $l_2$ distance, 49.74 (+4.76) PSNR and 0.9971 (+0.0043) SSIM against four prevalent DNNs with three different architectures on the ImageNet-compatible dataset. Code is available at https://github.com/XianguiKang/AdvAD.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。