CVLGMLMar 19, 2018

Improving Transferability of Adversarial Examples with Input Diversity

arXiv:1803.06978v41416 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the vulnerability of CNNs to adversarial examples for security and robustness evaluation in machine learning, though it is incremental as it builds on existing attack methods.

The paper tackled the problem of low success rates for adversarial attacks in black-box settings by using input diversity through random transformations, achieving a 73.0% average success rate that outperforms the top NIPS 2017 submission by 6.6%.

Though CNNs have achieved the state-of-the-art performance on various vision tasks, they are vulnerable to adversarial examples --- crafted by adding human-imperceptible perturbations to clean images. However, most of the existing adversarial attacks only achieve relatively low success rates under the challenging black-box setting, where the attackers have no knowledge of the model structure and parameters. To this end, we propose to improve the transferability of adversarial examples by creating diverse input patterns. Instead of only using the original images to generate adversarial examples, our method applies random transformations to the input images at each iteration. Extensive experiments on ImageNet show that the proposed attack method can generate adversarial examples that transfer much better to different networks than existing baselines. By evaluating our method against top defense solutions and official baselines from NIPS 2017 adversarial competition, the enhanced attack reaches an average success rate of 73.0%, which outperforms the top-1 attack submission in the NIPS competition by a large margin of 6.6%. We hope that our proposed attack strategy can serve as a strong benchmark baseline for evaluating the robustness of networks to adversaries and the effectiveness of different defense methods in the future. Code is available at https://github.com/cihangxie/DI-2-FGSM.

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