ARMar 25

TAMI-MPC:Trusted Acceleration of Minimal-Interaction MPC for Efficient Nonlinear Inference

arXiv:2603.2486132.6h-index: 4
Predicted impact top 53% in AR · last 90 daysOriginality Highly original
AI Analysis

This enables efficient real-time privacy-preserving inference for edge devices, representing a strong domain-specific improvement.

The paper tackles the problem of inefficient secure multi-party computation (MPC) for privacy-preserving machine learning on resource-constrained platforms by introducing TAMI-MPC, which reduces communication rounds from log(n) to 1 per operation and eliminates oblivious transfer bottlenecks, achieving up to 4.86x speedup on ResNet-50 and 7.44x on BERT-base compared to state-of-the-art frameworks.

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 designs, along with a correlated-randomness reuse technique that keeps new designs computationally lightweight. To fully realize the potential, we design a specialized accelerator that restructures the dataflow across stages to enable continuous, fine-grained streaming and high parallelism, reducing memory overhead. Our design achieves up to 4.86x speedup on ResNet-50 inference, compared with state-of-the-art CNN frameworks, and achieves up to 7.44x speedup on BERT-base inference, compared with state-of-the-art LLM frameworks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes