TAMI-MPC:Trusted Acceleration of Minimal-Interaction MPC for Efficient Nonlinear Inference
Zhuoran Li, Hanieh Totonchi Asl, Yifei Cai, Ebrahim Nouri, Danella Zhao

TL;DR
This paper introduces TAMI-MPC, a trusted acceleration framework for nonlinear secure multi-party computation that significantly reduces communication and computation costs, enabling real-time privacy-preserving machine learning inference on resource-constrained devices.
Contribution
It redesigns core primitives to minimize interaction, eliminates reliance on oblivious transfer using TEEs, and develops a specialized accelerator for efficient nonlinear inference.
Findings
Achieves up to 4.86x speedup on ResNet-50 inference.
Achieves up to 7.44x speedup on BERT-base inference.
Reduces communication rounds from log(n) to 1 per operation.
Abstract
Secure multi-party computation (MPC) offers a practical foundation for privacy-preserving machine learning at the edge. However, current MPC systems rely heavily on communication and computation-intensive primitives-such as secure comparison for nonlinear inference, which are often impractical on resource-constrained platforms. To enable real-time inference under a resource-constrained platform, we introduce a Trusted Acceleration of Minimal-Interaction MPC framework, TAMI-MPC, for nonlinear evaluation. Specifically, we reduce communication cost by redesigning the core primitives, leaf comparison, and tree merge, reducing the interactive round from log(n) to just 1 per operation. Furthermore, unlike prior work that heavily relies on oblivious transfer (OT), a well-known computational bottleneck, we leverage synchronized seeds inside the TEE to eliminate OT for the vast majority of our…
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
TopicsStochastic Gradient Optimization Techniques · Cryptography and Data Security · Adversarial Robustness in Machine Learning
