paper-with-me

Papers

Encrypted Neural Networks without Overflows

2026-05-21 · Philipp Kern, Lorenzo Rovida, Samuel Teuber, Edoardo Manino, Carsten Sinz, Alberto Leporati arxiv

Fully homomorphic encryption (FHE) enables private inference by evaluating neural networks on encrypted data. In this way, we can delegate the computation to a third party server without ever revealing the user's data. Currently, the CKKS scheme is the backbone of most efficient FHE implementations, but it only supports addition, multiplication, and array rotation operations, thus requiring all activation functions of the neural network to be approximated by polynomials within a certain interval, imposing strict design tolerances. In this paper, we demonstrate for the first time that this scheme is vulnerable to overflow attacks, i.e., seemingly benign inputs that can exceed such tolerances of the FHE circuit, thereby causing corrupt and unusable outputs. To avoid them, we propose a formal verification technique that computes certified bounds on the ranges of all neurons in the network. By construction, our method eliminates overflows and, in our experiments, removed observed overflows on all benchmarks, reducing failure rates from up to 47% to 0%. Moreover, our overflow-free solution is compatible with most CKKS-based frameworks, as it allows to simply substitute standard polynomials by polynomials with rigorously designed ranges.

📄 PDF Abstract BibTeX arXiv:2605.23096

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bootstrapping Guarantees: Stability and Performance Analysis for Dynamic Encrypted Control

2024-03-27 · Sebastian Schlor, Frank Allgöwer

Encrypted dynamic controllers that operate for an unlimited time have been a challenging subject of research. The fundamental difficulty is the accumulation of errors and scaling factors in the internal state during oper…

Documentation on Encrypted Dynamic Control Simulation Code using Ring-LWE based Cryptosystems

2025-04-18 · Yeongjun Jang, Joowon Lee, Junsoo Kim

Encrypted controllers offer secure computation by employing modern cryptosystems to execute control operations directly over encrypted data without decryption. However, incorporating cryptosystems into dynamic controller…

Encrypted accelerated least squares regression

2017-03-02 · Pedro M. Esperança, Louis J. M. Aslett, Chris C. Holmes

Information that is stored in an encrypted format is, by definition, usually not amenable to statistical analysis or machine learning methods. In this paper we present detailed analysis of coordinate and accelerated grad…

regression

Optimal Controller and Security Parameter for Encrypted Control Systems Under Least Squares Identification

2023-02-23 · Kaoru Teranishi, Kiminao Kogiso

Encrypted control is a framework for the secure outsourcing of controller computation using homomorphic encryption that allows to perform arithmetic operations on encrypted data without decryption. In a previous study, t…

Secure Motion-Copying via Homomorphic Encryption

2023-10-17 · Haruki Takanashi, Kaoru Teranishi, Kiminao Kogiso

This study aims to develop an encrypted motion-copying system using homomorphic encryption for secure motion preservation and reproduction. A novel concept of encrypted motion-copying systems is introduced, realizing the…