LGCRCVMLSep 11, 2019

Sparse and Imperceivable Adversarial Attacks

arXiv:1909.05040v1232 citations
Originality Incremental advance
AI Analysis

This addresses safety concerns in neural networks by developing more stealthy adversarial attacks, which is incremental but important for improving robustness in security-critical applications.

The paper tackles the problem of creating adversarial attacks that are both sparse (few pixels changed) and imperceivable, proposing a black-box technique to minimize l0-distance while integrating constraints to avoid detection. The result is an attack that is competitive with state-of-the-art methods and enables adversarial training to enhance classifier robustness against such manipulations.

Neural networks have been proven to be vulnerable to a variety of adversarial attacks. From a safety perspective, highly sparse adversarial attacks are particularly dangerous. On the other hand the pixelwise perturbations of sparse attacks are typically large and thus can be potentially detected. We propose a new black-box technique to craft adversarial examples aiming at minimizing $l_0$-distance to the original image. Extensive experiments show that our attack is better or competitive to the state of the art. Moreover, we can integrate additional bounds on the componentwise perturbation. Allowing pixels to change only in region of high variation and avoiding changes along axis-aligned edges makes our adversarial examples almost non-perceivable. Moreover, we adapt the Projected Gradient Descent attack to the $l_0$-norm integrating componentwise constraints. This allows us to do adversarial training to enhance the robustness of classifiers against sparse and imperceivable adversarial manipulations.

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