Homomorphically Encrypted Computation using Stochastic Encodings
Hsuan Hsiao, Vincent Lee, Brandon Reagen, Armin Alaghi

TL;DR
This paper investigates combining stochastic computing encodings with homomorphic encryption to reduce logical depth and improve efficiency, revealing current limitations and the need for further HE library support.
Contribution
It introduces the concept of layering stochastic encodings on top of TFHE homomorphic encryption to explore potential efficiency gains.
Findings
SC encodings can be layered on TFHE but face similar limitations as in plaintext.
Performance depends heavily on HE library support for primitive operators.
Additional breakthroughs require more advanced HE library features.
Abstract
Homomorphic encryption (HE) is a privacy-preserving technique that enables computation directly over ciphertext. Unfortunately, a key challenge for HE is that implementations can be impractically slow and have limits on computation that can be efficiently implemented. For instance, in Boolean constructions of HE like TFHE, arithmetic operations need to be decomposed into constituent elementary logic gates to implement so performance depends on logical circuit depth. For even heavily quantized fixed-point arithmetic operations, these HE circuit implementations can be slow. This paper explores the merit of using stochastic computing (SC) encodings to reduce the logical depth required for HE computation to enable more efficient implementations. Contrary to computation in the plaintext space where many efficient hardware implementations are available, HE provides support for only a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsError Correcting Code Techniques · Stochastic Gradient Optimization Techniques · Complexity and Algorithms in Graphs
