nitarshan / one-pixel-attackLinks
PyTorch implementation of "One Pixel Attack for Fooling Deep Neural Networks"
☆24Updated 7 years ago
Alternatives and similar repositories for one-pixel-attack
Users that are interested in one-pixel-attack are comparing it to the libraries listed below
Sorting:
- A rich-documented PyTorch implementation of Carlini-Wagner's L2 attack.☆60Updated 7 years ago
- This is the reading list mainly on adversarial examples (attacks, defenses, etc.) I try to keep and update regularly.☆227Updated 6 years ago
- PyTorch library for adversarial attack and training☆146Updated 6 years ago
- Defense-GAN: Protecting Classifiers Against Adversarial Attacks Using Generative Models (published in ICLR2018)☆247Updated 5 years ago
- Spatially Transformed Adversarial Examples with TensorFlow☆75Updated 6 years ago
- ZOO: Zeroth Order Optimization based Black-box Attacks to Deep Neural Networks☆169Updated 4 years ago
- Pytorch code to generate adversarial examples on mnist and ImageNet data.☆118Updated 6 years ago
- Code for paper "Characterizing Adversarial Subspaces Using Local Intrinsic Dimensionality".☆125Updated 4 years ago
- Mitigating Adversarial Effects Through Randomization☆120Updated 7 years ago
- Implementation of the Boundary Attack algorithm as described in Brendel, Wieland, Jonas Rauber, and Matthias Bethge. "Decision-Based Adve…☆99Updated 4 years ago
- Code for the unrestricted adversarial examples paper (NeurIPS 2018)☆65Updated 6 years ago
- ☆56Updated 2 years ago
- Code for "Detecting Adversarial Samples from Artifacts" (Feinman et al., 2017)☆111Updated 7 years ago
- Code for ICML 2019 paper "Simple Black-box Adversarial Attacks"☆199Updated 2 years ago
- Pytorch reimplementation of "One pixel attack for fooling deep neural networks"☆85Updated 7 years ago
- This repository is for NeurIPS 2018 spotlight paper "Attacks Meet Interpretability: Attribute-steered Detection of Adversarial Samples."☆31Updated 3 years ago
- Detecting Adversarial Examples in Deep Neural Networks☆67Updated 7 years ago
- Code for the CVPR 2019 article "Decoupling Direction and Norm for Efficient Gradient-Based L2 Adversarial Attacks and Defenses"☆136Updated 4 years ago
- This is PyTorch Implementation of Universal Adversarial Perturbation (https://arxiv.org/abs/1610.08401)☆46Updated 6 years ago
- A simple implement of an Adversarial Autoencoding ATN(AAE ATN)☆30Updated 8 years ago
- Implementation of Papers on Adversarial Examples☆397Updated 2 years ago
- A pytorch implementation of "Explaining and harnessing adversarial examples"