English

Block-Sparse Adversarial Attack to Fool Transformer-Based Text Classifiers

Computation and Language 2022-03-14 v1 Machine Learning

Abstract

Recently, it has been shown that, in spite of the significant performance of deep neural networks in different fields, those are vulnerable to adversarial examples. In this paper, we propose a gradient-based adversarial attack against transformer-based text classifiers. The adversarial perturbation in our method is imposed to be block-sparse so that the resultant adversarial example differs from the original sentence in only a few words. Due to the discrete nature of textual data, we perform gradient projection to find the minimizer of our proposed optimization problem. Experimental results demonstrate that, while our adversarial attack maintains the semantics of the sentence, it can reduce the accuracy of GPT-2 to less than 5% on different datasets (AG News, MNLI, and Yelp Reviews). Furthermore, the block-sparsity constraint of the proposed optimization problem results in small perturbations in the adversarial example.

Keywords

Cite

@article{arxiv.2203.05948,
  title  = {Block-Sparse Adversarial Attack to Fool Transformer-Based Text Classifiers},
  author = {Sahar Sadrizadeh and Ljiljana Dolamic and Pascal Frossard},
  journal= {arXiv preprint arXiv:2203.05948},
  year   = {2022}
}

Comments

ICASSP 2022, Code available at: https://github.com/sssadrizadeh/transformer-text-classifier-attack

R2 v1 2026-06-24T10:09:58.858Z