Attack-Agnostic Adversarial Detection
Jiaxin Cheng, Mohamed Hussein, Jay Billa, Wael AbdAlmageed

TL;DR
This paper introduces an attack-agnostic adversarial detection method that treats detection as an anomaly detection problem, using statistical deviations to identify adversarial examples across various attacks.
Contribution
It proposes a novel attack-agnostic detection approach based on statistical measures, avoiding the need for attack-specific training.
Findings
Achieves high ROC AUC scores on CIFAR10, CIFAR100, and SVHN datasets.
Performs comparably to attack-specific detectors on most attack types.
Uses statistical deviation metrics like LSCF and Hessian Feature for detection.
Abstract
The growing number of adversarial attacks in recent years gives attackers an advantage over defenders, as defenders must train detectors after knowing the types of attacks, and many models need to be maintained to ensure good performance in detecting any upcoming attacks. We propose a way to end the tug-of-war between attackers and defenders by treating adversarial attack detection as an anomaly detection problem so that the detector is agnostic to the attack. We quantify the statistical deviation caused by adversarial perturbations in two aspects. The Least Significant Component Feature (LSCF) quantifies the deviation of adversarial examples from the statistics of benign samples and Hessian Feature (HF) reflects how adversarial examples distort the landscape of the model's optima by measuring the local loss curvature. Empirical results show that our method can achieve an overall ROC…
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 · Anomaly Detection Techniques and Applications · Advanced Malware Detection Techniques
