MeSH: Memory-as-State-Highways for Recursive Transformers
Chengting Yu, Xiaobo Shu, Yadao Wang, Yizhen Zhang, Haoyi Wu, Jiaang Li, Rujiao Long, Ziheng Chen, Yuchi Xu, Wenbo Su, Bo Zheng
TL;DR
This work identifies two core bottlenecks hindering parameter-efficient recursive transformers: undifferentiated computation and information overload. It proposes Memory–as–State–Highways (MeSH), a memory-buffered, router-guided framework that externalizes state and dynamically routes information across iterations. Empirical results on Pythia-scale models show MeSH consistently improves recursive models and, at 1.4B, even beats larger non-recursive baselines while using roughly a third fewer non-embedding parameters, demonstrating strong parameter efficiency. The findings establish explicit routed state management as a scalable architectural principle for strengthening recursive models and suggest potential extensions to non-recursive networks.
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-1.4B), 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.
