Improving Integrated Gradient-based Transferable Adversarial Examples by Refining the Integration Path
Yuchen Ren, Zhengyu Zhao, Chenhao Lin, Bo Yang, Lu Zhou, Zhe Liu, Chao Shen
TL;DR
The paper addresses the limited transferability of Integrated Gradients (IG)-based transferable adversarial examples by refining the IG integration path along three dimensions: multiplicity (multiple baselines), monotonicity (LBQ-enforced paths), and diversity (input-transformations). It introduces Multiple Monotonic Diversified Integrated Gradients (MuMoDIG), which combines MuIG with monotonic LBQ baselines and diversified paths, further augmented by momentum for transferability. Theoretical analysis clarifies the distinction between IG's interpretability use and its application to attacks, and empirical results on ImageNet show MuMoDIG achieving up to 37.3% higher transferability than MIG and 8.4% over other state-of-the-art attacks across CNNs and ViTs, including defenses and a real-world Baidu Cloud API. This work highlights how adapting established interpretability techniques with principled path design can meaningfully strengthen black-box attack capabilities and informs defenses on the importance of integration-path choices in IG-based methods. $K=10$, $\epsilon=16$, $\alpha=1.6$, $\mu=1.0$ are typical experimental settings used to evaluate performance.
Abstract
Transferable adversarial examples are known to cause threats in practical, black-box attack scenarios. A notable approach to improving transferability is using integrated gradients (IG), originally developed for model interpretability. In this paper, we find that existing IG-based attacks have limited transferability due to their naive adoption of IG in model interpretability. To address this limitation, we focus on the IG integration path and refine it in three aspects: multiplicity, monotonicity, and diversity, supported by theoretical analyses. We propose the Multiple Monotonic Diversified Integrated Gradients (MuMoDIG) attack, which can generate highly transferable adversarial examples on different CNN and ViT models and defenses. Experiments validate that MuMoDIG outperforms the latest IG-based attack by up to 37.3\% and other state-of-the-art attacks by 8.4\%. In general, our study reveals that migrating established techniques to improve transferability may require non-trivial efforts. Code is available at \url{https://github.com/RYC-98/MuMoDIG}.
