LGCRJun 13, 2021

Target Model Agnostic Adversarial Attacks with Query Budgets on Language Understanding Models

arXiv:2106.07047v11 citations
Originality Incremental advance
AI Analysis

This addresses security concerns for users of pre-trained language models by making attacks more practical under realistic constraints, though it is incremental in improving transferability and query efficiency.

The paper tackles the vulnerability of natural language understanding models to blackbox adversarial attacks by proposing a method that works under limited query budgets and achieves high transferability across models, showing it generates highly transferable adversarial sentences compared to baselines.

Despite significant improvements in natural language understanding models with the advent of models like BERT and XLNet, these neural-network based classifiers are vulnerable to blackbox adversarial attacks, where the attacker is only allowed to query the target model outputs. We add two more realistic restrictions on the attack methods, namely limiting the number of queries allowed (query budget) and crafting attacks that easily transfer across different pre-trained models (transferability), which render previous attack models impractical and ineffective. Here, we propose a target model agnostic adversarial attack method with a high degree of attack transferability across the attacked models. Our empirical studies show that in comparison to baseline methods, our method generates highly transferable adversarial sentences under the restriction of limited query budgets.

Foundations

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

Your Notes