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

Attacking Google Cloud Vision API #13

Open
Eric-mingjie opened this issue Dec 22, 2019 · 2 comments
Open

Attacking Google Cloud Vision API #13

Eric-mingjie opened this issue Dec 22, 2019 · 2 comments

Comments

@Eric-mingjie
Copy link

I am trying to attack the google cloud vision api using your code and i was checking on the video you posted about the attacking process. I have some questions about it:

There seems to be some images where the label dog are not among the predicted labels, for examples https://youtu.be/1h9bU7WBTUg?t=43. But I think the partial information attack depends on the target class staying in the predicted labels. So there seems to be contradiction here? Is the video showing the generated images at every iteration?

Also, what is the k used in the attacking the google cloud vision api?

@andrewilyas
Copy link
Contributor

Hi, the only reason the dog doesn't appear in the video is because the number of labels exceeds the size of the scroll bar (so the dog label is just cut off). The dog label is actually maintained throughout classification.

@Eric-mingjie
Copy link
Author

Eric-mingjie commented Dec 22, 2019

Thanks for the timely reply. But what about 9.png and 19.png? Clearly for these two images the label dog does not appear in the predicted labels.

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

2 participants