LGMar 11, 2018

Detecting Adversarial Examples via Neural Fingerprinting

arXiv:1803.03870v316 citations
Originality Incremental advance
AI Analysis

This addresses the vulnerability of deep learning models to adversarial attacks, offering a robust detection mechanism with high accuracy, though it is incremental as it builds on existing detection methods.

The paper tackles the problem of adversarial examples in deep neural networks by proposing Neural Fingerprinting, a method that detects such examples by verifying model behavior against secret fingerprints, achieving 98-100% AUC-ROC scores on MNIST, CIFAR-10, and MiniImagenet datasets against strong attacks.

Deep neural networks are vulnerable to adversarial examples, which dramatically alter model output using small input changes. We propose Neural Fingerprinting, a simple, yet effective method to detect adversarial examples by verifying whether model behavior is consistent with a set of secret fingerprints, inspired by the use of biometric and cryptographic signatures. The benefits of our method are that 1) it is fast, 2) it is prohibitively expensive for an attacker to reverse-engineer which fingerprints were used, and 3) it does not assume knowledge of the adversary. In this work, we pose a formal framework to analyze fingerprints under various threat models, and characterize Neural Fingerprinting for linear models. For complex neural networks, we empirically demonstrate that Neural Fingerprinting significantly improves on state-of-the-art detection mechanisms by detecting the strongest known adversarial attacks with 98-100% AUC-ROC scores on the MNIST, CIFAR-10 and MiniImagenet (20 classes) datasets. In particular, the detection accuracy of Neural Fingerprinting generalizes well to unseen test-data under various black- and whitebox threat models, and is robust over a wide range of hyperparameters and choices of fingerprints.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes