Amulet: Fast TEE-Shielded Inference for On-Device Model Protection
Zikai Mao, Lingchen Zhao, Lei Xu, Wentao Dong, Shenyi Zhang, Cong Wang, Qian Wang

TL;DR
Amulet is a novel framework that enables fast, secure, and efficient on-device ML inference by obfuscating models and minimizing TEE interactions, significantly reducing latency and protecting model privacy.
Contribution
It introduces a suite of obfuscation techniques allowing entire models to be stored untrusted memory and executed with minimal TEE interaction, improving speed and security.
Findings
Achieves 2.8-4.8x latency of unprotected models
8-9x faster than baseline TEE methods
Approximately 2.2x faster than state-of-the-art obfuscation approaches
Abstract
On-device machine learning (ML) introduces new security concerns about model privacy. Storing valuable trained ML models on user devices exposes them to potential extraction by adversaries. The current mainstream solution for on-device model protection is storing the weights and conducting inference within Trusted Execution Environments (TEEs). However, due to limited trusted memory that cannot accommodate the whole model, most existing approaches employ a partitioning strategy, dividing a model into multiple slices that are loaded into the TEE sequentially. This frequent interaction between untrusted and trusted worlds dramatically increases inference latency, sometimes by orders of magnitude. In this paper, we propose Amulet, a fast TEE-shielded on-device inference framework for ML model protection. Amulet incorporates a suite of obfuscation methods specifically designed for common…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSecurity and Verification in Computing · Adversarial Robustness in Machine Learning · Advanced Malware Detection Techniques
