paper-with-me

Papers

PrivFT: Private and Fast Text Classification with Homomorphic Encryption

2019-08-19 · Ahmad Al Badawi, Luong Hoang, Chan Fook Mun, Kim Laine, Khin Mi Mi Aung

The need for privacy-preserving analytics is higher than ever due to the severity of privacy risks and to comply with new privacy regulations leading to an amplified interest in privacy-preserving techniques that try to balance between privacy and utility. In this work, we present an efficient method for Text Classification while preserving the privacy of the content using Fully Homomorphic Encryption (FHE). Our system (named \textbf{Priv}ate \textbf{F}ast \textbf{T}ext (PrivFT)) performs two tasks: 1) making inference of encrypted user inputs using a plaintext model and 2) training an effective model using an encrypted dataset. For inference, we train a supervised model and outline a system for homomorphic inference on encrypted user inputs with zero loss to prediction accuracy. In the second part, we show how to train a model using fully encrypted data to generate an encrypted model. We provide a GPU implementation of the Cheon-Kim-Kim-Song (CKKS) FHE scheme and compare it with existing CPU implementations to achieve 1 to 2 orders of magnitude speedup at various parameter settings. We implement PrivFT in GPUs to achieve a run time per inference of less than 0.66 seconds. Training on a relatively large encrypted dataset is more computationally intensive requiring 5.04 days.

📄 PDF Abstract BibTeX arXiv:1908.06972

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationCPUGeneral ClassificationGPUPrivacy Preservingtext-classificationText Classification

Similar Papers 제목 키워드 기반

Falcon: Fast Spectral Inference on Encrypted Data

2020-12-01 · NeurIPS 2020 12 · Qian Lou, Wen-jie Lu, Cheng Hong, Lei Jiang

Homomorphic Encryption (HE) based secure Neural Networks(NNs) inference is one of the most promising security solutions to emerging Machine Learning as a Service (MLaaS). In the HE-based MLaaS setting, a client encrypts …

When approximate design for fast homomorphic computation provides differential privacy guarantees

2023-04-06 · Arnaud Grivet Sébert, Martin Zuber, Oana Stan, Renaud Sirdey 외

While machine learning has become pervasive in as diversified fields as industry, healthcare, social networks, privacy concerns regarding the training data have gained a critical importance. In settings where several par…

Computational Efficiency

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…

Private Text Classification

2018-06-19 · Leif W. Hanlen, Richard Nock, Hanna Suominen, Neil Bacon

Confidential text corpora exist in many forms, but do not allow arbitrary sharing. We explore how to use such private corpora using privacy preserving text analytics. We construct typical text processing applications usi…

ClassificationGeneral ClassificationPrivacy Preservingtext-classification+1

Privacy-Preserving Text Classification on BERT Embeddings with Homomorphic Encryption

2022-10-05 · NAACL 2022 7 · Garam Lee, Minsoo Kim, Jai Hyun Park, Seung-won Hwang 외

Embeddings, which compress information in raw text into semantics-preserving low-dimensional vectors, have been widely adopted for their efficacy. However, recent research has shown that embeddings can potentially leak p…

ClassificationGPUPrivacy Preservingtext-classification+1