ctargon / AdvGAN-tfLinks
Tensorflow implementation of Generating Adversarial Examples with Adversarial Networks
☆43Updated 6 years ago
Alternatives and similar repositories for AdvGAN-tf
Users that are interested in AdvGAN-tf are comparing it to the libraries listed below
Sorting:
- Implementation of the Boundary Attack algorithm as described in Brendel, Wieland, Jonas Rauber, and Matthias Bethge. "Decision-Based Adve…☆99Updated 4 years ago
- a Pytorch implementation of the paper "Generating Adversarial Examples with Adversarial Networks" (advGAN).☆276Updated 4 years ago
- My entry for ICLR 2018 Reproducibility Challenge for paper Synthesizing robust adversarial examples https://openreview.net/pdf?id=BJDH5M-…☆74Updated 7 years ago
- Code for "Adversarial Camouflage: Hiding Physical World Attacks with Natural Styles" (CVPR 2020)☆94Updated 2 years ago
- A pytorch implementation of "Adversarial Examples in the Physical World"☆19Updated 6 years ago
- The translation-invariant adversarial attack method to improve the transferability of adversarial examples.☆142Updated 2 years ago
- ☆27Updated 3 years ago
- The code of ICCV2021 paper "Meta Gradient Adversarial Attack"☆25Updated 4 years ago
- ☆88Updated 4 years ago
- ☆41Updated 2 years ago
- Implementation of AGNs, proposed in: M. Sharif, S. Bhagavatula, L. Bauer, M. Reiter. "A General Framework for Adversarial Examples with O…☆37Updated 5 years ago
- ☆71Updated 4 years ago
- Code for attacking state-of-the-art face-recognition system from our paper: M. Sharif, S. Bhagavatula, L. Bauer, M. Reiter. "Accessorize …☆61Updated 6 years ago
- Universal Adversarial Networks☆33Updated 7 years ago
- a pytorch version of AdvGAN for cifar10 dataset☆10Updated 5 years ago
- A pytorch implementation of "Towards Evaluating the Robustness of Neural Networks"☆60Updated 6 years ago
- Pytorch implementation of Adversarial Patch on ImageNet (arXiv: https://arxiv.org/abs/1712.09665)☆64Updated 5 years ago
- ☆57Updated 2 years ago
- code for "Feature Importance-aware Transferable Adversarial Attacks"☆87Updated 3 years ago
- Patch-wise iterative attack (accepted by ECCV 2020) to improve the transferability of adversarial examples.☆93Updated 3 years ago
- A targeted adversarial attack method, which won the NIPS 2017 targeted adversarial attacks competition☆133Updated 7 years ago
- Public release of code for Robust Physical-World Attacks on Deep Learning Visual Classification (Eykholt et al., CVPR 2018)☆111Updated 4 years ago
- ☆11Updated 5 years ago
- AdvAttacks; adversarial examples; FGSM;JSMA;CW;single pixel attack; local search attack;deepfool☆59Updated 6 years ago
- Using FGSM, I-FGSM and MI-FGSM to generate and evaluate adversarial samples.☆12Updated 6 years ago
- Using relativism to improve GAN-based Adversarial Attacks. 🦾