Recirculation Technique Recycles Activations in Transformers
The method reuses top-layer activations in lower layers during inference on existing models.
Researcher Michael C. Mozer posted a paper describing recirculation, an enhancement for off-the-shelf foundation models. The approach passes activations from higher layers into lower layers during subsequent inference steps. It requires no retraining. The paper states the change markedly reduces perplexity and boosts accuracy on generation and reasoning tasks while adding near-zero latency. Several researchers shared the work on X and highlighted its simplicity.
Recurrent transformer that injects activations from the top layers to the bottom layers at the next step (https://arxiv.org/abs/2608.08888). Why does this work without training?
