paper-with-me

홈 › Papers

Towards Deep Encrypted Training: Low-Latency, Memory-Efficient, and High-Throughput Inference for Privacy-Preserving Neural Networks

2026-04-18 · Nges Brian Njungle, Eric Jahns, Michel A. Kinsy arxiv

Privacy-preserving machine learning (PPML) has become increasingly important in applications where sensitive data must remain confidential. Homomorphic Encryption (HE) enables computation directly on encrypted data, allowing neural network inference without revealing raw inputs. While prior works have largely focused on inference over a single encrypted image, batch processing of encrypted inputs lags behind, despite being critical for high-throughput inference scenarios and training-oriented workloads. In this work, we address this gap by developing optimized algorithms for batched HE-friendly neural networks. We also introduced a pipeline architecture designed to maximize resource efficiency for different batch size execution. We implemented these algorithms and evaluated our work using HE-friendly ResNet-20 and ResNet-34 models on encrypted CIFAR-10 and CIFAR-100 datasets, respectively. For ResNet-20, our approach achieves an amortized inference time of 8.86 seconds per image when processing a batch of 512 encrypted images, with a peak memory usage of 98.96 GB. These results represent a 1.78x runtime improvement and a 3.74x reduction in memory usage compared to the state-of-the-art design. For the deeper ResNet-34 model, we achieve an amortized inference time of 28.14 on a batch of 256 encrypted images using 246.78GB of RAM

📄 PDF Abstract BibTeX arXiv:2604.16834

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EP-HDC: Hyperdimensional Computing with Encrypted Parameters for High-Throughput Privacy-Preserving Inference

2025-11-01 · Jaewoo Park, Chenghao Quan, Jongeun Lee arxiv

While homomorphic encryption (HE) provides strong privacy protection, its high computational cost has restricted its application to simple tasks. Recently, hyperdimensional computing (HDC) applied to HE has shown promisi…

Pie: Pooling CPU Memory for LLM Inference

2024-11-14 · Yi Xu, Ziming Mao, Xiangxi Mo, Shu Liu 외

The rapid growth of LLMs has revolutionized natural language processing and AI analysis, but their increasing size and memory demands present significant challenges. A common solution is to spill over to CPU memory; howe…

CPUGPU

DeepSpeed Inference: Enabling Efficient Inference of Transformer Models at Unprecedented Scale

2022-06-30 · Reza Yazdani Aminabadi, Samyam Rajbhandari, Minjia Zhang, Ammar Ahmad Awan 외

The past several years have witnessed the success of transformer-based models, and their scale and application scenarios continue to grow aggressively. The current landscape of transformer models is increasingly diverse:…

CPUGPUMixture-of-Experts

Latency and Throughput Optimization in Modern Networks: A Comprehensive Survey

2020-09-01 · Amir Mirzaeinnia, Mehdi Mirzaeinia, Abdelmounaam Rezgui

Modern applications are highly sensitive to communication delays and throughput. This paper surveys major attempts on reducing latency and increasing the throughput. These methods are surveyed on different networks and s…

BIG-bench Machine LearningSurvey

Plinius: Secure and Persistent Machine Learning Model Training

2021-04-07 · Peterson Yuhala, Pascal Felber, Valerio Schiavoni, Alain Tchana

With the increasing popularity of cloud based machine learning (ML) techniques there comes a need for privacy and integrity guarantees for ML data. In addition, the significant scalability challenges faced by DRAM couple…

BIG-bench Machine Learningmodel