Hyperparticle / one-pixel-attack-keras
Keras implementation of "One pixel attack for fooling deep neural networks" using differential evolution on Cifar10 and ImageNet
☆1,221Updated 7 months ago
Related projects ⓘ
Alternatives and complementary repositories for one-pixel-attack-keras
- Obfuscated Gradients Give a False Sense of Security: Circumventing Defenses to Adversarial Examples☆883Updated last year
- A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX☆2,780Updated 7 months ago
- Contest Proposal and infrastructure for the Unrestricted Adversarial Examples Challenge☆329Updated 4 years ago
- A simple and accurate method to fool deep neural networks☆358Updated 4 years ago
- Tensorflow code for the Bayesian GAN (https://arxiv.org/abs/1705.09558) (NIPS 2017)☆1,016Updated 6 years ago
- Crafting adversarial images☆223Updated 5 years ago
- A CNN visualizer☆1,008Updated 6 years ago
- A curated list of awesome adversarial machine learning resources☆1,815Updated 3 years ago
- Black-Box Adversarial Attack on Public Face Recognition Systems☆408Updated 3 years ago
- A curated list of awesome resources for adversarial examples in deep learning☆262Updated 3 years ago
- ImageNet classifier with state-of-the-art adversarial robustness☆678Updated 4 years ago
- A challenge to explore adversarial robustness of neural networks on MNIST.☆734Updated 2 years ago
- Robust evasion attacks against neural network to find adversarial examples☆798Updated 3 years ago
- A collection of infrastructure and tools for research in neural network interpretability.☆4,674Updated last year
- Implementation of Papers on Adversarial Examples☆389Updated last year
- ☆239Updated 5 years ago
- Tutorials and implementations for "Self-normalizing networks"☆1,583Updated 2 years ago
- Pytorch implementation of convolutional neural network adversarial attack techniques☆353Updated 5 years ago
- Repo of simple adversarial examples on vanilla neural networks trained on MNIST☆120Updated 4 years ago
- Neural network visualization toolkit for keras☆2,984Updated 2 years ago
- Various tutorials given for welcoming new students at MILA.☆985Updated 6 years ago
- An adversarial example library for constructing attacks, building defenses, and benchmarking both