paper-with-me

Papers

Differentiable Language Model Adversarial Attacks on Categorical Sequence Classifiers

2020-06-19 · I. Fursov, A. Zaytsev, N. Kluchnikov, A. Kravchenko, E. Burnaev

An adversarial attack paradigm explores various scenarios for the vulnerability of deep learning models: minor changes of the input can force a model failure. Most of the state of the art frameworks focus on adversarial attacks for images and other structured model inputs, but not for categorical sequences models. Successful attacks on classifiers of categorical sequences are challenging because the model input is tokens from finite sets, so a classifier score is non-differentiable with respect to inputs, and gradient-based attacks are not applicable. Common approaches deal with this problem working at a token level, while the discrete optimization problem at hand requires a lot of resources to solve. We instead use a fine-tuning of a language model for adversarial attacks as a generator of adversarial examples. To optimize the model, we define a differentiable loss function that depends on a surrogate classifier score and on a deep learning model that evaluates approximate edit distance. So, we control both the adversability of a generated sequence and its similarity to the initial sequence. As a result, we obtain semantically better samples. Moreover, they are resistant to adversarial training and adversarial detectors. Our model works for diverse datasets on bank transactions, electronic health records, and NLP datasets.

📄 PDF Abstract BibTeX arXiv:2006.11078

Code (1)

fursovia/dilma 공식 구현 pytorch

Tasks

Adversarial AttackLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Gradient-based adversarial attacks on categorical sequence models via traversing an embedded world

2020-03-09 · Ivan Fursov, Alexey Zaytsev, Nikita Kluchnikov, Andrey Kravchenko 외

Deep learning models suffer from a phenomenon called adversarial attacks: we can apply minor changes to the model input to fool a classifier for a particular example. The literature mostly considers adversarial attacks o…

Adversarial AttackDiversity

Machine Translation Models Stand Strong in the Face of Adversarial Attacks

2023-09-10 · Pavel Burnyshev, Elizaveta Kostenok, Alexey Zaytsev

Adversarial attacks expose vulnerabilities of deep learning models by introducing minor perturbations to the input, which lead to substantial alterations in the output. Our research focuses on the impact of such adversar…

Machine TranslationTranslation

Encoder-Decoder Generative Adversarial Nets for Suffix Generation and Remaining Time Prediction of Business Process Models

2020-07-30 · Farbod Taymouri, Marcello La Rosa

This paper proposes an encoder-decoder architecture grounded on Generative Adversarial Networks (GANs), that generates a sequence of activities and their timestamps in an end-to-end way. GANs work well with differentiabl…

Decoder

Differentiable Adversarial Attacks for Marked Temporal Point Processes

2025-01-17 · Pritish Chakraborty, Vinayak Gupta, Rahul R, Srikanta J. Bedathur 외

Marked temporal point processes (MTPPs) have been shown to be extremely effective in modeling continuous time event sequences (CTESs). In this work, we present adversarial attacks designed specifically for MTPP models. A…

Adversarial AttackPoint Processes

Query-Efficient and Scalable Black-Box Adversarial Attacks on Discrete Sequential Data via Bayesian Optimization

2022-06-17 · Deokjae Lee, Seungyong Moon, Junhyeok Lee, Hyun Oh Song

We focus on the problem of adversarial attacks against models on discrete sequential data in the black-box setting where the attacker aims to craft adversarial examples with limited query access to the victim model. Exis…

Bayesian Optimization