On Detecting Adversarial Perturbations
Jan Hendrik Metzen, Tim Genewein, Volker Fischer, Bastian Bischoff

TL;DR
This paper introduces a small neural network detector to identify adversarial perturbations in deep learning models, demonstrating high detection accuracy and generalization to similar attacks, alongside a new attack and training method.
Contribution
The work presents a novel detector subnetwork for identifying adversarial inputs, complementing existing robustness methods and including defenses against new attack strategies.
Findings
Detectors can identify quasi-imperceptible adversarial perturbations effectively.
Detectors generalize to similar and weaker adversaries.
Proposed training procedure enhances detector robustness against combined attacks.
Abstract
Machine learning and deep learning in particular has advanced tremendously on perceptual tasks in recent years. However, it remains vulnerable against adversarial perturbations of the input that have been crafted specifically to fool the system while being quasi-imperceptible to a human. In this work, we propose to augment deep neural networks with a small "detector" subnetwork which is trained on the binary classification task of distinguishing genuine data from data containing adversarial perturbations. Our method is orthogonal to prior work on addressing adversarial perturbations, which has mostly focused on making the classification network itself more robust. We show empirically that adversarial perturbations can be detected surprisingly well even though they are quasi-imperceptible to humans. Moreover, while the detectors have been trained to detect only a specific adversary, they…
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.
Code & Models
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
