CLAug 29, 2023

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

arXiv:2308.15246v2104 citationsh-index: 63
Originality Incremental advance
AI Analysis

This work addresses security risks in NMT systems for users relying on accurate translations, though it is incremental as it builds on existing black-box attack methods.

The paper tackles the vulnerability of Neural Machine Translation (NMT) models to adversarial attacks by introducing ACT, a framework that crafts meaning-preserving adversarial examples to change the class of translations, resulting in a more substantial effect on translation meaning compared to previous attacks.

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 attack framework against NMT systems guided by a classifier. In our attack, the adversary aims to craft meaning-preserving adversarial examples whose translations in the target language by the NMT model belong to a different class than the original translations. Unlike previous attacks, our new approach has a more substantial effect on the translation by altering the overall meaning, which then leads to a different class determined by an oracle classifier. To evaluate the robustness of NMT models to our attack, we propose enhancements to existing black-box word-replacement-based attacks by incorporating output translations of the target NMT model and the output logits of a classifier within the attack process. Extensive experiments, including a comparison with existing untargeted attacks, show that our attack is considerably more successful in altering the class of the output translation and has more effect on the translation. This new paradigm can reveal the vulnerabilities of NMT systems by focusing on the class of translation rather than the mere translation quality as studied traditionally.

Code Implementations1 repo
Foundations

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

Your Notes