CVAILGSep 10, 2019

FDA: Feature Disruptive Attack

arXiv:1909.04385v1136 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the problem of evaluating and improving adversarial attacks for computer vision researchers, offering a novel approach that is more effective and generalizable, though it is incremental in the field of adversarial machine learning.

The paper tackles the vulnerability of deep neural networks to adversarial attacks by proposing FDA, a feature disruptive attack that corrupts deep features across layers, resulting in stronger adversaries that reduce network performance more severely than state-of-the-art methods, even against defenses.

Though Deep Neural Networks (DNN) show excellent performance across various computer vision tasks, several works show their vulnerability to adversarial samples, i.e., image samples with imperceptible noise engineered to manipulate the network's prediction. Adversarial sample generation methods range from simple to complex optimization techniques. Majority of these methods generate adversaries through optimization objectives that are tied to the pre-softmax or softmax output of the network. In this work we, (i) show the drawbacks of such attacks, (ii) propose two new evaluation metrics: Old Label New Rank (OLNR) and New Label Old Rank (NLOR) in order to quantify the extent of damage made by an attack, and (iii) propose a new adversarial attack FDA: Feature Disruptive Attack, to address the drawbacks of existing attacks. FDA works by generating image perturbation that disrupt features at each layer of the network and causes deep-features to be highly corrupt. This allows FDA adversaries to severely reduce the performance of deep networks. We experimentally validate that FDA generates stronger adversaries than other state-of-the-art methods for image classification, even in the presence of various defense measures. More importantly, we show that FDA disrupts feature-representation based tasks even without access to the task-specific network or methodology. Code available at: https://github.com/BardOfCodes/fda

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