paper-with-me

홈 › Papers

Deep Learning Inferences with Hybrid Homomorphic Encryption

2018-01-01 · ICLR 2018 1 · Anthony Meehan, Ryan K. L. Ko, Geoff Holmes

When deep learning is applied to sensitive data sets, many privacy-related implementation issues arise. These issues are especially evident in the healthcare, finance, law and government industries. Homomorphic encryption could allow a server to make inferences on inputs encrypted by a client, but to our best knowledge, there has been no complete implementation of common deep learning operations, for arbitrary model depths, using homomorphic encryption. This paper demonstrates a novel approach, efficiently implementing many deep learning functions with bootstrapped homomorphic encryption. As part of our implementation, we demonstrate Single and Multi-Layer Neural Networks, for the Wisconsin Breast Cancer dataset, as well as a Convolutional Neural Network for MNIST. Our results give promising directions for privacy-preserving representation learning, and the return of data control to users.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningPrivacy PreservingRepresentation Learning

Similar Papers 제목 키워드 기반

A Privacy-Centric Approach: Scalable and Secure Federated Learning Enabled by Hybrid Homomorphic Encryption

2025-07-20 · Khoa Nguyen, Tanveer Khan, Hossein Abdinasibfar, Antonis Michalas arxiv

Federated Learning (FL) enables collaborative model training without sharing raw data, making it a promising approach for privacy-sensitive domains. Despite its potential, FL faces significant challenges, particularly in…

Federated Learning

HEMET: A Homomorphic-Encryption-Friendly Privacy-Preserving Mobile Neural Network Architecture

2021-05-31 · Qian Lou, Lei Jiang

Recently Homomorphic Encryption (HE) is used to implement Privacy-Preserving Neural Networks (PPNNs) that perform inferences directly on encrypted data without decryption. Prior PPNNs adopt mobile network architectures s…

Privacy Preserving

CryptoGRU: Low Latency Privacy-Preserving Text Analysis With GRU

2020-10-22 · EMNLP 2021 11 · Bo Feng, Qian Lou, Lei Jiang, Geoffrey C. Fox

Billions of text analysis requests containing private emails, personal text messages, and sensitive online reviews, are processed by recurrent neural networks (RNNs) deployed on public clouds every day. Although prior se…

Privacy Preserving

SelectiveShield: Lightweight Hybrid Defense Against Gradient Leakage in Federated Learning

2025-08-06 · Borui Li, Li Yan, Jianmin Liu arxiv

Federated Learning (FL) enables collaborative model training on decentralized data but remains vulnerable to gradient leakage attacks that can reconstruct sensitive user information. Existing defense mechanisms, such as …

Federated Learning

Practical and Private Hybrid ML Inference with Fully Homomorphic Encryption

2025-09-01 · Sayan Biswas, Philippe Chartier, Akash Dhasade, Tom Jurien 외 arxiv

In contemporary cloud-based services, protecting users' sensitive data and ensuring the confidentiality of the server's model are critical. Fully homomorphic encryption (FHE) enables inference directly on encrypted input…