LaViT: Aligning Latent Visual Thoughts for Multi-modal Reasoning
Linquan Wu, Tianxiang Jiang, Yifei Dong, Haoyu Yang, Fengji Zhang, Shichaang Meng, Ai Xuan, Linqi Song, Jacky Keung
TL;DR
This work tackles the Perception Gap in multimodal distillation, where student models imitate teacher outputs without grounding their reasoning in the visual evidence. It introduces LaViT, a framework that distills latent visual thoughts through white-box trajectory distillation and a curriculum sensory gating mechanism, pushing the student to reconstruct the teacher’s visual semantics and attention trajectories before generating textual responses. Empirical results show substantial gains in visual grounding and complex reasoning, with LaViT-3B outperforming larger open-source models and rivaling proprietary systems on several benchmarks. The approach offers a parameter-efficient path to robust multimodal reasoning by ensuring alignment between what is seen and how it is attended during reasoning.
Abstract
Current multimodal latent reasoning often relies on external supervision (e.g., auxiliary images), ignoring intrinsic visual attention dynamics. In this work, we identify a critical Perception Gap in distillation: student models frequently mimic a teacher's textual output while attending to fundamentally divergent visual regions, effectively relying on language priors rather than grounded perception. To bridge this, we propose LaViT, a framework that aligns latent visual thoughts rather than static embeddings. LaViT compels the student to autoregressively reconstruct the teacher's visual semantics and attention trajectories prior to text generation, employing a curriculum sensory gating mechanism to prevent shortcut learning. Extensive experiments show that LaViT significantly enhances visual grounding, achieving up to +16.9% gains on complex reasoning tasks and enabling a compact 3B model to outperform larger open-source variants and proprietary models like GPT-4o.
