ACL 2023findings2 citations

On the Universal Adversarial Perturbations for Efficient Data-free Adversarial Detection

SongYang Gao, Shihan Dou, Qi Zhang, Xuanjing Huang, Jin Ma, Ying Shan

Abstract

Detecting adversarial samples that are carefully crafted to fool the model is a critical step to socially-secure applications. However, existing adversarial detection methods require access to sufficient training data, which brings noteworthy concerns regarding privacy leakage and generalizability. In this work, we validate that the adversarial sample generated by attack algorithms is strongly related to a specific vector in the high-dimensional inputs. Such vectors, namely UAPs (Universal Adversarial Perturbations), can be calculated without original training data. Based on this discovery, we propose a data-agnostic adversarial detection framework, which induces different responses between normal and adversarial samples to UAPs. Experimental results show that our method achieves competitive detection performance on various text classification tasks, and maintains an equivalent time consumption to normal inference.

BibTeX
@inproceedings{gao-etal-2023-universal,
    title = "On the Universal Adversarial Perturbations for Efficient Data-free Adversarial Detection",
    author = "Gao, SongYang  and
      Dou, Shihan  and
      Zhang, Qi  and
      Huang, Xuanjing  and
      Ma, Jin  and
      Shan, Ying",
    editor = "Rogers, Anna  and
      Boyd-Graber, Jordan  and
      Okazaki, Naoaki",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2023",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.findings-acl.857/",
    doi = "10.18653/v1/2023.findings-acl.857",
    pages = "13573--13581"
}