paper-with-me

Papers

Exploiting Unstructured Sparsity in Fully Homomorphic Encrypted DNNs

2025-03-12 · Aidan Ferguson, Perry Gibson, Lara D'Agata, Parker McLeod, Ferhat Yaman, Amitabh Das, Ian Colbert, José Cano

The deployment of deep neural networks (DNNs) in privacy-sensitive environments is constrained by computational overheads in fully homomorphic encryption (FHE). This paper explores unstructured sparsity in FHE matrix multiplication schemes as a means of reducing this burden while maintaining model accuracy requirements. We demonstrate that sparsity can be exploited in arbitrary matrix multiplication, providing runtime benefits compared to a baseline naive algorithm at all sparsity levels. This is a notable departure from the plaintext domain, where there is a trade-off between sparsity and the overhead of the sparse multiplication algorithm. In addition, we propose three sparse multiplication schemes in FHE based on common plaintext sparse encodings. We demonstrate the performance gain is scheme-invariant; however, some sparse schemes vastly reduce the memory storage requirements of the encrypted matrix at high sparsity values. Our proposed sparse schemes yield an average performance gain of 2.5x at 50% unstructured sparsity, with our multi-threading scheme providing a 32.5x performance increase over the equivalent single-threaded sparse computation when utilizing 64 cores.

📄 PDF Abstract BibTeX arXiv:2503.09184

Code (1)

aidan-ferguson/sparse-fhe-matmul 공식 구현

Similar Papers 제목 키워드 기반

Encrypted Dynamic Control exploiting Limited Number of Multiplications and a Method using RLWE-based Cryptosystem

2023-07-07 · Joowon Lee, Donggil Lee, Junsoo Kim, Hyungbo Shim

In this paper, we present a method to encrypt dynamic controllers that can be implemented through most homomorphic encryption schemes, including somewhat, leveled fully, and fully homomorphic encryption. To this end, we …

GPU Acceleration of Sparse Fully Homomorphic Encrypted DNNs

2026-04-13 · Lara D'Agata, Carlos Agulló-Domingo, Óscar Vera-López, Kaustubh Shivdikar 외 arxiv

Fully homomorphic encryption (FHE) has recently attracted significant attention as both a cryptographic primitive and a systems challenge. Given the latest advances in accelerated computing, FHE presents a promising oppo…

Efficient Privacy-Preserving Recommendation on Sparse Data using Fully Homomorphic Encryption

2025-09-03 · Moontaha Nishat Chowdhury, André Bauer, Minxuan Zhou arxiv

In today's data-driven world, recommendation systems personalize user experiences across industries but rely on sensitive data, raising privacy concerns. Fully homomorphic encryption (FHE) can secure these systems, but a…

Recommendation Systems

PrivFT: Private and Fast Text Classification with Homomorphic Encryption

2019-08-19 · Ahmad Al Badawi, Luong Hoang, Chan Fook Mun, Kim Laine 외

The need for privacy-preserving analytics is higher than ever due to the severity of privacy risks and to comply with new privacy regulations leading to an amplified interest in privacy-preserving techniques that try to …

ClassificationCPUGeneral ClassificationGPU+3

Deep Neural Networks for Encrypted Inference with TFHE

2023-02-13 · Andrei Stoian, Jordan Frery, Roman Bredehoft, Luis Montero 외

Fully homomorphic encryption (FHE) is an encryption method that allows to perform computation on encrypted data, without decryption. FHE preserves the privacy of the users of online services that handle sensitive data, s…

Privacy Preserving