English

Robustness Verification for Transformers

Machine Learning 2020-12-24 v2 Machine Learning

Abstract

Robustness verification that aims to formally certify the prediction behavior of neural networks has become an important tool for understanding model behavior and obtaining safety guarantees. However, previous methods can usually only handle neural networks with relatively simple architectures. In this paper, we consider the robustness verification problem for Transformers. Transformers have complex self-attention layers that pose many challenges for verification, including cross-nonlinearity and cross-position dependency, which have not been discussed in previous works. We resolve these challenges and develop the first robustness verification algorithm for Transformers. The certified robustness bounds computed by our method are significantly tighter than those by naive Interval Bound Propagation. These bounds also shed light on interpreting Transformers as they consistently reflect the importance of different words in sentiment analysis.

Keywords

Cite

@article{arxiv.2002.06622,
  title  = {Robustness Verification for Transformers},
  author = {Zhouxing Shi and Huan Zhang and Kai-Wei Chang and Minlie Huang and Cho-Jui Hsieh},
  journal= {arXiv preprint arXiv:2002.06622},
  year   = {2020}
}

Comments

ICLR 2020

R2 v1 2026-06-23T13:43:12.341Z