paper-with-me

Papers

Seq2Sick: Evaluating the Robustness of Sequence-to-Sequence Models with Adversarial Examples

2018-03-03 · Minhao Cheng, Jin-Feng Yi, Pin-Yu Chen, huan zhang, Cho-Jui Hsieh

Crafting adversarial examples has become an important technique to evaluate the robustness of deep neural networks (DNNs). However, most existing works focus on attacking the image classification problem since its input space is continuous and output space is finite. In this paper, we study the much more challenging problem of crafting adversarial examples for sequence-to-sequence (seq2seq) models, whose inputs are discrete text strings and outputs have an almost infinite number of possibilities. To address the challenges caused by the discrete input space, we propose a projected gradient method combined with group lasso and gradient regularization. To handle the almost infinite output space, we design some novel loss functions to conduct non-overlapping attack and targeted keyword attack. We apply our algorithm to machine translation and text summarization tasks, and verify the effectiveness of the proposed algorithm: by changing less than 3 words, we can make seq2seq model to produce desired outputs with high success rates. On the other hand, we recognize that, compared with the well-evaluated CNN-based classifiers, seq2seq models are intrinsically more robust to adversarial attacks.

📄 PDF Abstract BibTeX arXiv:1803.01128

Code (1)

cmhcbb/Seq2Sick 공식 구현 pytorch

Tasks

image-classificationImage ClassificationMachine TranslationText SummarizationTranslation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Adversarial VR: An Open-Source Testbed for Evaluating Adversarial Robustness of VR Cybersickness Detection and Mitigation

2025-12-18 · Istiak Ahmed, Ripan Kumar Kundu, Khaza Anuarul Hoque arxiv

Deep learning (DL)-based automated cybersickness detection methods, along with adaptive mitigation techniques, can enhance user comfort and interaction. However, recent studies show that these DL-based systems are suscep…

Adversarial Robustness

ERTS: Adversarial Robustness Testing of Ethical AI via Semantic Perturbation in a Bounded Consequence Space

2026-06-11 · Pratyush Chaudhari arxiv

As AI systems are deployed in high-stakes ethical contexts such as healthcare triage, autonomous vehicle control, and employment screening, formal methods for evaluating their robustness against adversarial manipulation …

Adversarial Robustness

Enhance Robustness of Sequence Labelling with Masked Adversarial Training

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Luoxin Chen, Xinyue Liu, Weitong Ruan, Jianhua Lu

Adversarial training (AT) has shown strong regularization effects on deep learning algorithms by introducing small input perturbations to improve model robustness. In language tasks, adversarial training brings word-leve…

Chunkingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+4

Adversarial Examples Are a Natural Consequence of Test Error in Noise

2019-01-29 · ICLR 2019 5 · Nic Ford, Justin Gilmer, Nicolas Carlini, Dogus Cubuk

Over the last few years, the phenomenon of adversarial examples --- maliciously constructed inputs that fool trained machine learning models --- has captured the attention of the research community, especially when the a…

Adversarial Robustness

Towards a Better Understanding of VR Sickness: Physical Symptom Prediction for VR Contents

2021-04-14 · Hak Gu Kim, Sangmin Lee, Seongyeop Kim, Heoun-taek Lim 외

We address the black-box issue of VR sickness assessment (VRSA) by evaluating the level of physical symptoms of VR sickness. For the VR contents inducing the similar VR sickness level, the physical symptoms can vary depe…