CVFeb 7, 2021

Adversarial example generation with AdaBelief Optimizer and Crop Invariance

arXiv:2102.03726v138 citations
Originality Incremental advance
AI Analysis

This work is significant for researchers and practitioners evaluating the robustness of deep neural networks in safety-critical applications, providing an incremental improvement in black-box adversarial attack success rates.

This paper addresses the challenge of generating adversarial examples with high transferability, especially against adversarially trained networks and advanced defense models in black-box settings. The proposed AdaBelief Iterative Fast Gradient Method (ABI-FGM) and Crop-Invariant attack Method (CIM) significantly improve the success rates of black-box adversarial attacks on ImageNet, outperforming state-of-the-art gradient-based methods.

Deep neural networks are vulnerable to adversarial examples, which are crafted by applying small, human-imperceptible perturbations on the original images, so as to mislead deep neural networks to output inaccurate predictions. Adversarial attacks can thus be an important method to evaluate and select robust models in safety-critical applications. However, under the challenging black-box setting, most existing adversarial attacks often achieve relatively low success rates on adversarially trained networks and advanced defense models. In this paper, we propose AdaBelief Iterative Fast Gradient Method (ABI-FGM) and Crop-Invariant attack Method (CIM) to improves the transferability of adversarial examples. ABI-FGM and CIM can be readily integrated to build a strong gradient-based attack to further boost the success rates of adversarial examples for black-box attacks. Moreover, our method can also be naturally combined with other gradient-based attack methods to build a more robust attack to generate more transferable adversarial examples against the defense models. Extensive experiments on the ImageNet dataset demonstrate the method's effectiveness. Whether on adversarially trained networks or advanced defense models, our method has higher success rates than state-of-the-art gradient-based attack methods.

Foundations

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

Your Notes