paper-with-me

Papers

Layer-Parallel Inference Reduces Encrypted Nonlinear Depth in Transformers

2026-07-06 · Ligong Han, Kai Xu, Hao Wang, Ruijiang Gao, Akash Srivastava arxiv

Fully homomorphic encryption (FHE) enables computation on encrypted data, but practical encrypted Transformer inference is bottlenecked by the sequential composition of many nonlinear blocks. We study whether Structured Newton Layer Parallelism (SNLP) can make this inter-layer composition more FHE-friendly: each Transformer block still requires polynomial approximations for operations such as softmax and RMSNorm, but SNLP reduces the layerwise sequential nonlinear depth from L stages to a small number of solver iterations plus linear structured corrections. Using a simulation framework based on Chebyshev polynomial approximations, we measure error accumulation under sequential versus SNLP inference across 8 models and 4 architecture families. On a 0.5B IDN-trained model, SNLP reduces symbolic bootstraps from 53 to 20 (2.65x) with only +1.2% perplexity degradation, while lowering error amplification (1.36x vs. 1.42x). Across all tested models, SNLP has lower amplification than sequential inference. Ablations show that softmax approximation dominates the error budget and CKKS arithmetic noise is negligible in our setting, suggesting that SNLP is complementary to block-level FHE-friendly operator design rather than a replacement for it.

📄 PDF Abstract BibTeX arXiv:2607.04819

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AEGIS: Scaling Long-Sequence Homomorphic Encrypted Transformer Inference via Hybrid Parallelism on Multi-GPU Systems

2026-04-03 · Zhaoting Gong, Ran Ran, Fan Yao, Wujie Wen arxiv

Fully Homomorphic Encryption (FHE) enables privacy-preserving Transformer inference, but long-sequence encrypted Transformers quickly exceed single-GPU memory capacity because encoded weights are already large and encryp…

FFConv: Fast Factorized Convolutional Neural Network Inference on Encrypted Data

2021-02-06 · Yuxiao Lu, Jie Lin, Chao Jin, Zhe Wang 외

Homomorphic Encryption (HE), allowing computations on encrypted data (ciphertext) without decrypting it first, enables secure but prohibitively slow Convolutional Neural Network (CNN) inference for privacy-preserving app…

Privacy Preserving

Glyph: Fast and Accurately Training Deep Neural Networks on Encrypted Data

2019-11-16 · NeurIPS 2020 12 · Qian Lou, Bo Feng, Geoffrey C. Fox, Lei Jiang

Big data is one of the cornerstones to enabling and training deep neural networks (DNNs). Because of the lack of expertise, to gain benefits from their data, average users have to rely on and upload their private data to…

Privacy PreservingTransfer Learning

FastFHE: Packing-Scalable and Depthwise-Separable CNN Inference Over FHE

2025-11-27 · Wenbo Song, Xinxin Fan, Quanliang Jing, Shaoye Luo 외 arxiv

The deep learning (DL) has been penetrating daily life in many domains, how to keep the DL model inference secure and sample privacy in an encrypted environment has become an urgent and increasingly important issue for v…

SHE: A Fast and Accurate Deep Neural Network for Encrypted Data

2019-06-01 · NeurIPS 2019 12 · Qian Lou, Lei Jiang

Homomorphic Encryption (HE) is one of the most promising security solutions to emerging Machine Learning as a Service (MLaaS). Leveled-HE (LHE)-enabled Convolutional Neural Networks (LHECNNs) are proposed to implement ML…

Quantization