Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Towards Zero Rotation and Beyond: Architecting Neural Networks for Fast Secure Inference with Homomorphic Encryption

About

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 Focused Constraint Principle, which limits cost-sensitive factors while preserving flexibility elsewhere, and (ii) the Channel Packing-Aware Scaling Principle, which adapts bottleneck ratios to ciphertext channel capacity that varies with depth. Together, these strategies control both local and end-to-end HE cost, enabling a balanced HE-tailored network. We evaluate the resulting StriaNet across datasets of varying scales, including ImageNet, Tiny ImageNet, and CIFAR-10. At comparable accuracy, StriaNet achieves speedups of 9.78x, 6.01x, and 9.24x on ImageNet, Tiny ImageNet, and CIFAR-10, respectively.

Yifei Cai, Yizhou Feng, Qiao Zhang, Chunsheng Xin, Hongyi Wu• 2026

Related benchmarks

TaskDatasetResultRank
Image ClassificationTiny-ImageNet
Validation Accuracy68.57
57
Image ClassificationImageNet-1k (val)
Top-1 Accuracy77.24
19
Private InferenceTiny-ImageNet
Runtime (WAN)28.95
12
Private InferenceCIFAR-10
Runtime (WAN)26.61
6
Showing 4 of 4 rows

Other info

Follow for update