paper-with-me

홈 › Papers

A Targeted Attack on Black-Box Neural Machine Translation with Parallel Data Poisoning

2020-11-02 · Chang Xu, Jun Wang, Yuqing Tang, Francisco Guzman, Benjamin I. P. Rubinstein, Trevor Cohn

As modern neural machine translation (NMT) systems have been widely deployed, their security vulnerabilities require close scrutiny. Most recently, NMT systems have been found vulnerable to targeted attacks which cause them to produce specific, unsolicited, and even harmful translations. These attacks are usually exploited in a white-box setting, where adversarial inputs causing targeted translations are discovered for a known target system. However, this approach is less viable when the target system is black-box and unknown to the adversary (e.g., secured commercial systems). In this paper, we show that targeted attacks on black-box NMT systems are feasible, based on poisoning a small fraction of their parallel training data. We show that this attack can be realised practically via targeted corruption of web documents crawled to form the system's training data. We then analyse the effectiveness of the targeted poisoning in two common NMT training scenarios: the from-scratch training and the pre-train & fine-tune paradigm. Our results are alarming: even on the state-of-the-art systems trained with massive parallel data (tens of millions), the attacks are still successful (over 50% success rate) under surprisingly low poisoning budgets (e.g., 0.006%). Lastly, we discuss potential defences to counter such attacks.

📄 PDF Abstract BibTeX arXiv:2011.00675

Code (0)

등록된 구현이 없습니다.

Tasks

Data PoisoningMachine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

A Classification-Guided Approach for Adversarial Attacks against Neural Machine Translation

2023-08-29 · Sahar Sadrizadeh, Ljiljana Dolamic, Pascal Frossard

Neural Machine Translation (NMT) models have been shown to be vulnerable to adversarial attacks, wherein carefully crafted perturbations of the input can mislead the target model. In this paper, we introduce ACT, a novel…

Adversarial AttackMachine TranslationNMTTranslation

Rethinking Targeted Adversarial Attacks For Neural Machine Translation

2024-07-07 · Junjie Wu, Lemao Liu, Wei Bi, Dit-yan Yeung

Targeted adversarial attacks are widely used to evaluate the robustness of neural machine translation systems. Unfortunately, this paper first identifies a critical issue in the existing settings of NMT targeted adversar…

Adversarial AttackMachine TranslationNMTTranslation

Targeted Adversarial Attacks against Neural Machine Translation

2023-03-02 · Sahar Sadrizadeh, AmirHossein Dabiri Aghdam, Ljiljana Dolamic, Pascal Frossard

Neural Machine Translation (NMT) systems are used in various applications. However, it has been shown that they are vulnerable to very small perturbations of their inputs, known as adversarial attacks. In this paper, we …

Adversarial AttackMachine TranslationNMTSentence+1

Blackbox Attacks via Surrogate Ensemble Search

2022-08-07 · Zikui Cai, Chengyu Song, Srikanth Krishnamurthy, Amit Roy-Chowdhury 외

Blackbox adversarial attacks can be categorized into transfer- and query-based attacks. Transfer methods do not require any feedback from the victim model, but provide lower success rates compared to query-based methods.…

Putting words into the system's mouth: A targeted attack on neural machine translation using monolingual data poisoning

2021-07-12 · Jun Wang, Chang Xu, Francisco Guzman, Ahmed El-Kishky 외

Neural machine translation systems are known to be vulnerable to adversarial test inputs, however, as we show in this paper, these systems are also vulnerable to training attacks. Specifically, we propose a poisoning att…

Data PoisoningMachine TranslationMisinformationNMT+1