English

MeSH: Memory-as-State-Highways for Recursive Transformers

Machine Learning 2026-04-21 v2 Artificial Intelligence

Abstract

Recursive transformers reuse parameters and iterate over hidden states multiple times, decoupling compute depth from parameter depth. However, under matched compute, recursive models with fewer parameters often lag behind non-recursive counterparts. By probing hidden states, we trace this performance gap to two primary bottlenecks: undifferentiated computation, where the core is forced to adopt a similar computational pattern at every iteration, and information overload, where long-lived and transient information must coexist in a single hidden state. To address the issues, we introduce a Memory-as-State-Highways (MeSH) scheme, which externalizes state management into an explicit memory buffer and employs lightweight routers to dynamically diversify computation across iterations. Probing visualizations confirm that MeSH successfully resolves the pathologies by inducing functional specialization across iterations. On the Pythia suite (160M-6.9B), MeSH-enhanced recursive transformers consistently improve over recursive baselines and outperforms its larger non-recursive counterpart at the 1.4B scale, improving average downstream accuracy by +1.06% with 33% fewer non-embedding parameters. Our analysis establishes MeSH as a scalable and principled architecture for building stronger recursive models. Our code is available at https://github.com/LivingFutureLab/MeSH/ .

Keywords

Cite

@article{arxiv.2510.07739,
  title  = {MeSH: Memory-as-State-Highways for Recursive Transformers},
  author = {Chengting Yu and Xiaobo Shu and Yadao Wang and Yizhen Zhang and Haoyi Wu and Jiaang Li and Rujiao Long and Ziheng Chen and Yuchi Xu and Wenbo Su and Bo Zheng},
  journal= {arXiv preprint arXiv:2510.07739},
  year   = {2026}
}

Comments

Accepted by ICLR 2026

R2 v1 2026-07-01T06:25:40.484Z