학술논문

Diverse Generative Perturbations on Attention Space for Transferable Adversarial Attacks
Document Type
Conference
Source
2022 IEEE International Conference on Image Processing (ICIP) Image Processing (ICIP), 2022 IEEE International Conference on. :281-285 Oct, 2022
Subject
Computing and Processing
Signal Processing and Analysis
Codes
Perturbation methods
Image processing
Stochastic processes
Generators
Space exploration
Adversarial examples
Black-box
Transferability
Attention
Diversity
Language
ISSN
2381-8549
Abstract
Adversarial attacks with improved transferability –the ability of an adversarial example crafted on a known model to also fool unknown models –have recently received much attention due to their practicality. Nevertheless, existing transferable attacks craft perturbations in a deterministic manner and often fail to fully explore the loss surface, thus falling into a poor local optimum and suffering from low transferability. To solve this problem, we propose Attentive-Diversity Attack (ADA), which disrupts diverse salient features in a stochastic manner to improve transferability. Primarily, we perturb the image attention to disrupt universal features shared by different models. Then, to effectively avoid poor local optima, we disrupt these features in a stochastic manner and explore the search space of transferable perturbations more exhaustively. More specifically, we use a generator to produce adversarial perturbations that each disturbs features in different ways depending on an input latent code. Extensive experimental evaluations demonstrate the effectiveness of our method, outperforming the transferability of state-of-the-art methods. Codes are available at https://github.com/wkim97/ADA.