Square Attack: a query-efficient black-box adversarial attack via random search
About
We propose the Square Attack, a score-based black-box $l_2$- and $l_\infty$-adversarial attack that does not rely on local gradient information and thus is not affected by gradient masking. Square Attack is based on a randomized search scheme which selects localized square-shaped updates at random positions so that at each iteration the perturbation is situated approximately at the boundary of the feasible set. Our method is significantly more query efficient and achieves a higher success rate compared to the state-of-the-art methods, especially in the untargeted setting. In particular, on ImageNet we improve the average query efficiency in the untargeted setting for various deep networks by a factor of at least $1.8$ and up to $3$ compared to the recent state-of-the-art $l_\infty$-attack of Al-Dujaili & O'Reilly. Moreover, although our attack is black-box, it can also outperform gradient-based white-box attacks on the standard benchmarks achieving a new state-of-the-art in terms of the success rate. The code of our attack is available at https://github.com/max-andr/square-attack.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | ImageNet 1000 images (val) | Robust Accuracy59.8 | 82 | |
| Adversarial Robustness | CIFAR-10 (test) | -- | 76 | |
| Adversarial Robustness | CIFAR10 1000 images (test) | Robust Accuracy72.3 | 24 | |
| Adversarial Robustness | CIFAR100 1000 images (val) | Clean Acc70.25 | 24 | |
| Targeted Adversarial Attack | ImageNet 1000 images (val) | Clean Accuracy77.6 | 24 | |
| Untargeted Adversarial Attack | ImageNet 1000 images (val) | Clean Accuracy77.6 | 24 | |
| Adversarial Attack | AADD-LQ (surrogate) | ASR0.023 | 24 | |
| Targeted Adversarial Attack | CIFAR-10 | ASR71.56 | 20 | |
| Adversarial Attack | CIFAR10 | ASR66.1 | 18 | |
| Adversarial Attack | AADD-LQ (blind) | ASR0.8 | 12 |