paper-with-me

Papers

Using Explainabilty to Detect Adversarial Attacks

2019-09-25 · Ohad Amosy and Gal Chechik

Deep learning models are often sensitive to adversarial attacks, where carefully-designed input samples can cause the system to produce incorrect decisions. Here we focus on the problem of detecting attacks, rather than robust classification, since detecting that an attack occurs may be even more important than avoiding misclassification. We build on advances in explainability, where activity-map-like explanations are used to justify and validate decisions, by highlighting features that are involved with a classification decision. The key observation is that it is hard to create explanations for incorrect decisions. We propose EXAID, a novel attack-detection approach, which uses model explainability to identify images whose explanations are inconsistent with the predicted class. Specifically, we use SHAP, which uses Shapley values in the space of the input image, to identify which input features contribute to a class decision. Interestingly, this approach does not require to modify the attacked model, and it can be applied without modelling a specific attack. It can therefore be applied successfully to detect unfamiliar attacks, that were unknown at the time the detection model was designed. We evaluate EXAID on two benchmark datasets CIFAR-10 and SVHN, and against three leading attack techniques, FGSM, PGD and C&W. We find that EXAID improves over the SoTA detection methods by a large margin across a wide range of noise levels, improving detection from 70% to over 90% for small perturbations.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Robust classification

Similar Papers 제목 키워드 기반

Detecting Adversarial Attacks On Audiovisual Speech Recognition

2019-12-18 · Pingchuan Ma, Stavros Petridis, Maja Pantic

Adversarial attacks pose a threat to deep learning models. However, research on adversarial detection methods, especially in the multi-modal domain, is very limited. In this work, we propose an efficient and straightforw…

Audio-Visual Speech Recognitionspeech-recognitionSpeech RecognitionVisual Speech Recognition

Detecting Adversarial Data Using Perturbation Forgery

2025-01-01 · CVPR 2025 1 · Qian Wang, Chen Li, Yuchen Luo, Hefei Ling 외

As a defense strategy against adversarial attacks, adversarial detection aims to identify and filter out adversarial data from the data flow based on discrepancies in distribution and noise patterns between natural a…

Adversarial Attacks on Transformers-Based Malware Detectors

2022-10-01 · Yash Jakhotiya, Heramb Patil, Jugal Rawlani, Dr. Sunil B. Mane

Signature-based malware detectors have proven to be insufficient as even a small change in malignant executable code can bypass these signature-based detectors. Many machine learning-based models have been proposed to ef…

Learning to Detect Adversarial Examples Based on Class Scores

2021-07-09 · Tobias Uelwer, Felix Michels, Oliver De Candido

Given the increasing threat of adversarial attacks on deep neural networks (DNNs), research on efficient detection methods is more important than ever. In this work, we take a closer look at adversarial attack detection …

Adversarial AttackAdversarial Attack DetectionClassification

Detecting Adversarial Data via Perturbation Forgery

2024-05-25 · Qian Wang, Chen Li, Yuchen Luo, Hefei Ling 외

As a defense strategy against adversarial attacks, adversarial detection aims to identify and filter out adversarial data from the data flow based on discrepancies in distribution and noise patterns between natural and a…