paper-with-me

Papers

Preserving Semantics in Textual Adversarial Attacks

2022-11-08 · David Herel, Hugo Cisneros, Tomas Mikolov

The growth of hateful online content, or hate speech, has been associated with a global increase in violent crimes against minorities [23]. Harmful online content can be produced easily, automatically and anonymously. Even though, some form of auto-detection is already achieved through text classifiers in NLP, they can be fooled by adversarial attacks. To strengthen existing systems and stay ahead of attackers, we need better adversarial attacks. In this paper, we show that up to 70% of adversarial examples generated by adversarial attacks should be discarded because they do not preserve semantics. We address this core weakness and propose a new, fully supervised sentence embedding technique called Semantics-Preserving-Encoder (SPE). Our method outperforms existing sentence encoders used in adversarial attacks by achieving 1.2x - 5.1x better real attack success rate. We release our code as a plugin that can be used in any existing adversarial attack to improve its quality and speed up its execution.

📄 PDF Abstract BibTeX arXiv:2211.04205

Code (1)

davidherel/semantics-preserving-encoder 공식 구현

Tasks

Adversarial AttackSentenceSentence EmbeddingSentence-Embedding

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Semantics Preserving Adversarial Attacks

2019-09-25 · Ousmane Amadou Dia, Elnaz Barshan, Reza Babanezhad

While progress has been made in crafting visually imperceptible adversarial examples, constructing semantically meaningful ones remains a challenge. In this paper, we propose a framework to generate semantics preserving …

Model Robustness with Text Classification: Semantic-preserving adversarial attacks

2020-08-12 · Rahul Singh, Tarun Joshi, Vijayan N. Nair, Agus Sudjianto

We propose algorithms to create adversarial attacks to assess model robustness in text classification problems. They can be used to create white box attacks and black box attacks while at the same time preserving the sem…

Adversarial AttackClassificationGeneral Classificationtext-classification+1

Semantics Preserving Adversarial Learning

2019-03-10 · Ousmane Amadou Dia, Elnaz Barshan, Reza Babanezhad

While progress has been made in crafting visually imperceptible adversarial examples, constructing semantically meaningful ones remains a challenge. In this paper, we propose a framework to generate semantics preserving …

Text Classification

Defensive Dual Masking for Robust Adversarial Defense

2024-12-10 · Wangli Yang, Jie Yang, Yi Guo, Johan Barthelemy

The field of textual adversarial defenses has gained considerable attention in recent years due to the increasing vulnerability of natural language processing (NLP) models to adversarial attacks, which exploit subtle per…

Adversarial Defense

Deceiving Question-Answering Models: A Hybrid Word-Level Adversarial Approach

2024-11-12 · Jiyao Li, Mingze Ni, Yongshun Gong, Wei Liu

Deep learning underpins most of the currently advanced natural language processing (NLP) tasks such as textual classification, neural machine translation (NMT), abstractive summarization and question-answering (QA). Howe…

Abstractive Text SummarizationMachine TranslationNMTQuestion Answering