Depth-Recurrent Attention Mixtures: Giving Latent Reasoning the Attention it Deserves
Jonas Knupp, Jan Hendrik Metzen, Jeremias Bohn, Georg Groh, Kristian Kersting
TL;DR
Depth-Recurrent Attention Mixtures (Dreamer) tackle two core bottlenecks in depth-recurrent transformers by introducing a modular, attention-based framework that unifies sequence attention, depth attention, and sparse expert attention. The approach decouples scaling dimensions and uses a single-layer depth-recurrent core with sparse MoEs to overcome the layer-size and hidden-size constraints, enabling efficient many-step latent reasoning. In tightly FLOP-, parameter-, and memory-matched experiments on language reasoning benchmarks, DR and DR+DA achieve substantial data efficiency, requiring roughly two to eight times fewer training tokens to reach the same accuracy, and outperform larger state-of-the-art models with the same token budgets. Analyses reveal richer knowledge usage across depths, with 2–11x higher expert selection diversity than MoEs in baselines, suggesting improved adaptability and compositional generalization in deeper reasoning tasks.
Abstract
Depth-recurrence facilitates latent reasoning by sharing parameters across depths. However, prior work lacks combined FLOP-, parameter-, and memory-matched baselines, underutilizes depth-recurrence due to partially fixed layer stacks, and ignores the bottleneck of constant hidden-sizes that restricts many-step latent reasoning. To address this, we introduce a modular framework of depth-recurrent attention mixtures (Dreamer), combining sequence attention, depth attention, and sparse expert attention. It alleviates the hidden-size bottleneck through attention along depth, decouples scaling dimensions, and allows depth-recurrent models to scale efficiently and effectively. Across language reasoning benchmarks, our models require 2 to 8x fewer training tokens for the same accuracy as FLOP-, parameter-, and memory-matched SOTA, and outperform ca. 2x larger SOTA models with the same training tokens. We further present insights into knowledge usage across depths, e.g., showing 2 to 11x larger expert selection diversity than SOTA MoEs.
