Deep Improvement Supervision
Arip Asadulaev, Rayan Banerjee, Fakhri Karray, Martin Takac
TL;DR
The paper tackles the efficiency and reliability of iterative reasoning in tiny TRMs by reframing latent reasoning as diffusion-guided policy improvement and introducing Deep Improvement Supervision (DIS). By supplying explicit, stepwise targets via a discrete diffusion process, DIS converts long-horizon credit assignment into tractable supervised learning, eliminating halting and dramatically reducing forward passes. Empirical results on N-Queens and ARC show DIS matching or surpassing TRM baselines with far fewer steps and smaller parameter counts, including notable ARC performance with 0.8M parameters. The work demonstrates that principled, stepwise supervision can enable small models to perform complex reasoning tasks previously dominated by large LLMs, with practical efficiency benefits.
Abstract
Recently, it was shown that small, looped architectures, such as Tiny Recursive Models (TRMs), can outperform Large Language Models (LLMs) on complex reasoning tasks, including the Abstraction and Reasoning Corpus (ARC). In this work, we investigate a core question: how can we further improve the efficiency of these methods with minimal changes? To address this, we frame the latent reasoning of TRMs as a form of classifier-free guidance and implicit policy improvement algorithm. Building on these insights, we propose a novel training scheme that provides a target for each loop during training. We demonstrate that our approach significantly enhances training efficiency. Our method reduces the total number of forward passes by 18x and eliminates halting mechanisms, while maintaining quality comparable to standard TRMs. Notably, we achieve 24% accuracy on ARC-1 with only 0.8M parameters, outperforming most LLMs.
