paper-with-me

Papers

High-Resolution Convolutional Neural Networks on Homomorphically Encrypted Data via Sharding Ciphertexts

2023-06-15 · Vivian Maloney, Richard F. Obrecht, Vikram Saraph, Prathibha Rama, Kate Tallaksen

Recently, Deep Convolutional Neural Networks (DCNNs) including the ResNet-20 architecture have been privately evaluated on encrypted, low-resolution data with the Residue-Number-System Cheon-Kim-Kim-Song (RNS-CKKS) homomorphic encryption scheme. We extend methods for evaluating DCNNs on images with larger dimensions and many channels, beyond what can be stored in single ciphertexts. Additionally, we simplify and improve the efficiency of the recently introduced multiplexed image format, demonstrating that homomorphic evaluation can work with standard, row-major matrix packing and results in encrypted inference time speedups by $4.6-6.5\times$. We also show how existing DCNN models can be regularized during the training process to further improve efficiency and accuracy. These techniques are applied to homomorphically evaluate a DCNN with high accuracy on the high-resolution ImageNet dataset, achieving $80.2\%$ top-1 accuracy. We also achieve an accuracy of homomorphically evaluated CNNs on the CIFAR-10 dataset of $98.3\%$.

📄 PDF Abstract BibTeX arXiv:2306.09189

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

DCNN Diffusion-convolutional neural networks (DCNN) is a model for graph-structured data. Through the introduction of a diffusion-convolution operation, diffusion-based representations…

Similar Papers 제목 키워드 기반

HERS: Homomorphically Encrypted Representation Search

2020-03-27 · Joshua J. Engelsma, Anil K. Jain, Vishnu Naresh Boddeti

We present a method to search for a probe (or query) image representation against a large gallery in the encrypted domain. We require that the probe and gallery images be represented in terms of a fixed-length representa…

Image Retrieval

HEFT: Homomorphically Encrypted Fusion of Biometric Templates

2022-08-15 · Luke Sperling, Nalini Ratha, Arun Ross, Vishnu Naresh Boddeti

This paper proposes a non-interactive end-to-end solution for secure fusion and matching of biometric templates using fully homomorphic encryption (FHE). Given a pair of encrypted feature vectors, we perform the followin…

Dimensionality Reduction

HE-MAN -- Homomorphically Encrypted MAchine learning with oNnx models

2023-02-16 · Martin Nocker, David Drexel, Michael Rader, Alessio Montuoro 외

Machine learning (ML) algorithms are increasingly important for the success of products and services, especially considering the growing amount and availability of data. This also holds for areas handling sensitive data,…

Face RecognitionPrivacy Preserving

Towards the AlexNet Moment for Homomorphic Encryption: HCNN, theFirst Homomorphic CNN on Encrypted Data with GPUs

2018-11-02 · Ahmad Al Badawi, Jin Chao, Jie Lin, Chan Fook Mun 외

Deep Learning as a Service (DLaaS) stands as a promising solution for cloud-based inference applications. In this setting, the cloud has a pre-learned model whereas the user has samples on which she wants to run the mode…

Privacy Preserving

Falcon: Accelerating Homomorphically Encrypted Convolutions for Efficient Private Mobile Network Inference

2023-08-25 · Tianshi Xu, Meng Li, Runsheng Wang, Ru Huang

Efficient networks, e.g., MobileNetV2, EfficientNet, etc, achieves state-of-the-art (SOTA) accuracy with lightweight computation. However, existing homomorphic encryption (HE)-based two-party computation (2PC) frameworks…