paper-with-me

Papers

Generating Adversarial Examples With Conditional Generative Adversarial Net

2019-03-18 · Ping Yu, Kaitao Song, Jianfeng Lu

Recently, deep neural networks have significant progress and successful application in various fields, but they are found vulnerable to attack instances, e.g., adversarial examples. State-of-art attack methods can generate attack images by adding small perturbation to the source image. These attack images can fool the classifier but have little impact to human. Therefore, such attack instances are difficult to generate by searching the feature space. How to design an effective and robust generating method has become a spotlight. Inspired by adversarial examples, we propose two novel generative models to produce adaptive attack instances directly, in which conditional generative adversarial network is adopted and distinctive strategy is designed for training. Compared with the common method, such as Fast Gradient Sign Method, our models can reduce the generating cost and improve robustness and has about one fifth running time for producing attack instance.

📄 PDF Abstract BibTeX arXiv:1903.07282

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial Network

Similar Papers 제목 키워드 기반

Generating Natural Language Adversarial Examples on a Large Scale with Generative Models

2020-03-10 · Yankun Ren, Jianbin Lin, Siliang Tang, Jun Zhou 외

Today text classification models have been widely used. However, these classifiers are found to be easily fooled by adversarial examples. Fortunately, standard attacking methods generate adversarial texts in a pair-wise …

Adversarial TextGeneral ClassificationSentiment Analysistext-classification+2

Constructing Unrestricted Adversarial Examples with Generative Models

2018-05-21 · NeurIPS 2018 12 · Yang Song, Rui Shu, Nate Kushman, Stefano Ermon

Adversarial examples are typically constructed by perturbing an existing data point within a small matrix norm, and current defense methods are focused on guarding against this type of attack. In this paper, we propose u…

Generative Adversarial Network

Deep generative models as an adversarial attack strategy for tabular machine learning

2024-09-19 · Salijona Dyrmishi, Mihaela Cătălina Stoian, Eleonora Giunchiglia, Maxime Cordy

Deep Generative Models (DGMs) have found application in computer vision for generating adversarial examples to test the robustness of machine learning (ML) systems. Extending these adversarial techniques to tabular ML pr…

Adversarial Attack

AdvSPADE: Realistic Unrestricted Attacks for Semantic Segmentation

2019-10-06 · Guangyu Shen, Chengzhi Mao, Junfeng Yang, Baishakhi Ray

Due to the inherent robustness of segmentation models, traditional norm-bounded attack methods show limited effect on such type of models. In this paper, we focus on generating unrestricted adversarial examples for seman…

Adversarial AttackSegmentationSemantic Segmentation

Controllable Game Level Generation: Assessing the Effect of Negative Examples in GAN Models

2024-10-30 · Mahsa Bazzaz, Seth Cooper

Generative Adversarial Networks (GANs) are unsupervised models designed to learn and replicate a target distribution. The vanilla versions of these models can be extended to more controllable models. Conditional Generati…