Enhancing Adversarial Transferability with Checkpoints of a Single Model's Training

Abstract

Adversarial attacks threaten the integrity of deep neural networks (DNNs), particularly in high-stakes applications. In this paper, we present a novel black-box adversarial attack that leverages the diverse checkpoints generated during a single model's training trajectory. Unlike conventional ensemble attacks that require multiple surrogate models with diverse architectures, our approach exploits the intrinsic diversity captured over different training stages of a single surrogate model. By decomposing the learned representations into task-intrinsic and task-irrelevant components, we employ an accuracy gap-based selection strategy to identify checkpoints that predominantly capture transferable, task-intrinsic knowledge. Extensive experiments on ImageNet and CIFAR-10 demonstrate that our method consistently outperforms traditional ensemble attacks in terms of transferability, even under resource-constrained and practical settings. This work offers a resource-efficient solution for crafting highly transferable adversarial examples and provides new insights into the dynamics of adversarial vulnerability.

Cite

Text

Li et al. "Enhancing Adversarial Transferability with Checkpoints of a Single Model's Training." Conference on Computer Vision and Pattern Recognition, 2025.

Markdown

[Li et al. "Enhancing Adversarial Transferability with Checkpoints of a Single Model's Training." Conference on Computer Vision and Pattern Recognition, 2025.](https://mlanthology.org/cvpr/2025/li2025cvpr-enhancing-a/)

BibTeX

@inproceedings{li2025cvpr-enhancing-a,
  title     = {{Enhancing Adversarial Transferability with Checkpoints of a Single Model's Training}},
  author    = {Li, Shixin and He, Chaoxiang and Ma, Xiaojing and Zhu, Bin Benjamin and Wang, Shuo and Hu, Hongsheng and Zhang, Dongmei and Yu, Linchen},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2025},
  pages     = {20685-20694},
  url       = {https://mlanthology.org/cvpr/2025/li2025cvpr-enhancing-a/}
}