English

HyPHEN: A Hybrid Packing Method and Optimizations for Homomorphic Encryption-Based Neural Networks

Cryptography and Security 2024-01-02 v2 Artificial Intelligence

Abstract

Convolutional neural network (CNN) inference using fully homomorphic encryption (FHE) is a promising private inference (PI) solution due to the capability of FHE that enables offloading the whole computation process to the server while protecting the privacy of sensitive user data. Prior FHE-based CNN (HCNN) work has demonstrated the feasibility of constructing deep neural network architectures such as ResNet using FHE. Despite these advancements, HCNN still faces significant challenges in practicality due to the high computational and memory overhead. To overcome these limitations, we present HyPHEN, a deep HCNN construction that incorporates novel convolution algorithms (RAConv and CAConv), data packing methods (2D gap packing and PRCR scheme), and optimization techniques tailored to HCNN construction. Such enhancements enable HyPHEN to substantially reduce the memory footprint and the number of expensive homomorphic operations, such as ciphertext rotation and bootstrapping. As a result, HyPHEN brings the latency of HCNN CIFAR-10 inference down to a practical level at 1.4 seconds (ResNet-20) and demonstrates HCNN ImageNet inference for the first time at 14.7 seconds (ResNet-18).

Keywords

Cite

@article{arxiv.2302.02407,
  title  = {HyPHEN: A Hybrid Packing Method and Optimizations for Homomorphic Encryption-Based Neural Networks},
  author = {Donghwan Kim and Jaiyoung Park and Jongmin Kim and Sangpyo Kim and Jung Ho Ahn},
  journal= {arXiv preprint arXiv:2302.02407},
  year   = {2024}
}

Comments

15 pages, 12 figures

R2 v1 2026-06-28T08:32:23.798Z