Why "Classic" Transformers Are Shallow and A Depth-Enabling Technique

· Source: JMLR · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

A 2026 paper by Yueyao Yu and Yin Zhang investigates why "classic" Transformer architectures struggle to scale to greater depths despite the Self-Attention (SA) mechanism's success since 2017. The authors identify "token similarity escalation" as the root cause, where tokens become increasingly alike after repeated SA applications. Their analysis reveals this escalation occurs at a linear rate with increasing depth, driven by invariant leading eigenspace and large spectral gaps of attention matrices. This insight leads to a proposed depth-enabling technique that surgically removes excessive token similarity without diminishing SA's overall function, unlike existing approaches. Small-scale experiments provide proof-of-concept for the technique's viability.

Key takeaway

For AI Scientists and Machine Learning Engineers designing or optimizing Transformer models, understanding token similarity escalation is crucial. This research suggests that simply stacking more layers is ineffective; instead, you should consider architectural modifications that specifically address token similarity. Implementing techniques that surgically reduce token similarity, as proposed, could enable the development of more profound and capable Transformer networks for future applications.

Key insights

Classic Transformers fail to deepen due to token similarity escalation, which a new technique can mitigate.

Principles

Method

A technique surgically removes excessive token similarity without reducing the overall role of the Self-Attention mechanism, enabling deeper Transformer models.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Architect

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by JMLR.