vix.ing · top · new · best · stats · spec

Keyless Attention: Value-Space Routing and Value-Only Caching for Efficient Transformers

2026/06/30 by Xin Gao, Xingming Xu
Computer Science · #cs.AI #cs.CL

paper · pdf

13 pages, 4 figures

arxiv created 2026/07/28 · arxiv updated 2026/07/30

Abstract

Transformer architectures form the foundation of modern natural language processing, making it crucial to address the efficiency and scalability limitations of the standard QKV attention mechanism. The Key-Value (KV) cache is a major bottleneck during long-context inference. We propose Keyless Attention, a novel attention mechanism that introduces a dedicated value-space routing projection to replace the conventional key projection, thereby eliminating key representations from the attention computation. This design yields a Value-Only Cache that reduces KV-cache memory and access overhead by 50% compared with standard attention while improving decode throughput. Experiments across five models and four architectures show that Keyless Attention matches or outperforms standard QKV attention in perplexity on four of five models. Furthermore, it achieves competitive performance on downstream evaluation benchmarks while consistently reducing KV-cache memory by 50%. Ablation studies on attention factorization depth further demonstrate that the dedicated value-space routing projection is a key component of the proposed architecture, with Keyless Attention outperforming KV-sharing methods that do not employ this routing mechanism.

Citations

Related