On the (In-)Security of the Shuffling Defense in the Transformer Secure Inference

📅 2026-05-06
📈 Citations: 0
Influential: 0
📄 PDF

career value

210K/year
📝 Abstract
For Transformer models, cryptographically secure inference ensures that the client learns only the final output, while the server learns nothing about the client's input. However, securely computing nonlinear layers remains a major efficiency bottleneck due to the substantial communication rounds and data transmission required. To address this issue, prior works reveal intermediate activations to the client, allowing nonlinear operations to be computed in plaintext. Although this approach significantly improves efficiency, exposing activations enables adversaries to extract model weights. To mitigate this risk, existing works employ a shuffling defense that reveals only randomly permuted activations to the client. In this work, we show that the shuffling defense is not as robust as previously claimed. We propose an attack that aligns differently shuffled activations to a common permutation and subsequently exploits them to extract model weights. Experiments on Pythia-70m and GPT-2 demonstrate that the proposed attack can align shuffled activations with mean squared errors ranging from $10^{-9}$ to $10^{-6}$. With a query cost of approximately \$1, the adversary can recover model weights with L1-norm differences ranging from $10^{-4}$ to $10^{-2}$ compared to the oracle weights.
Problem

Research questions and friction points this paper is trying to address.

secure inference
shuffling defense
model extraction
Transformer
activation leakage
Innovation

Methods, ideas, or system contributions that make the work stand out.

shuffling defense
secure inference
model extraction attack
Transformer
activation alignment
🔎 Similar Papers
No similar papers found.