English

Enhancing targeted transferability via feature space fine-tuning

Computer Vision and Pattern Recognition 2024-01-17 v2 Artificial Intelligence

Abstract

Adversarial examples (AEs) have been extensively studied due to their potential for privacy protection and inspiring robust neural networks. Yet, making a targeted AE transferable across unknown models remains challenging. In this paper, to alleviate the overfitting dilemma common in an AE crafted by existing simple iterative attacks, we propose fine-tuning it in the feature space. Specifically, starting with an AE generated by a baseline attack, we encourage the features conducive to the target class and discourage the features to the original class in a middle layer of the source model. Extensive experiments demonstrate that only a few iterations of fine-tuning can boost existing attacks' targeted transferability nontrivially and universally. Our results also verify that the simple iterative attacks can yield comparable or even better transferability than the resource-intensive methods, which rest on training target-specific classifiers or generators with additional data. The code is available at: github.com/zengh5/TA_feature_FT.

Keywords

Cite

@article{arxiv.2401.02727,
  title  = {Enhancing targeted transferability via feature space fine-tuning},
  author = {Hui Zeng and Biwei Chen and Anjie Peng},
  journal= {arXiv preprint arXiv:2401.02727},
  year   = {2024}
}

Comments

9 pages, 10 figures, accepted by 2024ICASSP

R2 v1 2026-06-28T14:09:25.657Z