paper-with-me

홈 › Papers

Discriminator-Free Generative Adversarial Attack

2021-07-20 · ShaoHao Lu, Yuqiao Xian, Ke Yan, Yi Hu, Xing Sun, Xiaowei Guo, Feiyue Huang, Wei-Shi Zheng

The Deep Neural Networks are vulnerable toadversarial exam-ples(Figure 1), making the DNNs-based systems collapsed byadding the inconspicuous perturbations to the images. Most of the existing works for adversarial attack are gradient-based and suf-fer from the latency efficiencies and the load on GPU memory. Thegenerative-based adversarial attacks can get rid of this limitation,and some relative works propose the approaches based on GAN.However, suffering from the difficulty of the convergence of train-ing a GAN, the adversarial examples have either bad attack abilityor bad visual quality. In this work, we find that the discriminatorcould be not necessary for generative-based adversarial attack, andpropose theSymmetric Saliency-based Auto-Encoder (SSAE)to generate the perturbations, which is composed of the saliencymap module and the angle-norm disentanglement of the featuresmodule. The advantage of our proposed method lies in that it is notdepending on discriminator, and uses the generative saliency map to pay more attention to label-relevant regions. The extensive exper-iments among the various tasks, datasets, and models demonstratethat the adversarial examples generated by SSAE not only make thewidely-used models collapse, but also achieves good visual quality.The code is available at https://github.com/BravoLu/SSAE.

📄 PDF Abstract BibTeX arXiv:2107.09225

Code (1)

BravoLu/SSAE 공식 구현 pytorch

Tasks

Adversarial AttackDisentanglementGPU

Similar Papers 제목 키워드 기반

Rob-GAN: Generator, Discriminator, and Adversarial Attacker

2018-07-27 · CVPR 2019 6 · Xuanqing Liu, Cho-Jui Hsieh

We study two important concepts in adversarial deep learning---adversarial training and generative adversarial network (GAN). Adversarial training is the technique used to improve the robustness of discriminator by combi…

Adversarial AttackGenerative Adversarial NetworkImage Generation

What can Discriminator do? Towards Box-free Ownership Verification of Generative Adversarial Network

2023-07-29 · Ziheng Huang, Boheng Li, Yan Cai, Run Wang 외

In recent decades, Generative Adversarial Network (GAN) and its variants have achieved unprecedented success in image synthesis. However, well-trained GANs are under the threat of illegal steal or leakage. The prior stud…

Generative Adversarial NetworkImage Generation

What can Discriminator do? Towards Box-free Ownership Verification of Generative Adversarial Networks

2023-01-01 · ICCV 2023 1 · Ziheng Huang, Boheng Li, Yan Cai, Run Wang 외

In recent decades, Generative Adversarial Network (GAN) and its variants have achieved unprecedented success in image synthesis. However, well-trained GANs are under the threat of illegal steal or leakage. The prior …

Generative Adversarial NetworkImage Generation

Attacks and Defenses for Free-Riders in Multi-Discriminator GAN

2022-01-24 · Zilong Zhao, Jiyue Huang, Stefanie Roos, Lydia Y. Chen

Generative Adversarial Networks (GANs) are increasingly adopted by the industry to synthesize realistic images. Due to data not being centrally available, Multi-Discriminator (MD)-GANs training framework employs multiple…

Deep Reinforcement Learning based Evasion Generative Adversarial Network for Botnet Detection

2022-10-06 · Rizwan Hamid Randhawa, Nauman Aslam, Mohammad Alauthman, Muhammad Khalid 외

Botnet detectors based on machine learning are potential targets for adversarial evasion attacks. Several research works employ adversarial training with samples generated from generative adversarial nets (GANs) to make …

Deep Reinforcement LearningGenerative Adversarial Networkreinforcement-learningReinforcement Learning+1