When Explainability Meets Adversarial Learning: Detecting Adversarial Examples using SHAP Signatures
Gil Fidel, Ron Bitton, Asaf Shabtai

TL;DR
This paper introduces a novel adversarial example detection method using SHAP explanations at internal DNN layers, demonstrating high accuracy and generalization on CIFAR-10 and MNIST datasets.
Contribution
The paper proposes a new detection approach leveraging SHAP values for internal DNN layers, improving adversarial detection across multiple attack types.
Findings
High detection accuracy on CIFAR-10 and MNIST datasets
Strong generalization to various attack methods
Effective discrimination between normal and adversarial inputs
Abstract
State-of-the-art deep neural networks (DNNs) are highly effective in solving many complex real-world problems. However, these models are vulnerable to adversarial perturbation attacks, and despite the plethora of research in this domain, to this day, adversaries still have the upper hand in the cat and mouse game of adversarial example generation methods vs. detection and prevention methods. In this research, we present a novel detection method that uses Shapley Additive Explanations (SHAP) values computed for the internal layers of a DNN classifier to discriminate between normal and adversarial inputs. We evaluate our method by building an extensive dataset of adversarial examples over the popular CIFAR-10 and MNIST datasets, and training a neural network-based detector to distinguish between normal and adversarial inputs. We evaluate our detector against adversarial examples generated…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Explainable Artificial Intelligence (XAI) · Anomaly Detection Techniques and Applications
