CLAICRLGFeb 5, 2024

Exploiting Class Probabilities for Black-box Sentence-level Attacks

arXiv:2402.02695v2103 citationsh-index: 14Findings
AI Analysis

This work addresses a specific challenge in adversarial machine learning for text classification, offering incremental improvements in attack effectiveness for security researchers.

The paper tackles the problem of crafting adversarial sentences that are misclassified by text classifiers under black-box settings, where only class probabilities are available, by developing a novel algorithm that uses these probabilities to achieve stronger attacks, with evaluations showing improved success rates compared to baselines.

Sentence-level attacks craft adversarial sentences that are synonymous with correctly-classified sentences but are misclassified by the text classifiers. Under the black-box setting, classifiers are only accessible through their feedback to queried inputs, which is predominately available in the form of class probabilities. Even though utilizing class probabilities results in stronger attacks, due to the challenges of using them for sentence-level attacks, existing attacks use either no feedback or only the class labels. Overcoming the challenges, we develop a novel algorithm that uses class probabilities for black-box sentence-level attacks, investigate the effectiveness of using class probabilities on the attack's success, and examine the question if it is worthy or practical to use class probabilities by black-box sentence-level attacks. We conduct extensive evaluations of our attack comparing with the baselines across various classifiers and benchmark datasets.

Foundations

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

Your Notes