paper-with-me

Papers

Identifying Adversarial Attacks on Text Classifiers

2022-01-21 · Zhouhang Xie, Jonathan Brophy, Adam Noack, Wencong You, Kalyani Asthana, Carter Perkins, Sabrina Reis, Sameer Singh, Daniel Lowd

The landscape of adversarial attacks against text classifiers continues to grow, with new attacks developed every year and many of them available in standard toolkits, such as TextAttack and OpenAttack. In response, there is a growing body of work on robust learning, which reduces vulnerability to these attacks, though sometimes at a high cost in compute time or accuracy. In this paper, we take an alternate approach -- we attempt to understand the attacker by analyzing adversarial text to determine which methods were used to create it. Our first contribution is an extensive dataset for attack detection and labeling: 1.5~million attack instances, generated by twelve adversarial attacks targeting three classifiers trained on six source datasets for sentiment analysis and abuse detection in English. As our second contribution, we use this dataset to develop and benchmark a number of classifiers for attack identification -- determining if a given text has been adversarially manipulated and by which attack. As a third contribution, we demonstrate the effectiveness of three classes of features for these tasks: text properties, capturing content and presentation of text; language model properties, determining which tokens are more or less probable throughout the input; and target model properties, representing how the text classifier is influenced by the attack, including internal node activations. Overall, this represents a first step towards forensics for adversarial attacks against text classifiers.

📄 PDF Abstract BibTeX arXiv:2201.08555

Code (0)

등록된 구현이 없습니다.

Tasks

Abuse DetectionAdversarial TextLanguage ModellingSentiment Analysis

Similar Papers 제목 키워드 기반

On the Effectiveness of Adversarial Training on Malware Classifiers

2024-12-24 · Hamid Bostani, Jacopo Cortellazzi, Daniel Arp, Fabio Pierazzi 외

Adversarial Training (AT) has been widely applied to harden learning-based classifiers against adversarial evasive attacks. However, its effectiveness in identifying and strengthening vulnerable areas of the model's deci…

Extending Adversarial Attacks and Defenses to Deep 3D Point Cloud Classifiers

2019-01-10 · Daniel Liu, Ronald Yu, Hao Su

3D object classification and segmentation using deep neural networks has been extremely successful. As the problem of identifying 3D objects has many safety-critical applications, the neural networks have to be robust ag…

3D Object ClassificationGeneral Classificationimage-classificationImage Classification

What Models Know About Their Attackers: Deriving Attacker Information From Latent Representations

2021-11-01 · EMNLP (BlackboxNLP) 2021 11 · Zhouhang Xie, Jonathan Brophy, Adam Noack, Wencong You 외

Adversarial attacks curated against NLP models are increasingly becoming practical threats. Although various methods have been developed to detect adversarial attacks, securing learning-based NLP systems in practice woul…

Abuse DetectionAdversarial TextAttributeSentiment Analysis+1

EvoBA: An Evolution Strategy as a Strong Baseline forBlack-Box Adversarial Attacks

2021-07-12 · Andrei Ilie, Marius Popescu, Alin Stefanescu

Recent work has shown how easily white-box adversarial attacks can be applied to state-of-the-art image classifiers. However, real-life scenarios resemble more the black-box adversarial conditions, lacking transparency a…

Adversarial Attack

On The Robustness of Offensive Language Classifiers

2022-03-21 · ACL 2022 5 · Jonathan Rusert, Zubair Shafiq, Padmini Srinivasan

Social media platforms are deploying machine learning based offensive language classification systems to combat hateful, racist, and other forms of offensive speech at scale. However, despite their real-world deployment,…