<<

2020 Mar 4

Our Paper「Privacy-Preserving Fast and Exact Linear Equations Solver with Fully Homomorphic Encryption」Published on 29 Feb.

「Privacy-Preserving Fast and Exact Linear Equations Solver with Fully Homomorphic Encryption」

(Keita Arimitsu and Kazuki Otsuka : Cryptology ePrint Archive 2020/02/29)
https://eprint.iacr.org/2020/272.pdf


Privacy and machine learning often appear to be incompatible due to their nature: privacy means data should be kept from others while machine learning requires a large amount of data. Among several possible solutions to this problem, Fully Homomorphic Encryption (FHE) has been a center of intensive researches in this field. FHE enables linear operations on ciphertext. To take advantage of this property, many protocols to achieve statistical operations have been proposed. However, many of them are impractical. Some of the approaches introduce cryptosystems that are not familiar. Moreover, most of their protocols are approximation which might sensitively depend on our choice of parameters. In this paper, we propose fast, simple, and exact privacy-preserving linear equation solver using FHE. Our two-party protocol is secure against at least semi-honest model, and we can exactly calculate the model even without the bootstrapping.

Keywords: Fully homomorphic encryption, Machine learning, Privacy-preserving