Search papers, labs, and topics across Lattice.
This paper introduces Scaffolding Minds, an optimized framework for latent visual target representations that enhances multimodal reasoning through a two-stage training paradigm. The authors address key limitations in the existing approach by developing a dedicated scaffolding encoder for improved latent representation and a refined RL sampler that captures both mean and variance for better exploration. Empirical results demonstrate significant performance improvements, including a 9.5% increase on the FrozenLake spatial planning task and an average gain of 5.2% across nine visual-centric reasoning benchmarks.
Optimizing latent visual representations can boost multimodal reasoning performance by over 9% on complex tasks.
Latent reasoning has advanced multimodal reasoning through a two-stage training paradigm: (1) a helper image is encoded into latent tokens to teach visual chain-of-thought during a supervised fine-tuning (SFT) stage, and (2) these latent tokens are further refined with reward feedback during a reinforcement learning (RL) stage. In this paper, we identify two key limitations of this framework, one in each stage. First, the SFT stage typically relies on an off-the-shelf vision encoder to encode the helper image, yielding suboptimal latent representations that may not be well aligned with the downstream reasoning task. Second, existing RL methods treat the latent component only through deterministic regularization, which constrains policy drift but does not create alternative latent trajectories for exploration. To address these limitations, we propose Scaffolding Minds. Our approach learns a dedicated scaffolding encoder that provides an optimized target in latent space, and learns both the mean and variance of the RL sampler. We further show that these two improvements are complementary, together yielding substantial gains over strong baselines. Empirically, our method improves over the strongest latent-reasoning baseline by +9.5% on FrozenLake spatial planning, with the gain widening to +19% at 32x32 grid map, and by +5.2% on average across nine visual-centric reasoning benchmarks.