Spectral Outliers Reveal Dominant Learned Structure in Transformer Attention

arXiv cs.LG Papers

Summary

This paper applies Marchenko-Pastur random matrix theory to pre-trained attention weights, separating each projection matrix into a random-like bulk and spectral outliers. Causal experiments show zeroing these outliers in Mistral-7B drives performance near random chance, revealing that spectral outliers encode dominant learned structure across 11 transformers.

arXiv:2608.07921v1 Announce Type: new Abstract: We apply Marchenko-Pastur (MP) random matrix theory to pre-trained attention weights in order to separate each projection matrix into a random-like bulk and a set of spectral outliers. We validate this decomposition causally: zeroing the MP-identified outliers (signal) in Mistral-7B drives HellaSwag, MMLU, and PIQA close to random-chance performance, whereas zeroing a count-matched subset of bulk singular values causes smaller but non-negligible degradation. Across 11 pre-trained transformers we identify five recurring patterns: spectral outliers encode a dominant component of the learned structure; Q projections carry the most outliers; V projections under grouped-query attention lack a clean signal/noise separation; entry-level outliers form structured row-bands in Q and column-bands in O; and specific residual-stream dimensions persist as band outliers across layers in K and O. We close by outlining how these observations could inform parameter-efficient fine-tuning and structured pruning.
Original Article
View Cached Full Text

Cached at: 08/11/26, 08:08 AM

# Spectral Outliers Reveal Dominant Learned Structure in Transformer Attention
Source: [https://arxiv.org/abs/2608.07921](https://arxiv.org/abs/2608.07921)
[View PDF](https://arxiv.org/pdf/2608.07921)[HTML \(experimental\)](https://arxiv.org/html/2608.07921v1)

> Abstract:We apply Marchenko\-Pastur \(MP\) random matrix theory to pre\-trained attention weights in order to separate each projection matrix into a random\-like bulk and a set of spectral outliers\. We validate this decomposition causally: zeroing the MP\-identified outliers \(signal\) in Mistral\-7B drives HellaSwag, MMLU, and PIQA close to random\-chance performance, whereas zeroing a count\-matched subset of bulk singular values causes smaller but non\-negligible degradation\. Across 11 pre\-trained transformers we identify five recurring patterns: spectral outliers encode a dominant component of the learned structure; Q projections carry the most outliers; V projections under grouped\-query attention lack a clean signal/noise separation; entry\-level outliers form structured row\-bands in Q and column\-bands in O; and specific residual\-stream dimensions persist as band outliers across layers in K and O\. We close by outlining how these observations could inform parameter\-efficient fine\-tuning and structured pruning\.

## Submission history

From: Kasun Dewage Dewage \[[view email](https://arxiv.org/show-email/963cdfa0/2608.07921)\] **\[v1\]**Sat, 8 Aug 2026 04:56:11 UTC \(9,211 KB\)

Similar Articles

Relevant and Irrelevant: A Renormalization Group Analysis of Transformer Attention

arXiv cs.LG

This paper applies Wilsonian renormalization group theory to analyze Transformer attention as a perturbation of the MLP residual-stack fixed point, determining whether attention is relevant or irrelevant based on data correlation length. Experiments on synthetic Markov chains confirm that attention's relevance depends on the spectral structure of the data-generating process, with the first-layer head dominating the transition.

The Entropic Bound for Transformers: Why Static Rank Fails and Attention-Native Rank Recovers

arXiv cs.LG

This paper introduces the Entropic Bound, a spectral measure of task-intrinsic capacity for transformers, proving that the intrinsic rank of the token-mixing operator provides a tight lower bound on required model capacity. It shows that while a naive transfer from linear attention fails for real attention, an attention-native intrinsic rank restores the full theoretical structure.