LGCRMLNov 15, 2018

Mathematical Analysis of Adversarial Attacks

arXiv:1811.06492v220 citations
Originality Synthesis-oriented
AI Analysis

This provides theoretical insights into adversarial vulnerabilities for machine learning security, but it is incremental as it builds on existing attack methods.

The paper analyzes the efficacy of adversarial attacks like FGSM and CW-L2, proving that FGSM can fool CNNs with ReLU activation in certain regimes and showing CW-L2 increases misclassification probability in a two-layer network, with numerical verification.

In this paper, we analyze efficacy of the fast gradient sign method (FGSM) and the Carlini-Wagner's L2 (CW-L2) attack. We prove that, within a certain regime, the untargeted FGSM can fool any convolutional neural nets (CNNs) with ReLU activation; the targeted FGSM can mislead any CNNs with ReLU activation to classify any given image into any prescribed class. For a special two-layer neural network: a linear layer followed by the softmax output activation, we show that the CW-L2 attack increases the ratio of the classification probability between the target and ground truth classes. Moreover, we provide numerical results to verify all our theoretical results.

Foundations

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

Your Notes