CLCRMay 1, 2020

Universal Adversarial Attacks with Natural Triggers for Text Classification

arXiv:2005.00174v2762 citations
Originality Incremental advance
AI Analysis

This work addresses the vulnerability of text classification systems to stealthier adversarial attacks, which is an incremental improvement for security and robustness in NLP.

The paper tackles the problem of universal adversarial attacks on text classifiers by generating more natural-looking triggers, resulting in effective reduction of model accuracy while being less identifiable than prior attacks according to detection metrics and human studies.

Recent work has demonstrated the vulnerability of modern text classifiers to universal adversarial attacks, which are input-agnostic sequences of words added to text processed by classifiers. Despite being successful, the word sequences produced in such attacks are often ungrammatical and can be easily distinguished from natural text. We develop adversarial attacks that appear closer to natural English phrases and yet confuse classification systems when added to benign inputs. We leverage an adversarially regularized autoencoder (ARAE) to generate triggers and propose a gradient-based search that aims to maximize the downstream classifier's prediction loss. Our attacks effectively reduce model accuracy on classification tasks while being less identifiable than prior models as per automatic detection metrics and human-subject studies. Our aim is to demonstrate that adversarial attacks can be made harder to detect than previously thought and to enable the development of appropriate defenses.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes