paper-with-me

Papers

Feature Importance-aware Transferable Adversarial Attacks

2021-07-29 · ICCV 2021 10 · Zhibo Wang, Hengchang Guo, Zhifei Zhang, Wenxin Liu, Zhan Qin, Kui Ren

Transferability of adversarial examples is of central importance for attacking an unknown model, which facilitates adversarial attacks in more practical scenarios, e.g., black-box attacks. Existing transferable attacks tend to craft adversarial examples by indiscriminately distorting features to degrade prediction accuracy in a source model without aware of intrinsic features of objects in the images. We argue that such brute-force degradation would introduce model-specific local optimum into adversarial examples, thus limiting the transferability. By contrast, we propose the Feature Importance-aware Attack (FIA), which disrupts important object-aware features that dominate model decisions consistently. More specifically, we obtain feature importance by introducing the aggregate gradient, which averages the gradients with respect to feature maps of the source model, computed on a batch of random transforms of the original clean image. The gradients will be highly correlated to objects of interest, and such correlation presents invariance across different models. Besides, the random transforms will preserve intrinsic features of objects and suppress model-specific information. Finally, the feature importance guides to search for adversarial examples towards disrupting critical features, achieving stronger transferability. Extensive experimental evaluation demonstrates the effectiveness and superior performance of the proposed FIA, i.e., improving the success rate by 9.5% against normally trained models and 12.8% against defense models as compared to the state-of-the-art transferable attacks. Code is available at: https://github.com/hcguoO0/FIA

📄 PDF Abstract BibTeX arXiv:2107.14185

Code (3)

hcguoO0/FIA 공식 구현 tf
Trustworthy-AI-Group/TransferAttack pytorch
ZOMIN28/FIA-pytorch pytorch

Tasks

Feature Importance

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Transferable Dual-Domain Feature Importance Attack against AI-Generated Image Detector

2025-11-19 · Weiheng Zhu, Gang Cao, Jing Liu, Lifang Yu 외 arxiv

Recent AI-generated image (AIGI) detectors achieve impressive accuracy under clean condition. In view of antiforensics, it is significant to develop advanced adversarial attacks for evaluating the security of such detect…

Feature Importance

Adv-Attribute: Inconspicuous and Transferable Adversarial Attack on Face Recognition

2022-10-13 · Shuai Jia, Bangjie Yin, Taiping Yao, Shouhong Ding 외

Deep learning models have shown their vulnerability when dealing with adversarial attacks. Existing attacks almost perform on low-level instances, such as pixels and super-pixels, and rarely exploit semantic clues. For f…

Adversarial AttackAttributeDenoisingFace Recognition

AIM: Additional Image Guided Generation of Transferable Adversarial Attacks

2025-01-02 · Teng Li, Xingjun Ma, Yu-Gang Jiang

Transferable adversarial examples highlight the vulnerability of deep neural networks (DNNs) to imperceptible perturbations across various real-world applications. While there have been notable advancements in untargeted…

SEP-Attack: A Simple and Effective Paradigm for Transfer-Based Textual Adversarial Attack

2026-05-24 · Han Liu, Zhi Xu, Xiaotong Zhang, Feng Zhang 외 arxiv

Despite the strong performance of deep neural networks in modern Web and language applications, they remain vulnerable to adversarial attacks, especially transferable attacks that generate adversarial examples using surr…

Adversarial Attack

Improving Adversarial Transferability via Neuron Attribution-Based Attacks

2022-03-31 · CVPR 2022 1 · Jianping Zhang, Weibin Wu, Jen-tse Huang, Yizhan Huang 외

Deep neural networks (DNNs) are known to be vulnerable to adversarial examples. It is thus imperative to devise effective attack algorithms to identify the deficiencies of DNNs beforehand in security-sensitive applicatio…

Attribute