SecureRouter: Encrypted Routing for Efficient Secure Inference
arXiv cs.AI / 4/20/2026
📰 NewsDeveloper Stack & InfrastructureTools & Practical UsageModels & Research
Key Points
- SecureRouter is an end-to-end framework for privacy-preserving (encrypted) neural network inference that routes inputs to the most efficient transformer models without decrypting data.
- The key performance bottleneck addressed is that prior systems use a single fixed transformer under encryption, while SecureRouter selects different model sizes on a per-input basis to better trade off efficiency and accuracy.
- SecureRouter combines an MPC-cost-aware secure router and an MPC-optimized model pool, coordinating routing, inference, and protocol execution while keeping both client data and model parameters confidential.
- The approach trains routing and model-pool components to minimize MPC communication and computation overhead, yielding about a 1.95× latency reduction with negligible accuracy loss versus earlier work.
- An open-source implementation of SecureRouter is provided to support practical deployment and further research.



