English

The Routing and Filtering Structure of Attention

Machine Learning 2026-05-20 v1 Artificial Intelligence

Abstract

The attention interaction matrix QKQK^{\top} contains two entangled computations: a skew-symmetric component that redistributes information between positions (routing) and a symmetric component that scales mutual relevance (filtering). We decompose 1776 heads across five pretrained transformers and find routing operating at low rank, well below the routing capacity allocated by the weight kernel. We introduce SS-DD attention as a diagnostic parameterization that disentangles routing from filtering by construction with guaranteed stability (Re(λ)0\mathrm{Re}(\lambda) \le 0) and trains stably without layer normalization. When disentangled and unnormalized, routing self-organizes into a spectral cascade, effective rank 22 at the first layer, expanding with depth across six scales from 7M to 355M parameters. The cascade predicts where attention can be simplified: linearizing the first seven layers of 125M SS-DD attention costs <5%{<}5\% perplexity, whereas standard attention collapses under the same intervention. The linearizable region widens with depth. Replacing the first four layers with ELU+1 linear attention reaches within 1.4%1.4\% of baseline at full head dimension. Cascade-allocated architectures trade attention parameters for perplexity (47%65%47\%-65\% fewer attention parameters at +3.9%+3.9\% to +8.4%+8.4\% PPL). The routing-filtering decomposition makes the spectral budget legible; the cascade makes it actionable.

Keywords

Cite

@article{arxiv.2605.18826,
  title  = {The Routing and Filtering Structure of Attention},
  author = {Shafayeth Jamil and Rehan Kapadia},
  journal= {arXiv preprint arXiv:2605.18826},
  year   = {2026}
}

Comments

13 pages, 7 figures