LGCRMar 31, 2022

Improving Adversarial Transferability via Neuron Attribution-Based Attacks

arXiv:2204.00008v1180 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in adversarial machine learning for security-sensitive applications, offering an incremental improvement in attack transferability.

The paper tackles the problem of low transferability in feature-level adversarial attacks by proposing a Neuron Attribution-based Attack (NAA) that uses more accurate neuron importance estimations, resulting in improved performance over state-of-the-art benchmarks.

Deep neural networks (DNNs) are known to be vulnerable to adversarial examples. It is thus imperative to devise effective attack algorithms to identify the deficiencies of DNNs beforehand in security-sensitive applications. To efficiently tackle the black-box setting where the target model's particulars are unknown, feature-level transfer-based attacks propose to contaminate the intermediate feature outputs of local models, and then directly employ the crafted adversarial samples to attack the target model. Due to the transferability of features, feature-level attacks have shown promise in synthesizing more transferable adversarial samples. However, existing feature-level attacks generally employ inaccurate neuron importance estimations, which deteriorates their transferability. To overcome such pitfalls, in this paper, we propose the Neuron Attribution-based Attack (NAA), which conducts feature-level attacks with more accurate neuron importance estimations. Specifically, we first completely attribute a model's output to each neuron in a middle layer. We then derive an approximation scheme of neuron attribution to tremendously reduce the computation overhead. Finally, we weight neurons based on their attribution results and launch feature-level attacks. Extensive experiments confirm the superiority of our approach to the state-of-the-art benchmarks.

Code Implementations2 repos
Foundations

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

Your Notes