English

On Generating Transferable Targeted Perturbations

Computer Vision and Pattern Recognition 2021-08-17 v2

Abstract

While the untargeted black-box transferability of adversarial perturbations has been extensively studied before, changing an unseen model's decisions to a specific `targeted' class remains a challenging feat. In this paper, we propose a new generative approach for highly transferable targeted perturbations (\ours). We note that the existing methods are less suitable for this task due to their reliance on class-boundary information that changes from one model to another, thus reducing transferability. In contrast, our approach matches the perturbed image `distribution' with that of the target class, leading to high targeted transferability rates. To this end, we propose a new objective function that not only aligns the global distributions of source and target images, but also matches the local neighbourhood structure between the two domains. Based on the proposed objective, we train a generator function that can adaptively synthesize perturbations specific to a given input. Our generative approach is independent of the source or target domain labels, while consistently performs well against state-of-the-art methods on a wide range of attack settings. As an example, we achieve 32.63%32.63\% target transferability from (an adversarially weak) VGG19BN_{BN} to (a strong) WideResNet on ImageNet val. set, which is 4×\times higher than the previous best generative attack and 16×\times better than instance-specific iterative attack. Code is available at: {\small\url{https://github.com/Muzammal-Naseer/TTP}}.

Keywords

Cite

@article{arxiv.2103.14641,
  title  = {On Generating Transferable Targeted Perturbations},
  author = {Muzammal Naseer and Salman Khan and Munawar Hayat and Fahad Shahbaz Khan and Fatih Porikli},
  journal= {arXiv preprint arXiv:2103.14641},
  year   = {2021}
}

Comments

ICCV, 2021. Code is available at https://github.com/Muzammal-Naseer/TTP

R2 v1 2026-06-24T00:35:50.693Z