CVOct 26, 2020

GreedyFool: Distortion-Aware Sparse Adversarial Attack

arXiv:2010.13773v183 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the vulnerability of deep neural networks to adversarial attacks, specifically improving sparsity and invisibility in sparse adversarial samples, which is an incremental advancement in the field of adversarial machine learning.

The paper tackles the problem of sparse adversarial attacks on deep neural networks by proposing GreedyFool, a method that modifies 3× fewer pixels than state-of-the-art methods under the same sparse perturbation setting and achieves a 9.96% higher success rate for targeted attacks under the same pixel budget.

Modern deep neural networks(DNNs) are vulnerable to adversarial samples. Sparse adversarial samples are a special branch of adversarial samples that can fool the target model by only perturbing a few pixels. The existence of the sparse adversarial attack points out that DNNs are much more vulnerable than people believed, which is also a new aspect for analyzing DNNs. However, current sparse adversarial attack methods still have some shortcomings on both sparsity and invisibility. In this paper, we propose a novel two-stage distortion-aware greedy-based method dubbed as "GreedyFool". Specifically, it first selects the most effective candidate positions to modify by considering both the gradient(for adversary) and the distortion map(for invisibility), then drops some less important points in the reduce stage. Experiments demonstrate that compared with the start-of-the-art method, we only need to modify $3\times$ fewer pixels under the same sparse perturbation setting. For target attack, the success rate of our method is 9.96\% higher than the start-of-the-art method under the same pixel budget. Code can be found at https://github.com/LightDXY/GreedyFool.

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