paper-with-me

Papers

Customizing an Adversarial Example Generator with Class-Conditional GANs

2018-06-27 · Shih-Hong Tsai

Adversarial examples are intentionally crafted data with the purpose of deceiving neural networks into misclassification. When we talk about strategies to create such examples, we usually refer to perturbation-based methods that fabricate adversarial examples by applying invisible perturbations onto normal data. The resulting data reserve their visual appearance to human observers, yet can be totally unrecognizable to DNN models, which in turn leads to completely misleading predictions. In this paper, however, we consider crafting adversarial examples from existing data as a limitation to example diversity. We propose a non-perturbation-based framework that generates native adversarial examples from class-conditional generative adversarial networks.As such, the generated data will not resemble any existing data and thus expand example diversity, raising the difficulty in adversarial defense. We then extend this framework to pre-trained conditional GANs, in which we turn an existing generator into an "adversarial-example generator". We conduct experiments on our approach for MNIST and CIFAR10 datasets and have satisfactory results, showing that this approach can be a potential alternative to previous attack strategies.

📄 PDF Abstract BibTeX arXiv:1806.10496

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial DefenseDiversity

Similar Papers 제목 키워드 기반

Incremental Learning Using Conditional Adversarial Networks

2019-10-01 · ICCV 2019 10 · Ye Xiang, Ying Fu, Pan Ji, Hua Huang

Incremental learning using Deep Neural Networks (DNNs) suffers from catastrophic forgetting. Existing methods mitigate it by either storing old image examples or only updating a few fully connected layers of DNNs, which,…

Incremental Learning

Anomaly Detection of Adversarial Examples using Class-conditional Generative Adversarial Networks

2021-05-21 · Hang Wang, David J. Miller, George Kesidis

Deep Neural Networks (DNNs) have been shown vulnerable to Test-Time Evasion attacks (TTEs, or adversarial examples), which, by making small changes to the input, alter the DNN's decision. We propose an unsupervised attac…

Anomaly Detectionimage-classificationImage Classification

Watermark-embedded Adversarial Examples for Copyright Protection against Diffusion Models

2024-04-15 · CVPR 2024 1 · Peifei Zhu, Tsubasa Takahashi, Hirokatsu Kataoka

Diffusion Models (DMs) have shown remarkable capabilities in various image-generation tasks. However, there are growing concerns that DMs could be used to imitate unauthorized creations and thus raise copyright issues. T…

Conditional Image GenerationImage Generation

Conditional Generative Adversarial Nets

2014-11-06 · Mehdi Mirza, Simon Osindero

Generative Adversarial Nets [8] were recently introduced as a novel way to train generative models. In this work we introduce the conditional version of generative adversarial nets, which can be constructed by simply fee…

DescriptiveHuman action generation

Versatile Auxiliary Classifier with Generative Adversarial Network (VAC+GAN), Multi Class Scenarios

2018-06-19 · Shabab Bazrafkan, Peter Corcoran

Conditional generators learn the data distribution for each class in a multi-class scenario and generate samples for a specific class given the right input from the latent space. In this work, a method known as "Versatil…

General ClassificationGenerative Adversarial Network