Papers › CipherPrune: Efficient and Scalable Private Transformer Inference

CipherPrune: Efficient and Scalable Private Transformer Inference

24 Feb 2025arXiv:2502.16782archive 2025-07-28

Yancheng Zhang, Jiaqi Xue, Mengxin Zheng, Mimi Xie, Mingzhe Zhang, Lei Jiang, Qian Lou

Private Transformer inference using cryptographic protocols offers promising solutions for privacy-preserving machine learning; however, it still faces significant runtime overhead (efficiency issues) and challenges in handling long-token inputs (scalability issues). We observe that the Transformer's operational complexity scales quadratically with the number of input tokens, making it essential to reduce the input token length. Notably, each token varies in importance, and many inputs contain redundant tokens. Additionally, prior private inference methods that rely on high-degree polynomial approximations for non-linear activations are computationally expensive. Therefore, reducing the polynomial degree for less important tokens can significantly accelerate private inference. Building on these observations, we propose \textit{CipherPrune}, an efficient and scalable private inference framework that includes a secure encrypted token pruning protocol, a polynomial reduction protocol, and corresponding Transformer network optimizations. At the protocol level, encrypted token pruning adaptively removes unimportant tokens from encrypted inputs in a progressive, layer-wise manner. Additionally, encrypted polynomial reduction assigns lower-degree polynomials to less important tokens after pruning, enhancing efficiency without decryption. At the network level, we introduce protocol-aware network optimization via a gradient-based search to maximize pruning thresholds and polynomial reduction conditions while maintaining the desired accuracy. Our experiments demonstrate that CipherPrune reduces the execution overhead of private Transformer inference by approximately 6.1× for 128-token inputs and 10.6× for 512-token inputs, compared to previous methods, with only a marginal drop in accuracy. The code is publicly available at https://github.com/UCF-Lou-Lab-PET/cipher-prune-inference.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2502.16782")

Code

Syntology Ran 0 of 9 code samples harvested from 1 repository linked to this paper; 9 have no recorded run.

By repository: official repository: 9 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ucf-lou-lab-pet/cipher-prune-inference officialmentioned in paperMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

9 samples harvested; 0 ran; 0 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

9unverified

Licence: 9 of the 9 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from UCF-Lou-Lab-PET/cipher-prune-inference. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

conv2d UCF-Lou-Lab-PET/cipher-prune-inference/Athos/Networks/Lenet/lenetLarge_mnist_inference.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 78cc8dfd6a006c84 · report
deepnn UCF-Lou-Lab-PET/cipher-prune-inference/Athos/Networks/Lenet/lenetLarge_mnist_inference.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · a31a60675efe2376 · report
get_pytorch_stuff_conv UCF-Lou-Lab-PET/cipher-prune-inference/Beacon/compile_networks.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · fac138bab1cb526b · report
get_pytorch_stuff_ffnn UCF-Lou-Lab-PET/cipher-prune-inference/Beacon/compile_networks.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · e8aa913f7ede634f · report
get_translator UCF-Lou-Lab-PET/cipher-prune-inference/Beacon/beacon_frontend.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · ffc5f69535a64ea5 · report
get_translator UCF-Lou-Lab-PET/cipher-prune-inference/Beacon/beacon_frontend_conv.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · f682bf69658efe6e · report
max_pool_2x2 UCF-Lou-Lab-PET/cipher-prune-inference/Athos/Networks/Lenet/lenetLarge_mnist_inference.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 83509cf58b926d1e · report
torch_ffnn_to_network_args UCF-Lou-Lab-PET/cipher-prune-inference/Beacon/beacon_frontend.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · dbefa26ddce8d09e · report
torch_ffnn_to_network_args UCF-Lou-Lab-PET/cipher-prune-inference/Beacon/beacon_frontend_conv.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · fde609ad958063b4 · report

Tasks

Privacy Preserving

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerPruningResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections