LGCRJun 17, 2022

Query-Efficient and Scalable Black-Box Adversarial Attacks on Discrete Sequential Data via Bayesian Optimization

arXiv:2206.08575v151 citationsh-index: 22
Originality Highly original
AI Analysis

This addresses the problem of improving query efficiency and scalability in adversarial attacks for security researchers, though it is incremental as it builds on Bayesian optimization with new techniques.

The paper tackled the problem of crafting adversarial examples for models on discrete sequential data in a black-box setting with limited queries, and the result was a method that achieved higher attack success rates with significant reductions in query count and modification rate compared to previous state-of-the-art methods.

We focus on the problem of adversarial attacks against models on discrete sequential data in the black-box setting where the attacker aims to craft adversarial examples with limited query access to the victim model. Existing black-box attacks, mostly based on greedy algorithms, find adversarial examples using pre-computed key positions to perturb, which severely limits the search space and might result in suboptimal solutions. To this end, we propose a query-efficient black-box attack using Bayesian optimization, which dynamically computes important positions using an automatic relevance determination (ARD) categorical kernel. We introduce block decomposition and history subsampling techniques to improve the scalability of Bayesian optimization when an input sequence becomes long. Moreover, we develop a post-optimization algorithm that finds adversarial examples with smaller perturbation size. Experiments on natural language and protein classification tasks demonstrate that our method consistently achieves higher attack success rate with significant reduction in query count and modification rate compared to the previous state-of-the-art methods.

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