LGCVJun 16, 2022

Gradient-Based Adversarial and Out-of-Distribution Detection

arXiv:2206.08255v217 citationsh-index: 14
AI Analysis

This addresses security and robustness issues in neural networks for applications like image classification, but it is incremental as it builds on existing gradient-based detection methods.

The paper tackles the problem of detecting adversarial and out-of-distribution samples by using gradients with confounding labels, and it shows that this approach outperforms state-of-the-art methods without hyperparameter tuning.

We propose to utilize gradients for detecting adversarial and out-of-distribution samples. We introduce confounding labels -- labels that differ from normal labels seen during training -- in gradient generation to probe the effective expressivity of neural networks. Gradients depict the amount of change required for a model to properly represent given inputs, providing insight into the representational power of the model established by network architectural properties as well as training data. By introducing a label of different design, we remove the dependency on ground truth labels for gradient generation during inference. We show that our gradient-based approach allows for capturing the anomaly in inputs based on the effective expressivity of the models with no hyperparameter tuning or additional processing, and outperforms state-of-the-art methods for adversarial and out-of-distribution detection.

Foundations

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

Your Notes