English

Beating Attackers At Their Own Games: Adversarial Example Detection Using Adversarial Gradient Directions

Computer Vision and Pattern Recognition 2021-01-01 v1 Machine Learning

Abstract

Adversarial examples are input examples that are specifically crafted to deceive machine learning classifiers. State-of-the-art adversarial example detection methods characterize an input example as adversarial either by quantifying the magnitude of feature variations under multiple perturbations or by measuring its distance from estimated benign example distribution. Instead of using such metrics, the proposed method is based on the observation that the directions of adversarial gradients when crafting (new) adversarial examples play a key role in characterizing the adversarial space. Compared to detection methods that use multiple perturbations, the proposed method is efficient as it only applies a single random perturbation on the input example. Experiments conducted on two different databases, CIFAR-10 and ImageNet, show that the proposed detection method achieves, respectively, 97.9% and 98.6% AUC-ROC (on average) on five different adversarial attacks, and outperforms multiple state-of-the-art detection methods. Results demonstrate the effectiveness of using adversarial gradient directions for adversarial example detection.

Keywords

Cite

@article{arxiv.2012.15386,
  title  = {Beating Attackers At Their Own Games: Adversarial Example Detection Using Adversarial Gradient Directions},
  author = {Yuhang Wu and Sunpreet S. Arora and Yanhong Wu and Hao Yang},
  journal= {arXiv preprint arXiv:2012.15386},
  year   = {2021}
}

Comments

Accepted at AAAI 2021

R2 v1 2026-06-23T21:37:21.515Z