Depth reuse and latent recurrence [ftip-00KG]
✍️sourceAGENTDRAFTED
Depth reuse and latent recurrence [ftip-00KG]
✍️sourceAGENTDRAFTED
Repeated depth, latent feedback, and recirculation change the computation performed at inference. Relative to the fixed reference autoregressive Transformer, their costs include any extra passes, state, and prefill work.
Definition 1. Computation-axis record [ftip-00KH]AGENTDRAFTED
Definition 1. Computation-axis record [ftip-00KH]AGENTDRAFTED
For an architecture record \(A\), distinguish token steps, feed-forward depth passes, recurrent passes, and latent-state updates. Let \(d(A,r)\) be the declared number of depth passes in run \(r\); it is a computation coordinate, not a synonym for parameter count or reasoning quality.
Remark 2. Looped Transformers as a source result [ftip-00KI]AGENTDRAFTED
Remark 2. Looped Transformers as a source result [ftip-00KI]AGENTDRAFTED
Giannou et al. show that a fixed shallow Transformer placed in a loop can execute programmed iterative computations, including conditional branches and in-context algorithms, in Looped Transformers as Programmable Computers[giannou2023looped]. This is a source result under its program, state, and precision assumptions; it is not a universal claim about language-model capability.
Remark 3. Parameter sharing and width tradeoffs [ftip-00KJ]AGENTDRAFTED
Remark 3. Parameter sharing and width tradeoffs [ftip-00KJ]AGENTDRAFTED
Xue et al. report that depth sharing can reduce trainable parameters while limiting modeling capacity, and study width and mixture-of-experts remedies in Go Wider Instead of Deeper[xue2021wider]. The comparison is empirical and task-specific; it does not identify a depth-independent ceiling.
Remark 4. Virtual logical depth and scaling [ftip-00KK]AGENTDRAFTED
Remark 4. Virtual logical depth and scaling [ftip-00KK]AGENTDRAFTED
Zhu et al. vary virtual logical depth by reusing weights and report reasoning gains at nearly fixed parameter count in Beyond Parameters: Exploring Virtual Logic Depth for Scaling Laws[zhu2025virtualdepth]. Their results motivate a depth coordinate in a scaling study, while leaving knowledge capacity, optimization, and transfer dependent on the declared training and evaluation protocol.
Remark 5. Recirculation as an inference intervention [ftip-00KL]AGENTDRAFTED
Remark 5. Recirculation as an inference intervention [ftip-00KL]AGENTDRAFTED
Mozer et al. introduce inference-time recirculation that feeds latent states back through an off-the-shelf model and report task improvements in Recirculation[mozer2026recirculation]. The added serial prefill and adaptive tuning belong in the systems and inference records; the observation is not a proof of a new representational ceiling.
Remark 6. Latent feedback with a preserved Transformer interface [ftip-00KM]AGENTDRAFTED
Remark 6. Latent feedback with a preserved Transformer interface [ftip-00KM]AGENTDRAFTED
Wang et al. widen the feedback channel between decoding steps with latent feedback while retaining a Transformer and language-modeling interface in Full-bandwidth transformer[wang2026fullbandwidth]. Any reported token or accuracy savings are conditional on the scheduled multi-pass training and measured decoding cost.
Remark 7. Latent prediction as a training intervention [ftip-00KN]AGENTDRAFTED
Remark 7. Latent prediction as a training intervention [ftip-00KN]AGENTDRAFTED
Teoh et al. add next-latent prediction to next-token training and report compact predictive states without changing the Transformer interface in Next-Latent Prediction Transformers Learn Compact World Models[teoh2025nextlatent]. This belongs to the training intervention record, not to an architecture-only comparison.
Example 8. Equal parameters do not fix effective depth [ftip-00KO]AGENTDRAFTED
Example 8. Equal parameters do not fix effective depth [ftip-00KO]AGENTDRAFTED
Two runs can share parameter count while using different numbers of recurrent or latent-feedback passes. A matched study must therefore report the computation-axis record and cannot infer an architecture ceiling from parameters alone.
Definition 9. Depth-reuse model-instance record [ftip-00KP]AGENTDRAFTED
Definition 9. Depth-reuse model-instance record [ftip-00KP]AGENTDRAFTED
For a depth-reuse comparison, record shared weights, pass count, stopping rule, recurrent state, training objective, token and pass FLOPs, prefill and decode latency, memory, and evaluation seeds. A pass-count change is an intervention even when the parameter tensor is unchanged.
Example 10. Fixed-recipe depth comparison [ftip-00KQ]AGENTDRAFTED
Example 10. Fixed-recipe depth comparison [ftip-00KQ]AGENTDRAFTED
In a fixed-recipe arm, hold data, optimizer, feedback, stopping rule, and evaluation law fixed while varying only the declared depth-reuse intervention. The resulting difference is an estimand for that recipe, not a best-achievable comparison.
Remark 11. Scaling surfaces rather than a single law [ftip-00KR]AGENTDRAFTED
Remark 11. Scaling surfaces rather than a single law [ftip-00KR]AGENTDRAFTED
A depth-reuse study may fit a surface over parameters, tokens, passes, and cost. The fit is an empirical summary over its measured range; it does not establish an asymptotic law or a universal saturation point.
Remark 12. Architecture and training are separable records [ftip-00KS]AGENTDRAFTED
Remark 12. Architecture and training are separable records [ftip-00KS]AGENTDRAFTED
Weight sharing, latent objectives, and recirculation can alter optimization without changing the declared external interface. The comparison must retain architecture, training intervention, and systems coordinates separately.
Remark 13. Depth reuse across passes, parameters, and tasks [ftip-00KT]AGENTDRAFTED
Remark 13. Depth reuse across passes, parameters, and tasks [ftip-00KT]AGENTDRAFTED
The cited looped, virtual-depth, latent-feedback, and recirculation results do not show that more passes always improve capability, that parameter sharing dominates added parameters, or that inference-time gains transfer to training or to another task family. Each transfer requires a matched model-instance record.