Towards Zero Rotation and Beyond: Architecting Neural Networks for Fast Secure Inference with Homomorphic Encryption
Yifei Cai, Yizhou Feng, Qiao Zhang, Chunsheng Xin, Hongyi Wu

TL;DR
This paper introduces StriaNet, a neural network architecture optimized for homomorphic encryption-based secure inference, significantly reducing computational overhead by designing HE-specific components and principles, achieving substantial speedups across multiple datasets.
Contribution
The paper proposes a novel HE-tailored neural network architecture with new building blocks and principles that drastically improve inference speed while maintaining accuracy.
Findings
StriaNet achieves up to 9.78x speedup on ImageNet.
It reduces rotation operations to 19% of those in plaintext models.
The architecture maintains accuracy across various datasets.
Abstract
Privacy-preserving deep learning addresses privacy concerns in Machine Learning as a Service (MLaaS) by using Homomorphic Encryption (HE) for linear computations. However, the computational overhead remains a major challenge. While prior work has improved efficiency, most approaches build on models originally designed for plaintext inference. Such models incur architectural inefficiencies when adapted to HE. We argue that substantial gains require networks tailored to HE rather than retrofitting plaintext architectures. Our design has two components: the building block and the overall architecture. First, StriaBlock targets the most expensive HE operation, rotation. It integrates ExRot-Free Convolution and a novel Cross Kernel, eliminating external rotations and requiring only 19% of the internal rotations used by plaintext models. Second, our architectural principles include (i) the…
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
TopicsCryptography and Data Security · Privacy-Preserving Technologies in Data · Cryptographic Implementations and Security
