CVJun 1, 2022

Attack-Agnostic Adversarial Detection

arXiv:2206.00489v12 citationsh-index: 18
Originality Incremental advance
AI Analysis

This addresses the challenge for defenders in machine learning security by reducing the need to train detectors for specific attacks, though it is incremental in improving detection efficiency.

The paper tackles the problem of adversarial attack detection by proposing an attack-agnostic method that treats it as anomaly detection, achieving ROC AUC scores of 94.9%, 89.7%, and 94.6% on CIFAR10, CIFAR100, and SVHN datasets, respectively.

The growing number of adversarial attacks in recent years gives attackers an advantage over defenders, as defenders must train detectors after knowing the types of attacks, and many models need to be maintained to ensure good performance in detecting any upcoming attacks. We propose a way to end the tug-of-war between attackers and defenders by treating adversarial attack detection as an anomaly detection problem so that the detector is agnostic to the attack. We quantify the statistical deviation caused by adversarial perturbations in two aspects. The Least Significant Component Feature (LSCF) quantifies the deviation of adversarial examples from the statistics of benign samples and Hessian Feature (HF) reflects how adversarial examples distort the landscape of the model's optima by measuring the local loss curvature. Empirical results show that our method can achieve an overall ROC AUC of 94.9%, 89.7%, and 94.6% on CIFAR10, CIFAR100, and SVHN, respectively, and has comparable performance to adversarial detectors trained with adversarial examples on most of the attacks.

Foundations

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

Your Notes