The Routing and Filtering Structure of Attention
Abstract
The attention interaction matrix 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 - attention as a diagnostic parameterization that disentangles routing from filtering by construction with guaranteed stability () and trains stably without layer normalization. When disentangled and unnormalized, routing self-organizes into a spectral cascade, effective rank 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 - attention costs 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 of baseline at full head dimension. Cascade-allocated architectures trade attention parameters for perplexity ( fewer attention parameters at to PPL). The routing-filtering decomposition makes the spectral budget legible; the cascade makes it actionable.
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