About Protecting ML models

I’m wondering about how to keep model assets safe in tvm when delopy model for mobile platform, and tvm have any plan to support this in the future.

1 Like

You can encrypt your model, ship the encryption, and decrypt it inside your app.

thanks @masahi, I can encrypt model to make model transform between server and device safe, but hacker could dump memory, does tvm support something like ’op obfuscation‘ ?

No, we don’t have anything like that. I think that would be very application specific.