LGMLAug 23, 2018

Maximal Jacobian-based Saliency Map Attack

arXiv:1808.07945v1107 citations
AI Analysis

This work addresses adversarial robustness in machine learning, particularly for image classification, but is incremental as it builds on existing JSMA methods.

The authors tackled the problem of adversarial attacks on classification models by proposing two variants of the Jacobian-based Saliency Map Attack that remove the need to specify a target class and pixel intensity changes, achieving competitive speeds and qualities on datasets of hand-written digits and natural scenes.

The Jacobian-based Saliency Map Attack is a family of adversarial attack methods for fooling classification models, such as deep neural networks for image classification tasks. By saturating a few pixels in a given image to their maximum or minimum values, JSMA can cause the model to misclassify the resulting adversarial image as a specified erroneous target class. We propose two variants of JSMA, one which removes the requirement to specify a target class, and another that additionally does not need to specify whether to only increase or decrease pixel intensities. Our experiments highlight the competitive speeds and qualities of these variants when applied to datasets of hand-written digits and natural scenes.

Foundations

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

Your Notes