paper-with-me

Papers

TextDecepter: Hard Label Black Box Attack on Text Classifiers

2020-08-16 · Sachin Saxena

Machine learning has been proven to be susceptible to carefully crafted samples, known as adversarial examples. The generation of these adversarial examples helps to make the models more robust and gives us an insight into the underlying decision-making of these models. Over the years, researchers have successfully attacked image classifiers in both, white and black-box settings. However, these methods are not directly applicable to texts as text data is discrete. In recent years, research on crafting adversarial examples against textual applications has been on the rise. In this paper, we present a novel approach for hard-label black-box attacks against Natural Language Processing (NLP) classifiers, where no model information is disclosed, and an attacker can only query the model to get a final decision of the classifier, without confidence scores of the classes involved. Such an attack scenario applies to real-world black-box models being used for security-sensitive applications such as sentiment analysis and toxic content detection.

📄 PDF Abstract BibTeX arXiv:2008.06860

Code (1)

SachJbp/TextDecepter 공식 구현 pytorch

Tasks

Decision MakingSentiment Analysis

Similar Papers 제목 키워드 기반

TextDecepter: Hard Label Black Box Attack on Text Classification

2020-10-02 · Anonymous

Machine learning has been proven to be susceptible to carefully crafted samples, known as adversarial examples. The generation of these adversarial examples helps to make the models more robust and gives us an insight in…

ClassificationDecision MakingSentiment Analysistext-classification+1

Simple and Efficient Hard Label Black-box Adversarial Attacks in Low Query Budget Regimes

2020-07-13 · Satya Narayan Shukla, Anit Kumar Sahu, Devin Willmott, J. Zico Kolter

We focus on the problem of black-box adversarial attacks, where the aim is to generate adversarial examples for deep learning models solely based on information limited to output label~(hard label) to a queried data inpu…

Bayesian Optimization

Hard-label based Small Query Black-box Adversarial Attack

2024-03-09 · Jeonghwan Park, Paul Miller, Niall McLaughlin

We consider the hard label based black box adversarial attack setting which solely observes predicted classes from the target model. Most of the attack methods in this setting suffer from impractical number of queries re…

Adversarial Attack

Policy-Driven Attack: Learning to Query for Hard-label Black-box Adversarial Examples

2021-01-01 · ICLR 2021 1 · Ziang Yan, Yiwen Guo, Jian Liang, ChangShui Zhang

To craft black-box adversarial examples, adversaries need to query the victim model and take proper advantage of its feedback. Existing black-box attacks generally suffer from high query complexity, especially when only …

image-classificationImage Classification

Query-Efficient Hard-label Black-box Attack:An Optimization-based Approach

2018-07-12 · Minhao Cheng, Thong Le, Pin-Yu Chen, Jin-Feng Yi 외

We study the problem of attacking a machine learning model in the hard-label black-box setting, where no model information is revealed except that the attacker can make queries to probe the corresponding hard-label decis…

BIG-bench Machine Learning