Parallel Test-Time Scaling for Latent Reasoning Models
Runyang You, Yongqi Li, Meng Liu, Wenjie Wang, Liqiang Nie, Wenjie Li
TL;DR
This work extends parallel test-time scaling to latent reasoning models by introducing two uncertainty-driven sampling strategies—Monte Carlo Dropout and Additive Gaussian Noise—and a dedicated trajectory scorer, LatentRM, trained with a step-wise contrastive objective. The proposed framework enables scalable, parallel inference in continuous latent spaces and provides insights into the exploration dynamics of stochastic latent reasoning. Empirical results demonstrate that both sampling methods scale with compute and that LatentRM enables effective trajectory selection across budgets, with distinct diversity-coverage trade-offs. These findings establish a foundation for scalable latent inference and point to future directions like integrating sampling and aggregation into reinforcement learning for adaptive, compute-aware reasoning.
Abstract
Parallel test-time scaling (TTS) is a pivotal approach for enhancing large language models (LLMs), typically by sampling multiple token-based chains-of-thought in parallel and aggregating outcomes through voting or search. Recent advances in latent reasoning, where intermediate reasoning unfolds in continuous vector spaces, offer a more efficient alternative to explicit Chain-of-Thought, yet whether such latent models can similarly benefit from parallel TTS remains open, mainly due to the absence of sampling mechanisms in continuous space, and the lack of probabilistic signals for advanced trajectory aggregation. \ This work enables parallel TTS for latent reasoning models by addressing the above issues. For sampling, we introduce two uncertainty-inspired stochastic strategies: Monte Carlo Dropout and Additive Gaussian Noise. For aggregation, we design a Latent Reward Model (LatentRM) trained with step-wise contrastive objective to score and guide latent reasoning. Extensive experiments and visualization analyses show that both sampling strategies scale effectively with compute and exhibit distinct exploration dynamics, while LatentRM enables effective trajectory selection. Together, our explorations open a new direction for scalable inference in continuous spaces. Code released at https://github.com/YRYangang/LatentTTS.
