CVCRDec 13, 2022

Unfolding Local Growth Rate Estimates for (Almost) Perfect Adversarial Detection

arXiv:2212.06776v57 citationsh-index: 18Has Code
Originality Incremental advance
AI Analysis

This work addresses the vulnerability of CNNs to adversarial attacks, which is a critical security issue in machine learning applications, but it is incremental as it builds on existing LID-based methods.

The paper tackles the problem of detecting adversarial perturbations in convolutional neural networks by proposing a lightweight detector based on local intrinsic dimensionality, achieving almost perfect F1-scores across multiple networks and datasets.

Convolutional neural networks (CNN) define the state-of-the-art solution on many perceptual tasks. However, current CNN approaches largely remain vulnerable against adversarial perturbations of the input that have been crafted specifically to fool the system while being quasi-imperceptible to the human eye. In recent years, various approaches have been proposed to defend CNNs against such attacks, for example by model hardening or by adding explicit defence mechanisms. Thereby, a small "detector" is included in the network and trained on the binary classification task of distinguishing genuine data from data containing adversarial perturbations. In this work, we propose a simple and light-weight detector, which leverages recent findings on the relation between networks' local intrinsic dimensionality (LID) and adversarial attacks. Based on a re-interpretation of the LID measure and several simple adaptations, we surpass the state-of-the-art on adversarial detection by a significant margin and reach almost perfect results in terms of F1-score for several networks and datasets. Sources available at: https://github.com/adverML/multiLID

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