paper-with-me

Papers

High-Precision Bootstrapping for Approximate Homomorphic Encryption by Error Variance Minimization

2022-05-25 · Annual International Conference on the Theory and Applications of Cryptographic Techniques EUROCRYPT 2022: Advances in Cryptology – EUROCRYPT 2022 2022 5 · Yongwoo Lee, Joon-Woo Lee, Young-Sik Kim, Yongjune Kim, Jong-Seon No , HyungChul Kang

The Cheon-Kim-Kim-Song (CKKS) scheme (Asiacrypt’17) is one of the most promising homomorphic encryption (HE) schemes as it enables privacy-preserving computing over real (or complex) numbers. It is known that bootstrapping is the most challenging part of the CKKS scheme. Further, homomorphic evaluation of modular reduction is the core of the CKKS bootstrapping. As modular reduction is not represented by the addition and multiplication of complex numbers, approximate polynomials for modular reduction should be used. The best-known techniques (Eurocrypt’21) use a polynomial approximation for trigonometric functions and their composition. However, all the previous methods are based on an indirect approximation, and thus it requires lots of multiplicative depth to achieve high accuracy. This paper proposes a direct polynomial approximation of modular reduction for CKKS bootstrapping, which is optimal in error variance and depth. Further, we propose an efficient algorithm, namely the lazy baby-step giant-step (BSGS) algorithm, to homomorphically evaluate the approximate polynomial, utilizing the lazy relinearization/rescaling technique. The lazy-BSGS reduces the computational complexity by half compared to the ordinary BSGS algorithm. The performance improvement for the CKKS scheme by the proposed algorithm is verified by implementation using HE libraries. The implementation results show that the proposed method has a multiplicative depth of 10 for modular reduction to achieve the state-of-the-art accuracy, while the previous methods have depths of 11 to 12. Moreover, we achieve higher accuracy within a small multiplicative depth, for example, 93-bit within multiplicative depth 11.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Privacy Preserving

Similar Papers 제목 키워드 기반

Balancing Privacy and Efficiency: Music Information Retrieval via Additive Homomorphic Encryption

2025-08-09 · William Zerong Wang, Dongfang Zhao arxiv

Modern music retrieval runs on vector embeddings, and once these embeddings are shared for search or matching they can be copied, probed, or used to train generative models. Fully homomorphic encryption can compute on th…

Information Retrieval

Privacy-Preserving Machine Learning with Fully Homomorphic Encryption for Deep Neural Network

2021-06-14 · Joon-Woo Lee, HyungChul Kang, Yongwoo Lee, Woosuk Choi 외

Fully homomorphic encryption (FHE) is one of the prospective tools for privacypreserving machine learning (PPML), and several PPML models have been proposed based on various FHE schemes and approaches. Although the FHE s…

BIG-bench Machine LearningPrivacy Preserving

OpenFHE: Open-Source Fully Homomorphic Encryption Library

2022-09-15 · WAHC 2022 – 10th Workshop on Encrypted Computing & Applied Homomorphic Cryptography 2022 9 · Ahmad Al Badawi, Andreea Alexandru, Jack Bates, Flavio Bergamaschi 외

Fully Homomorphic Encryption (FHE) is a powerful cryptographic primitive that enables performing computations over encrypted data without having access to the secret key. We introduce OpenFHE, a new open-source FHE softw…

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…

Relative Entropy Regularized Reinforcement Learning for Efficient Encrypted Policy Synthesis

2025-06-14 · Jihoon Suh, Yeongjun Jang, Kaoru Teranishi, Takashi Tanaka

We propose an efficient encrypted policy synthesis to develop privacy-preserving model-based reinforcement learning. We first demonstrate that the relative-entropy-regularized reinforcement learning framework offers a co…

Model-based Reinforcement LearningPrivacy PreservingQuantizationreinforcement-learning+1