Paper 2026/297

CipherSkip: Efficient Sparse Matrix Multiplication with FHE

Wujie Xiong, Kent State University
Hao Zhou, Kent State University
Yutong Ye, Beihang University
Ruoming Jin, Kent State University
Lei Xu, Kent State University
Abstract

Sparse General Matrix–Matrix Multiplication (SpGEMM) is a fundamental but computationally intensive operation that underpins many scientific workloads, including numerous AI applications. With the increasing demands for data security, privacy-preserving computation techniques, such as Fully Homomorphic Encryption (FHE), have gained significant attention for their ability to process sensitive data without decryption. Nonetheless, executing SpGEMM within the framework of FHE presents significant challenges. The most effective SpGEMM algorithms exploit matrix sparsity to minimize computational costs; however, FHE obscures both the data values and the sparsity structures. Prior FHE‑based privacy‑preserving computation frameworks either ignore the inherent sparsity of matrices and rely on dense General Matrix–Matrix Multiplication (GEMM), incurring substantial overhead from redundant homomorphic multiplications, or they attempt to exploit sparsity by encrypting only the non‑zero values, which inadvertently exposes sensitive positional information. To address this gap and achieve a better balance between efficiency and privacy, we propose Cipherskip, an efficient FHE-compatible SpGEMM framework that enables oblivious data and position processing under a Single Instruction Multiple Data (SIMD) scheme. Moreover, we extend our method to support an arbitrary number of sparse matrices (FHE-SpGEMCM).The efficiency analysis shows that our method achieves an average homomorphic computation cost of $(n_An_B)^2/n^2N$, where $n_A$ and $n_B$ represent the number of nonzero elements in $A$ and $B$ respectively, $n$ is the shared inner dimension of the multiplication, and $N$ denotes the batch size used in FHE. Experimental results demonstrate that for square matrices of scale $2^9$, our scheme achieves an average speedup of $439.25\times$ and a 10.68$\times$ reduction in memory consumption compared to state-of-the-art baselines that ignore sparsity. Furthermore, when the scale increases to $2^{13}$, our method yields up to a $1201.77\times$ speedup over baselines that only exploit the sparsity of a single matrix.

Metadata
Available format(s)
PDF
Category
Applications
Publication info
Published elsewhere. ACM International Conference on Supercomputing (ICS) 2026
DOI
10.1145/3797905.3807876
Keywords
FHESpGEMM
Contact author(s)
wxiong1 @ kent edu
hzhou6 @ kent edu
yutongye @ buaa edu cn
rjin1 @ kent edu
xuleimath @ gmail com
History
2026-04-23: revised
2026-02-18: received
See all versions
Short URL
https://ia.cr/2026/297
License
Creative Commons Attribution
CC BY

BibTeX

@misc{cryptoeprint:2026/297,
      author = {Wujie Xiong and Hao Zhou and Yutong Ye and Ruoming Jin and Lei Xu},
      title = {{CipherSkip}: Efficient Sparse Matrix Multiplication with {FHE}},
      howpublished = {Cryptology {ePrint} Archive, Paper 2026/297},
      year = {2026},
      doi = {10.1145/3797905.3807876},
      url = {https://eprint.iacr.org/2026/297}
}
Note: In order to protect the privacy of readers, eprint.iacr.org does not use cookies or embedded third party content.