Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete implementation of CW attack #3

Open
a7b23 opened this issue Mar 20, 2018 · 4 comments
Open

Complete implementation of CW attack #3

a7b23 opened this issue Mar 20, 2018 · 4 comments

Comments

@a7b23
Copy link

a7b23 commented Mar 20, 2018

I was trying to reproduce the results of the paper. Can you suggest how do I get the results for the CW attack ?

@rfeinman
Copy link
Owner

Hi @a7b23,

I did not have time to convert my CW attack implementation from a mess of Jupyter Notebooks into proper code for this repository. I suggest using the Cleverhans repository, which has a very nice, clean implementation of the CW L2 attack. See "CarliniWagnerL2" class here: https://github.com/tensorflow/cleverhans/blob/master/cleverhans/attacks.py

@rfeinman rfeinman changed the title CW attack Complete implementation of CW attack Mar 20, 2018
@rfeinman
Copy link
Owner

If anyone would like to contribute to this repository and add the Carlini & Wagner L2 attack here, it would be greatly appreciated.

@xingjunm
Copy link

Hi Reuben, nice work here!
My code for ICLR 2018 paper "Characterizing adversarial subspaces using local intrinsic dimensionality", has included the BU, KD measures along with the CW attack (and other attacks). I used your code for BU and KD, and have provided a reference link to this repository. https://github.com/xingjunm/lid_adversarial_subspace_detection

@rfeinman
Copy link
Owner

@xingjunm thank you for using our code and for referencing the repository. At the moment, I don't have time to update this repository with your CW attack code, but I appreciate the pointer and may use it in the future. If you'd like to submit a PR, I'd be happy to review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants