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

small implementation error in torchattacks.DeepFool #10

Open
LaurenzBeck opened this issue Dec 6, 2021 · 0 comments
Open

small implementation error in torchattacks.DeepFool #10

LaurenzBeck opened this issue Dec 6, 2021 · 0 comments

Comments

@LaurenzBeck
Copy link

I currently use DeepFool as an estimate for the distance to the decision boundary of a classifier, as suggested in the paper: https://arxiv.org/abs/2002.01810v1

I used the implementation from torchattacks because I found the implementation from the LTS4/DeepFool repo hard to understand and work without throwing errors. In the implementation from torchattacks I found an implementation error, that returned the original images as perturbation when the classifier already misclassified the image. Harry24k/adversarial-attacks-pytorch#51

This might also be the case in this repo, but I havent checked, just wanted to let you know.

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

1 participant