Transformers encode structure in sequences via an expanding contextual history. However, their purely feedforward architecture fundamentally limits dynamic state tracking. State tracking—the iterative updating of latent variables reflecting an evolving environment—involves inherently sequential dependencies that feedforward networks struggle to maintain. Consequently, feedforward models push evolving state representations deeper into their layer stack with each new input step, rendering information inaccessible in shallow layers and ultimately exhausting the model's depth.
While this depth limit can be bypassed by dynamic depth models and by explicit or latent thinking that externalizes state representations, these solutions are computationally and memory inefficient. The authors argue that temporally extended cognition requires refocusing from explicit thought traces to implicit activation dynamics via recurrent architectures.
Core Contributions
Topological analysis of why feedforward Transformers fundamentally cannot track state indefinitely
Taxonomy of recurrent Transformer architectures along two dimensions: recurrence axis (depth vs step) and input-tokens-per-recurrence-step ratio
Identification of empty cells in the taxonomy as promising research directions
Critique of Chain-of-Thought as workaround — it externalizes what should be implicit
Roadmap for enhanced SSMs, coarse recurrence, representational alignment, and efficient recurrence training