通过融合非注意力区域梯度,提升跨架构对抗攻击的迁移能力。
Boosting Adversarial Transferability via Ensemble Non-Attention
- 分离模型注意力与非注意力区域梯度,用元学习融合
- 在ImageNet上比现有最优方法提升15.0%和9.6%
- 适用于跨CNN与ViT架构的对抗攻击场景
集成攻击通过融合不同架构的代理模型输出,可提升对抗样本的迁移性。但跨异构模型时性能仍不理想,主因是各模型梯度更新方向差异大,难以降低集成模型梯度方差并有效利用个体模型优势。为此,本文提出NAMEA,首次将集成模型中非注意力区域的梯度引入迭代优化过程。该设计源于观察:异构模型的注意力区域差异显著,ViT的非注意力区往往对应CNN的关注点。因此,分别提取并融合注意力与非注意力区域梯度,实现CNN与ViT间转移信息的有效融合。具体地,首创一种解耦非注意力梯度的方法,并通过元学习进行融合。在ImageNet上的实验表明,NAMEA相比AdaEA和SMER(当前最优集成攻击)平均提升15.0%和9.6%。这是首次探索集成非注意力区域在提升跨架构迁移性中的潜力,为构建高效集成攻击提供了新思路。
原文摘要 · Abstract (English)
Ensemble attacks integrate the outputs of surrogate models with diverse architectures, which can be combined with various gradient-based attacks to improve adversarial transferability. However, previous work shows unsatisfactory attack performance when transferring across heterogeneous model architectures. The main reason is that the gradient update directions of heterogeneous surrogate models differ widely, making it hard to reduce the gradient variance of ensemble models while making the best of individual model. To tackle this challenge, we design a novel ensemble attack, NAMEA, which for the first time integrates the gradients from the non-attention areas of ensemble models into the iterative gradient optimization process. Our design is inspired by the observation that the attention areas of heterogeneous models vary sharply, thus the non-attention areas of ViTs are likely to be the focus of CNNs and vice versa. Therefore, we merge the gradients respectively from the attention and non-attention areas of ensemble models so as to fuse the transfer information of CNNs and ViTs. Specifically, we pioneer a new way of decoupling the gradients of non-attention areas from those of attention areas, while merging gradients by meta-learning. Empirical evaluations on ImageNet dataset indicate that NAMEA outperforms AdaEA and SMER, the state-of-the-art ensemble attacks by an average of 15.0% and 9.6%, respectively. This work is the first attempt to explore the power of ensemble non-attention in boosting cross-architecture transferability, providing new insights into launching ensemble attacks.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。