CRJun 10

WHET: Welding Homomorphic Encryption to Accelerator Architectures

arXiv:2606.11541v13.4h-index: 4
Predicted impact top 81% in CR · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the performance bottleneck of FHE accelerators for privacy-preserving computation, offering significant gains but remaining incremental in nature.

WHET introduces memory-centric, architecture-aware optimizations for FHE accelerators, achieving 1.38-8.74× per-area performance improvements over prior accelerators and the first sub-millisecond CKKS bootstrapping.

Fully homomorphic encryption (FHE) enables computations on encrypted data without decryption, offering strong data privacy at the expense of substantial computational and memory overheads. Prior efforts have steadily improved FHE performance through cryptographic and algorithmic enhancements or hardware acceleration, yet these two directions have progressed largely in isolation, hindering the full exploitation of available hardware capabilities. This work presents WHET, which introduces memory-centric, architecture-aware optimizations to better align cryptographic and algorithmic constructions with FHE accelerator architectures. We identify conventional FHE constructions as major sources of excessive working sets and heavy off-chip memory traffic. We propose accelerator-specific techniques, including fine-grained coefficient-to-slot transformation, plaintext compression, and intermediate modulus raising, to reduce the on-chip data footprint by minimizing temporary ciphertexts and plaintext loads. With these techniques applied, we observe additional opportunities to improve on-chip memory efficiency; hence, we introduce lightweight architectural refinements, including a special-purpose buffer and functional unit extensions. With these optimizations, WHET achieves 1.38-8.74$\times$ per-area performance improvements over state-of-the-art FHE accelerators and the first-ever sub-millisecond CKKS bootstrapping.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes