paper-with-me

홈 › Papers

Practical and Private Hybrid ML Inference with Fully Homomorphic Encryption

2025-09-01 · Sayan Biswas, Philippe Chartier, Akash Dhasade, Tom Jurien, David Kerriou, Anne-Marie Kerrmarec, Mohammed Lemou, Franklin Tranie, Martijn de Vos, Milos Vujasinovic 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 inputs, but its practicality is hindered by expensive bootstrapping and inefficient approximations of non-linear activations. We introduce Safhire, a hybrid inference framework that executes linear layers under encryption on the server while offloading non-linearities to the client in plaintext. This design eliminates bootstrapping, supports exact activations, and significantly reduces computation. To safeguard model confidentiality despite client access to intermediate outputs, Safhire applies randomized shuffling, which obfuscates intermediate values and makes it practically impossible to reconstruct the model. To further reduce latency, Safhire incorporates advanced optimizations such as fast ciphertext packing and partial extraction. Evaluations on multiple standard models and datasets show that Safhire achieves 1.5X - 10.5X lower inference latency than Orion, a state-of-the-art baseline, with manageable communication overhead and comparable accuracy, thereby establishing the practicality of hybrid FHE inference.

📄 PDF Abstract BibTeX arXiv:2509.01253

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HyPHEN: A Hybrid Packing Method and Optimizations for Homomorphic Encryption-Based Neural Networks

2023-02-05 · Donghwan Kim, Jaiyoung Park, Jongmin Kim, Sangpyo Kim 외

Convolutional neural network (CNN) inference using fully homomorphic encryption (FHE) is a promising private inference (PI) solution due to the capability of FHE that enables offloading the whole computation process to t…

DCT-CryptoNets: Scaling Private Inference in the Frequency Domain

2024-08-27 · Arjun Roy, Kaushik Roy

The convergence of fully homomorphic encryption (FHE) and machine learning offers unprecedented opportunities for private inference of sensitive data. FHE enables computation directly on encrypted data, safeguarding the …

image-classificationImage ClassificationPrivacy PreservingPrivacy Preserving Deep Learning

TT-TFHE: a Torus Fully Homomorphic Encryption-Friendly Neural Network Architecture

2023-02-03 · Adrien Benamira, Tristan Guérand, Thomas Peyrin, Sayandeep Saha

This paper presents TT-TFHE, a deep neural network Fully Homomorphic Encryption (FHE) framework that effectively scales Torus FHE (TFHE) usage to tabular and image datasets using a recent family of convolutional neural n…

CPU

Reverse Delegated Training and Private Inference via Perfectly-Secure Quantum Homomorphic Encryption

2026-02-13 · Sergio A. Ortega, Miguel A. Martin-Delgado arxiv

Quantum machine learning in cloud environments requires protecting sensitive data while enabling remote computation. Here we demonstrate the first realistic implementations of a perfectly-secure quantum homomorphic encry…

Quantum Machine Learning

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 …