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

Are there any plans to support attacks on TFLite models? #693

Closed
fabriceyhc opened this issue Jun 16, 2022 · 1 comment
Closed

Are there any plans to support attacks on TFLite models? #693

fabriceyhc opened this issue Jun 16, 2022 · 1 comment

Comments

@fabriceyhc
Copy link

fabriceyhc commented Jun 16, 2022

TFLite is one of the most popular formats for Android and it would be nice to support attacks on them. I'm pretty sure it's not possible to extract gradients from TFLite models, but black-box attacks like BoundaryAttack should still work.

A potential reference is art's BlackBoxClassifier.

@zimmerrol
Copy link
Member

Hi, there are no plans to support TFLite directly. However, I believe the most common use case for TFLite is to start with a normal TF model, convert it to a TFLite model and then use it on a mobile device. Thus, in most cases, one in addition to the TFLite model also has access to the normal TF model and, hence, can attack this model with foolbox.

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

No branches or pull requests

2 participants