paper-with-me

Papers

Why Blocking Targeted Adversarial Perturbations Impairs the Ability to Learn

2019-07-11 · Ziv Katzir, Yuval Elovici

Despite their accuracy, neural network-based classifiers are still prone to manipulation through adversarial perturbations. Those perturbations are designed to be misclassified by the neural network, while being perceptually identical to some valid input. The vast majority of attack methods rely on white-box conditions, where the attacker has full knowledge of the attacked network's parameters. This allows the attacker to calculate the network's loss gradient with respect to some valid input and use this gradient in order to create an adversarial example. The task of blocking white-box attacks has proven difficult to solve. While a large number of defense methods have been suggested, they have had limited success. In this work we examine this difficulty and try to understand it. We systematically explore the abilities and limitations of defensive distillation, one of the most promising defense mechanisms against adversarial perturbations suggested so far in order to understand the defense challenge. We show that contrary to commonly held belief, the ability to bypass defensive distillation is not dependent on an attack's level of sophistication. In fact, simple approaches, such as the Targeted Gradient Sign Method, are capable of effectively bypassing defensive distillation. We prove that defensive distillation is highly effective against non-targeted attacks but is unsuitable for targeted attacks. This discovery leads us to realize that targeted attacks leverage the same input gradient that allows a network to be trained. This implies that blocking them will require losing the network's ability to learn, presenting an impossible tradeoff to the research community.

📄 PDF Abstract BibTeX arXiv:1907.05718

Code (0)

등록된 구현이 없습니다.

Tasks

Blockingvalid

Similar Papers 제목 키워드 기반

Learning to Discriminate Perturbations for Blocking Adversarial Attacks in Text Classification

2019-09-06 · IJCNLP 2019 11 · Yichao Zhou, Jyun-Yu Jiang, Kai-Wei Chang, Wei Wang

Adversarial attacks against machine learning models have threatened various real-world applications such as spam filtering and sentiment analysis. In this paper, we propose a novel framework, learning to DIScriminate Per…

BlockingGeneral ClassificationSentiment Analysistext-classification+1

LFAA: Crafting Transferable Targeted Adversarial Examples with Low-Frequency Perturbations

2023-10-31 · Kunyu Wang, Juluan Shi, Wenxuan Wang

Deep neural networks are susceptible to adversarial attacks, which pose a significant threat to their security and reliability in real-world applications. The most notable adversarial attacks are transfer-based attacks, …

Adversarial Attack

On Distinctive Properties of Universal Perturbations

2021-12-31 · Sung Min Park, Kuo-An Wei, Kai Xiao, Jerry Li 외

We identify properties of universal adversarial perturbations (UAPs) that distinguish them from standard adversarial perturbations. Specifically, we show that targeted UAPs generated by projected gradient descent exhibit…

Double Targeted Universal Adversarial Perturbations

2020-10-07 · Philipp Benz, Chaoning Zhang, Tooba Imtiaz, In So Kweon

Despite their impressive performance, deep neural networks (DNNs) are widely known to be vulnerable to adversarial attacks, which makes it challenging for them to be deployed in security-sensitive applications, such as a…

Autonomous Driving

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…