English

UniAttn: Reducing Inference Costs via Softmax Unification for Post-Training LLMs

Computation and Language 2026-01-23 v2

Abstract

Post-training is essential for adapting Large Language Models (LLMs) to real-world applications. Deploying post-trained models faces significant challenges due to substantial memory overhead and noticeable inference latency. Existing work has identified significant redundancies in LLMs and proposed efficient architectures, namely intra-layer KV sharing and cross-layer KV sharing. However, these methods still result in high inference time overhead, remaining suboptimal for post-training pre-trained LLMs. In this paper, we identify that the \texttt{Softmax} operation is a primary bottleneck for LLM inference and discover that it is actually highly redundant during post-training. We propose Softmax \textbf{Uni}fication in \textbf{Att}e\textbf{n}tion (\textbf{UniAttn}), a novel post-training method that unifies Softmax activations across transformer blocks to reduce LLM inference costs. Additionally, UniAttn adopts a linear projection to compensate for the errors induced by Softmax unification. Experiments show that UniAttn matches the performance of standard post-training while significantly reducing inference costs, outperforming existing efficient architectures during post-training.

Keywords

Cite

@article{arxiv.2502.00439,
  title  = {UniAttn: Reducing Inference Costs via Softmax Unification for Post-Training LLMs},
  author = {Yizhe Xiong and Wei Huang and Xin Ye and Hui Chen and Zijia Lin and Haoran Lian and Zhenpeng Su and Jungong Han and Guiguang Ding},
  journal= {arXiv preprint arXiv:2502.00439},
  year   = {2026}
}

Comments

8 pages, 6 figures. Preprint, under review

R2 v1 2026-06-28T21:28:58.415Z