English

AERO: Entropy-Guided Framework for Private LLM Inference

Machine Learning 2025-11-03 v3 Cryptography and Security

Abstract

Privacy-preserving computation enables language model inference directly on encrypted data yet suffers from prohibitive latency and communication overheads, primarily due to nonlinear functions. Removing nonlinearities, however, can trigger one of two failure modes restricting the potential for nonlinearity removal: entropy collapse in deeper layers, which destabilizes training, and entropic overload in early layers, causing under-utilization of attention heads. To address these challenges, we introduce AERO, an entropy-guided framework to strategically eliminates costly nonlinear operations from transformer architectures, which employs an adaptive recalibration through a head-wise entropy regularizer with learnable per-head strengths, enabling each head to adjust its entropy level while penalizing extreme entropies and fostering functional diversity through a tolerance margin. Experiments show AERO can save 3.4×\times communication and 1.4×\times latency, without any performance penalty.

Keywords

Cite

@article{arxiv.2410.13060,
  title  = {AERO: Entropy-Guided Framework for Private LLM Inference},
  author = {Nandan Kumar Jha and Brandon Reagen},
  journal= {arXiv preprint arXiv:2410.13060},
  year   = {2025}
}

Comments

Revised and retitled from "AERO: Softmax-Only LLMs for Efficient Private Inference''. This version focuses on the deployable AERO pipeline (LayerNorm-free + ReLU + entropy regularization); Softmax-only variants are kept as stress-test ablations

R2 v1 2026-06-28T19:25:01.429Z