Rainwind1995 / FGSMLinks
使用pytorch实现FGSM
☆31Updated 4 years ago
Alternatives and similar repositories for FGSM
Users that are interested in FGSM are comparing it to the libraries listed below
Sorting:
- ☆31Updated 4 years ago
- The code of ICCV2021 paper "Meta Gradient Adversarial Attack"☆25Updated 3 years ago
- AdvAttacks; adversarial examples; FGSM;JSMA;CW;single pixel attack; local search attack;deepfool☆58Updated 6 years ago
- Invisible Backdoor Attack with Sample-Specific Triggers☆102Updated 3 years ago
- TransferAttack is a pytorch framework to boost the adversarial transferability for image classification.☆402Updated last month
- 使用投毒posion的方式backdoor攻击LeNet-5网络,使用MNIST手写数据集☆13Updated 4 years ago
- Code for the paper "Frequency-driven Imperceptible Adversarial Attack on Semantic Similarity"☆60Updated last year
- Convert tensorflow model to pytorch model via [MMdnn](https://github.com/microsoft/MMdnn) for adversarial attacks.☆92Updated 2 years ago
- This is for releasing the source code of the ACSAC paper "STRIP: A Defence Against Trojan Attacks on Deep Neural Networks"☆59Updated 11 months ago
- Spectrum simulation attack (ECCV'2022 Oral) towards boosting the transferability of adversarial examples☆111Updated 3 years ago
- A pytorch implementation of "Adversarial Examples in the Physical World"☆19Updated 6 years ago
- ☆53Updated 3 years ago
- Code for Adv-watermark: A novel watermark perturbation for adversarial examples (ACM MM2020)☆41Updated 5 years ago
- This repository contains the implementation of three adversarial example attack methods FGSM, IFGSM, MI-FGSM and one Distillation as defe…☆135Updated 4 years ago
- Simple PyTorch implementations of Badnets on MNIST and CIFAR10.☆188Updated 3 years ago
- ☆71Updated 4 years ago
- The code of our AAAI 2021 paper "Detecting Adversarial Examples from Sensitivity Inconsistency of Spatial-transform Domain"☆16Updated 4 years ago
- Paper list of Adversarial Examples☆50Updated 2 years ago
- Stochastic Variance Reduced Ensemble Adversarial Attack for Boosting the Adversarial Transferability☆23Updated 3 years ago
- ☆14Updated 5 years ago
- Implementation of gradient-based adversarial attack(FGSM,MI-FGSM,PGD)