PatchAttack: A Black-Box Texture-Based Attack with Reinforcement Learning

Abstract

Patch-based attacks introduce a perceptible but localized change to the input that induces misclassification. A limitation of current patch-based black-box attacks is that they perform poorly for targeted attacks, and even for the less challenging non-targeted scenarios, they require a large number of queries. Our proposed PatchAttack is query efficient and can break models for both targeted and non-targeted attacks. PatchAttack induces misclassifications by superimposing small textured patches on the input image. We parametrize the appearance of these patches by a dictionary of class-specific textures. This texture dictionary is learned by clustering Gram matrices of feature activations from a VGG backbone. PatchAttack optimizes the position and texture parameters of each patch using reinforcement learning. Our experiments show that PatchAttack achieves >99% success rate on ImageNet for a wide range of architectures, while only manipulating 3% of the image for non-targeted attacks and 10% on average for targeted attacks. Furthermore, we show that PatchAttack circumvents state-of-the-art adversarial defense methods successfully.

Cite

Text

Yang et al. "PatchAttack: A Black-Box Texture-Based Attack with Reinforcement Learning." Proceedings of the European Conference on Computer Vision (ECCV), 2020. doi:10.1007/978-3-030-58574-7_41

Markdown

[Yang et al. "PatchAttack: A Black-Box Texture-Based Attack with Reinforcement Learning." Proceedings of the European Conference on Computer Vision (ECCV), 2020.](https://mlanthology.org/eccv/2020/yang2020eccv-patchattack/) doi:10.1007/978-3-030-58574-7_41

BibTeX

@inproceedings{yang2020eccv-patchattack,
  title     = {{PatchAttack: A Black-Box Texture-Based Attack with Reinforcement Learning}},
  author    = {Yang, Chenglin and Kortylewski, Adam and Xie, Cihang and Cao, Yinzhi and Yuille, Alan},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2020},
  doi       = {10.1007/978-3-030-58574-7_41},
  url       = {https://mlanthology.org/eccv/2020/yang2020eccv-patchattack/}
}