English

InfoFlow: A Framework for Multi-Layer Transformer Analysis

Machine Learning 2026-05-19 v1

Abstract

While the approximation properties of single-layer Transformer architectures have been studied in recent works, a rigorous theoretical understanding of the multi-layer setting remains limited. In this work, we establish that multi-layer Transformers possess fundamentally different approximation capabilities from single-layer ones: for certain retrieval tasks, any single-layer Transformer requires least Ω(εk)\Omega (\varepsilon^{-k}) parameters to achieve precision ε\varepsilon, where kk grows linearly with sequence length TT, whereas a two-layer Transformer with a single head per layer achieves the same approximation precision with at most O(ε1)O (\varepsilon^{-1}) parameters. To understand this separation, we identify two structural mechanisms underlying multi-layer approximation. Specifically, softmax attention can only efficiently retrieve the token attaining the maximum attention score, incurring exponential-in-length parameter cost for kk-th largest retrieval with k2k \geq 2. Moreover, the parameter cost of decoding coupled information scales with the size of the retrieved token set. Motivated by these findings, we propose InfoFlow, a framework for multi-layer Transformers. The framework tracks an information set of accessible input positions at each token and layer, assigning an explicit approximation rate to each mode of information propagation. This abstraction recovers known approximation bounds, remains consistent with experimental observations on trained networks, and yields concrete predictions in settings where direct theoretical analysis is currently intractable. Our results provide a principled framework for reasoning about the approximation efficiency of multi-layer Transformers.

Keywords

Cite

@article{arxiv.2605.17930,
  title  = {InfoFlow: A Framework for Multi-Layer Transformer Analysis},
  author = {Penghao Yu and Haotian Jiang and Zeyu Bao and Qianxiao Li},
  journal= {arXiv preprint arXiv:2605.17930},
  year   = {2026}
}

Comments

36 pages