paper-with-me

Papers

A Simple General Method for Detecting Textual Adversarial Examples

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Although deep neural networks have achieved state-of-the-art performance in various machine learning and artificial intelligence tasks, adversarial examples, constructed by adding small non-random perturbations to correctly classified inputs, successfully fool highly expressive deep classifiers into incorrect predictions. Approaches to adversarial attacks in natural language tasks have boomed in the last five years using character-level, word-level, phrase-level, or sentence-level textual perturbations. While there is some work in NLP on defending against such attacks through proactive methods, like adversarial training, there is to our knowledge no effective reactive approaches to defence via detection of textual adversarial examples such as is found in the image processing literature. In this paper, we apply distance-based ensemble learning and semantic representations from different representation learning models based on our understanding of the reason for adversarial examples to fill this gap. Our technique, MultiDistance Representation Ensemble Method (MDRE), obtains state-of-the-art results on character-level, word-level, and phrase-level attacks on the IMDB dataset as well as on the later two with respect to the MultiNLI dataset. If this paper is accepted, we will publish our code.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble LearningRepresentation LearningSentence

Similar Papers 제목 키워드 기반

Frequency-Guided Word Substitutions for Detecting Textual Adversarial Examples

2020-04-13 · EACL 2021 2 · Maximilian Mozes, Pontus Stenetorp, Bennett Kleinberg, Lewis D. Griffin

Recent efforts have shown that neural text processing models are vulnerable to adversarial examples, but the nature of these examples is poorly understood. In this work, we show that adversarial attacks against CNN, LSTM…

General ClassificationSST-2Text Classification

Detecting Textual Adversarial Examples through Randomized Substitution and Vote

2021-09-13 · Xiaosen Wang, Yifeng Xiong, Kun He

A line of work has shown that natural text processing models are vulnerable to adversarial examples. Correspondingly, various defense methods are proposed to mitigate the threat of textual adversarial examples, eg, adver…

Feature Squeezing Mitigates and Detects Carlini/Wagner Adversarial Examples

2017-05-30 · Weilin Xu, David Evans, Yanjun Qi

Feature squeezing is a recently-introduced framework for mitigating and detecting adversarial examples. In previous work, we showed that it is effective against several earlier methods for generating adversarial examples…

Detecting Textual Adversarial Examples Based on Distributional Characteristics of Data Representations

2022-04-29 · RepL4NLP (ACL) 2022 5 · Na Liu, Mark Dras, Wei Emma Zhang

Although deep neural networks have achieved state-of-the-art performance in various machine learning tasks, adversarial examples, constructed by adding small non-random perturbations to correctly classified inputs, succe…

Sentence

Adversarial Examples Detection in Deep Networks with Convolutional Filter Statistics

2016-12-22 · ICCV 2017 10 · Xin Li, Fuxin Li

Deep learning has greatly improved visual recognition in recent years. However, recent research has shown that there exist many adversarial examples that can negatively impact the performance of such an architecture. Thi…