Multimodal Latent Reasoning via Hierarchical Visual Cues Injection
Yiming Zhang, Qiangyu Yan, Borui Jiang, Kai Han
TL;DR
HIVE introduces a loop-transformer framework for latent-space multimodal reasoning, grounding iterative latent inference in hierarchical visual cues injected across selected ViT layers. By extending Huginn with a recurrent backbone and a structured injection schedule over layers $\mathcal{L} = \{6,12,18,24\}$, the model performs multi-step reasoning entirely within latent space, controlled by recurrence depth $r$ and adaptive compute. Training occurs in three stages with progressively richer vision-language alignment data, and a dedicated image-token scheme ($<$|image|$>$ placeholder) ties visual features to the language embedding. Experimental results demonstrate that recurrence plus hierarchical cues yield substantial improvements on complex visual reasoning tasks and enable faster convergence under adaptive computation, highlighting the approach’s efficiency and robustness for real-time multimodal reasoning. These findings suggest a scalable path toward grounded, deliberative multimodal reasoning without reliance on explicit textual rationales.
Abstract
The advancement of multimodal large language models (MLLMs) has enabled impressive perception capabilities. However, their reasoning process often remains a "fast thinking" paradigm, reliant on end-to-end generation or explicit, language-centric chains of thought (CoT), which can be inefficient, verbose, and prone to hallucination. This work posits that robust reasoning should evolve within a latent space, integrating multimodal signals seamlessly. We propose multimodal latent reasoning via HIerarchical Visual cuEs injection (\emph{HIVE}), a novel framework that instills deliberate, "slow thinking" without depending on superficial textual rationales. Our method recursively extends transformer blocks, creating an internal loop for iterative reasoning refinement. Crucially, it injectively grounds this process with hierarchical visual cues from global scene context to fine-grained regional details directly into the model's latent representations. This enables the model to perform grounded, multi-step inference entirely in the aligned latent space. Extensive evaluations demonstrate that test-time scaling is effective when incorporating vision knowledge, and that integrating hierarchical information significantly enhances the model's understanding of complex scenes.
