paper-with-me

홈 › Papers

Improving the Transferability of Adversarial Samples With Adversarial Transformations

2021-06-19 · CVPR 2021 1 · Weibin Wu, Yuxin Su, Michael R. Lyu, Irwin King

Although deep neural networks (DNNs) have achieved tremendous performance in diverse vision challenges, they are surprisingly susceptible to adversarial examples, which are born of intentionally perturbing benign samples in a human-imperceptible fashion. It thus poses security concerns on the deployment of DNNs in practice, particularly in safety- and security-sensitive domains. To investigate the robustness of DNNs, transfer-based attacks have attracted a growing interest recently due to their high practical applicability, where attackers craft adversarial samples with local models and employ the resultant samples to attack a remote black-box model. However, existing transfer-based attacks frequently suffer from low success rates due to overfitting to the adopted local model. To boost the transferability of adversarial samples, we propose to improve the robustness of synthesized adversarial samples via adversarial transformations. Specifically, we employ an adversarial transformation network to model the most harmful distortions that can destroy adversarial noises and require the synthesized adversarial samples to become resistant to such adversarial transformations. Extensive experiments on the ImageNet benchmark showcase the superiority of our method to state-of-the-art baselines in attacking both undefended and defended models.

📄 PDF Abstract BibTeX

Code (1)

Trustworthy-AI-Group/TransferAttack pytorch

Similar Papers 제목 키워드 기반

Learning to Transform Dynamically for Better Adversarial Transferability

2024-05-23 · CVPR 2024 1 · Rongyi Zhu, Zeliang Zhang, Susan Liang, Zhuo Liu 외

Adversarial examples, crafted by adding perturbations imperceptible to humans, can deceive neural networks. Recent studies identify the adversarial transferability across various models, \textit{i.e.}, the cross-model at…

Diversity

Attack-Centric Approach for Evaluating Transferability of Adversarial Samples in Machine Learning Models

2021-12-03 · Tochukwu Idika, Ismail Akturk

Transferability of adversarial samples became a serious concern due to their impact on the reliability of machine learning system deployments, as they find their way into many critical applications. Knowing factors that …

BIG-bench Machine Learning

Traits & Transferability of Adversarial Examples against Instance Segmentation & Object Detection

2018-08-04 · Raghav Gurbaxani, Shivank Mishra

Despite the recent advancements in deploying neural networks for image classification, it has been found that adversarial examples are able to fool these models leading them to misclassify the images. Since these models …

General Classificationimage-classificationImage ClassificationInstance Segmentation+3

Admix: Enhancing the Transferability of Adversarial Attacks

2021-01-31 · ICCV 2021 10 · Xiaosen Wang, Xuanran He, Jingdong Wang, Kun He

Deep neural networks are known to be extremely vulnerable to adversarial examples under white-box setting. Moreover, the malicious adversaries crafted on the surrogate (source) model often exhibit black-box transferabili…

Defense-guided Transferable Adversarial Attacks

2020-10-22 · Zifei Zhang, Kai Qiao, Jian Chen, Ningning Liang

Though deep neural networks perform challenging tasks excellently, they are susceptible to adversarial examples, which mislead classifiers by applying human-imperceptible perturbations on clean inputs. Under the query-fr…

Adversarial Attack