paper-with-me

홈 › Papers

Neural Network Training on Encrypted Data with TFHE

2024-01-29 · Luis Montero, Jordan Frery, Celia Kherfallah, Roman Bredehoft, Andrei Stoian

We present an approach to outsourcing of training neural networks while preserving data confidentiality from malicious parties. We use fully homomorphic encryption to build a unified training approach that works on encrypted data and learns quantized neural network models. The data can be horizontally or vertically split between multiple parties, enabling collaboration on confidential data. We train logistic regression and multi-layer perceptrons on several datasets.

📄 PDF Abstract BibTeX arXiv:2401.16136

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Deep Neural Networks for Encrypted Inference with TFHE

2023-02-13 · Andrei Stoian, Jordan Frery, Roman Bredehoft, Luis Montero 외

Fully homomorphic encryption (FHE) is an encryption method that allows to perform computation on encrypted data, without decryption. FHE preserves the privacy of the users of online services that handle sensitive data, s…

Privacy Preserving

Glyph: Fast and Accurately Training Deep Neural Networks on Encrypted Data

2019-11-16 · NeurIPS 2020 12 · Qian Lou, Bo Feng, Geoffrey C. Fox, Lei Jiang

Big data is one of the cornerstones to enabling and training deep neural networks (DNNs). Because of the lack of expertise, to gain benefits from their data, average users have to rely on and upload their private data to…

Privacy PreservingTransfer Learning

TFHE-Coder: Evaluating LLM-agentic Fully Homomorphic Encryption Code Generation

2025-03-15 · Mayank Kumar, Jiaqi Xue, Mengxin Zheng, Qian Lou

Fully Homomorphic Encryption over the torus (TFHE) enables computation on encrypted data without decryption, making it a cornerstone of secure and confidential computing. Despite its potential in privacy preserving machi…

Code GenerationPrivacy PreservingRAGRetrieval-augmented Generation

TT-TFHE: a Torus Fully Homomorphic Encryption-Friendly Neural Network Architecture

2023-02-03 · Adrien Benamira, Tristan Guérand, Thomas Peyrin, Sayandeep Saha

This paper presents TT-TFHE, a deep neural network Fully Homomorphic Encryption (FHE) framework that effectively scales Torus FHE (TFHE) usage to tabular and image datasets using a recent family of convolutional neural n…

CPU

SHE: A Fast and Accurate Deep Neural Network for Encrypted Data

2019-06-01 · NeurIPS 2019 12 · Qian Lou, Lei Jiang

Homomorphic Encryption (HE) is one of the most promising security solutions to emerging Machine Learning as a Service (MLaaS). Leveled-HE (LHE)-enabled Convolutional Neural Networks (LHECNNs) are proposed to implement ML…

Quantization