LSTM-UT and Recurrent-Depth Transformers on Cellular Automata

📅 2026-09-16
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
研究通过比较LSTM-UT、BUT和CoTFormer在细胞自动机上的表现,探讨了不同信息保留机制对重复计算任务的影响,提出有界门控记忆能有效提升任务性能。
📝 Abstract
Recurrent-depth Transformers apply shared computation repeatedly, but differ in how they retain information across steps. We compare a Block Universal Transformer (BUT), which carries only its current hidden state; CoTFormer, which also retains an expanding attention cache; and a new LSTM Universal Transformer (LSTM-UT) with bounded gated memory. On Rule 30 cellular automata, BUT extrapolates to unseen recurrent depths more reliably than CoTFormer, although its accuracy eventually degrades. State and cache interventions show that CoTFormer's failure depends on their interaction: correcting the current state can temporarily restore accuracy, while retained history can undermine that correction. In a delayed-recall task, BUT also outperforms CoTFormer despite lacking direct access to past states; CoTFormer does not reliably select the requested cached representation. LSTM-UT improves both depth extrapolation and delayed recall over these baselines. The results support bounded gated memory as an effective inductive bias for repeated computation and later retrieval in these tasks.
Problem

Research questions and friction points this paper is trying to address.

Recurrent-depth Transformers
Cellular Automata
Depth Extrapolation
Delayed Recall
Information Retention
Innovation

Methods, ideas, or system contributions that make the work stand out.

LSTM-UT
bounded gated memory
repeated computation
extrapolation
delayed recall