Carco-git / CW_Attack_on_MNISTLinks
Reproduction of cw attack on pytorch with corresponding MNIST model
☆22Updated 5 years ago
Alternatives and similar repositories for CW_Attack_on_MNIST
Users that are interested in CW_Attack_on_MNIST are comparing it to the libraries listed below
Sorting:
- A pytorch implementation of "Towards Evaluating the Robustness of Neural Networks"☆58Updated 6 years ago
- AdvAttacks; adversarial examples; FGSM;JSMA;CW;single pixel attack; local search attack;deepfool☆58Updated 6 years ago
- a Pytorch implementation of the paper "Generating Adversarial Examples with Adversarial Networks" (advGAN).☆276Updated 5 years ago
- Using relativism to improve GAN-based Adversarial Attacks. 🦾☆44Updated 2 years ago
- ☆53Updated 4 years ago
- This repository contains the implementation of three adversarial example attack methods FGSM, IFGSM, MI-FGSM and one Distillation as defe…☆138Updated 5 years ago
- This is an implementation demo of the ICLR 2021 paper [Neural Attention Distillation: Erasing Backdoor Triggers from Deep Neural Networks…☆128Updated 4 years ago
- ☆71Updated 4 years ago
- A PyTorch implementation of universal adversarial perturbation (UAP) which is more easy to understand and implement.☆53Updated 3 years ago
- Official Repository for the AAAI-20 paper "Hidden Trigger Backdoor Attacks"☆133Updated 2 years ago
- Final Project for AM 207, Fall 2021. Review & experimentation with paper "Adversarial Examples Are Not Bugs, They Are Features"☆10Updated 4 years ago
- code for "Feature Importance-aware Transferable Adversarial Attacks"☆87Updated 3 years ago
- Codes for CVPR2020 paper "Towards Transferable Targeted Attack".☆15Updated 3 years ago
- The code of ICCV2021 paper "Meta Gradient Adversarial Attack"☆26Updated 4 years ago
- Code for LAS-AT: Adversarial Training with Learnable Attack Strategy (CVPR2022)☆118Updated 3 years ago
- Paper sharing in adversary related works☆45Updated 5 months ago
- A pytorch implementation of "Towards Deep Learning Models Resistant to Adversarial Attacks"☆159Updated 6 years ago
- Invisible Backdoor Attack with Sample-Specific Triggers☆105Updated 3 years ago
- CVPR 2021 Official repository for the Data-Free Model Extraction paper. https://arxiv.org/abs/2011.14779☆75Updated last year
- A pytorch implementation of "Explaining and harnessing adversarial examples"☆70Updated 6 years ago
- Tensorflow implementation of Generating Adversarial Examples with Adversarial Networks☆43Updated 7 years ago
- Code for "Adversarial Camouflage: Hiding Physical World Attacks with Natural Styles" (CVPR 2020)☆93Updated 2 years ago
- Official Tensorflow implementation for "Improving Adversarial Transferability via Neuron Attribution-based Attacks" (CVPR 2022)☆35Updated 2 years ago
- Input Purification Defense Against Trojan Attacks on Deep Neural Network Systems☆28Updated 4 years ago
- Input-aware Dynamic Backdoor Attack (NeurIPS 2020)☆37Updated last year
- Implementation of the paper "MAZE: Data-Free Model Stealing Attack Using Zeroth-Order Gradient Estimation".☆31Updated 4 years ago
- This repository provides simple PyTorch implementations for adversarial training methods on CIFAR-10.