Adversarial-Deep-Learning / code-soup

This is a collection of algorithms and approaches used in the book adversarial deep learning
MIT License
18 stars 18 forks source link

Implement Zeroth Order Optimization based Attack #7

Closed yifangyin closed 2 years ago

yifangyin commented 3 years ago

https://arxiv.org/pdf/1708.03999.pdf

gchhablani commented 3 years ago

The original paper talks about a few datasets/models/optimizers/tricks, listed below. I am checking the ones I'm planning to implement based on paper results and ease of coding. Please let me know in case of any issues.

Datasets

Models

Optimizers

Tricks

EDIT:

someshsingh22 commented 3 years ago

Looks great! @gchhablani can you also add the code references for crediting and future references

someshsingh22 commented 3 years ago

@gchhablani MNIST is already present Imagenet is in #35, Opening InceptionV3 as a first issue