Depth-Recurrent Transformers Show Per-Token Fixed-Point Convergence.

Joe Logan· July 17, 2026 View original

Summary

A study reveals that depth-recurrent transformers converge to a per-token fixed point, with convergence speed varying by token type. This allows for a training-free halting rule that reduces average inference depth by 38% while maintaining quality.

Depth-recurrent transformers, which apply a weight-tied core multiple times, have been shown to work across various inference depths. New research delves into what these models compute at a per-token level, revealing a fascinating convergence behavior. The study found that the recurrent state of these transformers converges to a distinct fixed point for each token. While the median token converges quickly, about 10% of tokens continue updating for longer, with convergence depth varying by token type (e.g., whitespace converges shallower than content words). This non-uniform convergence is a key finding. Crucially, this per-token variation can be directly observed and leveraged. A simple, training-free rule that halts each token once its output stabilizes achieves the quality of a uniform depth-8 model but with a 38% reduction in average inference depth. This suggests significant potential for optimizing inference efficiency in depth-recurrent transformer architectures.

Why it matters

This research offers a pathway to significantly optimize the inference speed and computational cost of depth-recurrent transformers by dynamically adjusting processing depth per token, leading to more efficient AI deployments.

How to implement this in your domain

  1. 1Investigate implementing per-token dynamic halting mechanisms in your depth-recurrent transformer models.
  2. 2Analyze token-level convergence patterns in your specific transformer architectures to identify optimization opportunities.
  3. 3Benchmark the performance and efficiency gains of dynamic depth inference against fixed-depth approaches.
  4. 4Explore how different token types or input complexities influence convergence behavior in your models.

Who benefits

AI/ML DevelopmentCloud ComputingEdge AISoftware Development

Key takeaways

  • Depth-recurrent transformers converge to a unique fixed point for each token.
  • Convergence speed varies significantly across different token types.
  • A training-free rule can halt tokens dynamically, reducing average inference depth by 38%.
  • This method maintains model quality while substantially improving computational efficiency.

Original post by Joe Logan

"arXiv:2607.14427v1 Announce Type: new Abstract: A depth-recurrent transformer applies a weight-tied core a variable number of times, and prior work has shown that training with a randomized recursion count yields one checkpoint usable across a range of inference depths. We ask wh…"

View on X

Originally posted by Joe Logan on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses