paper-with-me

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, Evgeny Burnaev

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 on models with images and other structured inputs. However, the adversarial attacks for categorical sequences can also be harmful. Successful attacks for inputs in the form of categorical sequences should address the following challenges: (1) non-differentiability of the target function, (2) constraints on transformations of initial sequences, and (3) diversity of possible problems. We handle these challenges using two black-box adversarial attacks. The first approach adopts a Monte-Carlo method and allows usage in any scenario, the second approach uses a continuous relaxation of models and target metrics, and thus allows usage of state-of-the-art methods for adversarial attacks with little additional effort. Results for money transactions, medical fraud, and NLP datasets suggest that proposed methods generate reasonable adversarial sequences that are close to original ones but fool machine learning models.

📄 PDF Abstract BibTeX arXiv:2003.04173

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackDiversity

Similar Papers 제목 키워드 기반

Differentiable Language Model Adversarial Attacks on Categorical Sequence Classifiers

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

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 …

Adversarial AttackLanguage ModelingLanguage Modelling

Probabilistic Categorical Adversarial Attack & Adversarial Training

2022-10-17 · Han Xu, Pengfei He, Jie Ren, Yuxuan Wan 외

The existence of adversarial examples brings huge concern for people to apply Deep Neural Networks (DNNs) in safety-critical tasks. However, how to generate adversarial examples with categorical data is an important prob…

Adversarial Attack

BOSH: An Efficient Meta Algorithm for Decision-based Attacks

2019-09-10 · Zhenxin Xiao, Puyudi Yang, Yuchen Jiang, Kai-Wei Chang 외

Adversarial example generation becomes a viable method for evaluating the robustness of a machine learning model. In this paper, we consider hard-label black-box attacks (a.k.a. decision-based attacks), which is a challe…

Adversarial AttackBayesian Optimization

Algebraic Adversarial Attacks on Integrated Gradients

2024-07-23 · Lachlan Simpson, Federico Costanza, Kyle Millar, Adriel Cheng 외

Adversarial attacks on explainability models have drastic consequences when explanations are used to understand the reasoning of neural networks in safety critical systems. Path methods are one such class of attribution …

Crafting Imperceptible On-Manifold Adversarial Attacks for Tabular Data

2025-07-15 · Zhipeng He, Alexander Stevens, Chun Ouyang, Johannes De Smedt 외

Adversarial attacks on tabular data present fundamental challenges distinct from image or text domains due to the heterogeneous nature of mixed categorical and numerical features. Unlike images where pixel perturbations …