English

Trace and Detect Adversarial Attacks on CNNs using Feature Response Maps

Computer Vision and Pattern Recognition 2022-08-25 v1

Abstract

The existence of adversarial attacks on convolutional neural networks (CNN) questions the fitness of such models for serious applications. The attacks manipulate an input image such that misclassification is evoked while still looking normal to a human observer -- they are thus not easily detectable. In a different context, backpropagated activations of CNN hidden layers -- "feature responses" to a given input -- have been helpful to visualize for a human "debugger" what the CNN "looks at" while computing its output. In this work, we propose a novel detection method for adversarial examples to prevent attacks. We do so by tracking adversarial perturbations in feature responses, allowing for automatic detection using average local spatial entropy. The method does not alter the original network architecture and is fully human-interpretable. Experiments confirm the validity of our approach for state-of-the-art attacks on large-scale models trained on ImageNet.

Keywords

Cite

@article{arxiv.2208.11436,
  title  = {Trace and Detect Adversarial Attacks on CNNs using Feature Response Maps},
  author = {Mohammadreza Amirian and Friedhelm Schwenker and Thilo Stadelmann},
  journal= {arXiv preprint arXiv:2208.11436},
  year   = {2022}
}

Comments

13 pages, 6 figures

R2 v1 2026-06-25T01:55:43.907Z