paper-with-me

홈 › Papers

Efficient CNN Building Blocks for Encrypted Data

2021-01-30 · Nayna Jain, Karthik Nandakumar, Nalini Ratha, Sharath Pankanti, Uttam Kumar

Machine learning on encrypted data can address the concerns related to privacy and legality of sharing sensitive data with untrustworthy service providers. Fully Homomorphic Encryption (FHE) is a promising technique to enable machine learning and inferencing while providing strict guarantees against information leakage. Since deep convolutional neural networks (CNNs) have become the machine learning tool of choice in several applications, several attempts have been made to harness CNNs to extract insights from encrypted data. However, existing works focus only on ensuring data security and ignore security of model parameters. They also report high level implementations without providing rigorous analysis of the accuracy, security, and speed trade-offs involved in the FHE implementation of generic primitive operators of a CNN such as convolution, non-linear activation, and pooling. In this work, we consider a Machine Learning as a Service (MLaaS) scenario where both input data and model parameters are secured using FHE. Using the CKKS scheme available in the open-source HElib library, we show that operational parameters of the chosen FHE scheme such as the degree of the cyclotomic polynomial, depth limitations of the underlying leveled HE scheme, and the computational precision parameters have a major impact on the design of the machine learning model (especially, the choice of the activation function and pooling method). Our empirical study shows that choice of aforementioned design parameters result in significant trade-offs between accuracy, security level, and computational time. Encrypted inference experiments on the MNIST dataset indicate that other design choices such as ciphertext packing strategy and parallelization using multithreading are also critical in determining the throughput and latency of the inference process.

📄 PDF Abstract BibTeX arXiv:2102.00319

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Stealing Reasoning Traces from Proprietary LLM APIs

2026-08-10 · Alexander Panfilov, David Schmotz, Ilia Shumailov, Luca Beurer-Kellner 외 hf

Leading large language model providers now conceal their models' step-by-step reasoning, or chain-of-thought, to protect intellectual property and limit information leakage. Rather than storing these traces server-side, …

Homomorphic WiSARDs: Efficient Weightless Neural Network training over encrypted data

2024-03-29 · Leonardo Neumann, Antonio Guimarães, Diego F. Aranha, Edson Borin

The widespread application of machine learning algorithms is a matter of increasing concern for the data privacy research community, and many have sought to develop privacy-preserving techniques for it. Among existing ap…

Privacy Preserving

A Privacy-Preserving Framework for Cloud-Based HVAC Control

2023-12-08 · Zhenan Feng, Ehsan Nekouei

The objective of this work is (i) to develop an encrypted cloud-based HVAC control framework to ensure the privacy of occupancy information, (ii) to reduce the communication and computation costs of encrypted HVAC contro…

Model Predictive ControlPrivacy Preserving

Privacy-aware Fully Model-Free Event-triggered Cloud-based HVAC Control

2024-10-08 · Zhenan Feng, Ehsan Nekouei

Privacy is a major concern when computing-as-a-service (CaaS) platforms, e.g., cloud-computing platforms, are utilized for building automation, as CaaS platforms can infer sensitive information, such as occupancy, using …

Cloud ComputingModel Predictive Control

Public-Decay Homomorphic State Space Models for Private Sequence Inference

2026-05-15 · Luis Brito arxiv

Fully homomorphic encryption (FHE) changes sequence-model design because rotations, encrypted products, ciphertext materialization, multiplicative depth, and bootstrapping pressure can dominate ordinary neural-network co…