paper-with-me

Papers

Enhancing Targeted Attack Transferability via Diversified Weight Pruning

2022-08-18 · Hung-Jui Wang, Yu-Yu Wu, Shang-Tse Chen

Malicious attackers can generate targeted adversarial examples by imposing tiny noises, forcing neural networks to produce specific incorrect outputs. With cross-model transferability, network models remain vulnerable even in black-box settings. Recent studies have shown the effectiveness of ensemble-based methods in generating transferable adversarial examples. To further enhance transferability, model augmentation methods aim to produce more networks participating in the ensemble. However, existing model augmentation methods are only proven effective in untargeted attacks. In this work, we propose Diversified Weight Pruning (DWP), a novel model augmentation technique for generating transferable targeted attacks. DWP leverages the weight pruning method commonly used in model compression. Compared with prior work, DWP protects necessary connections and ensures the diversity of the pruned models simultaneously, which we show are crucial for targeted transferability. Experiments on the ImageNet-compatible dataset under various and more challenging scenarios confirm the effectiveness: transferring to adversarially trained models, Non-CNN architectures, and Google Cloud Vision. The results show that our proposed DWP improves the targeted attack success rates with up to $10.1$%, $6.6$%, and $7.0$% on the combination of state-of-the-art methods, respectively. The source code will be made available after acceptance.

📄 PDF Abstract BibTeX arXiv:2208.08677

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityModel Compression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Boosting the Targeted Transferability of Adversarial Examples via Salient Region & Weighted Feature Drop

2024-11-11 · Shanjun Xu, Linghui Li, Kaiguo Yuan, Bingyu Li

Deep neural networks can be vulnerable to adversarially crafted examples, presenting significant risks to practical applications. A prevalent approach for adversarial attacks relies on the transferability of adversarial …

Improving Transferable Targeted Adversarial Attacks with Model Self-Enhancement

2024-01-01 · CVPR 2024 1 · Han Wu, Guanyan Ou, Weibin Wu, Zibin Zheng

Various transfer attack methods have been proposed to evaluate the robustness of deep neural networks (DNNs). Although manifesting remarkable performance in generating untargeted adversarial perturbations existing pr…

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…

Improving Transferable Targeted Adversarial Attack via Normalized Logit Calibration and Truncated Feature Mixing

2024-05-10 · Juanjuan Weng, Zhiming Luo, Shaozi Li

This paper aims to enhance the transferability of adversarial samples in targeted attacks, where attack success rates remain comparatively low. To achieve this objective, we propose two distinct techniques for improving …

Adversarial Attack

Enhancing targeted transferability via feature space fine-tuning

2024-01-05 · Hui Zeng, Biwei Chen, Anjie Peng

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 challengin…