Latent Implicit Visual Reasoning
Kelvin Li, Chuyi Shang, Leonid Karlinsky, Rogerio Feris, Trevor Darrell, Roei Herzig
TL;DR
This work addresses the gap where Large Multimodal Models remain overly text-centric for vision-centric reasoning and rely on costly, task-specific supervision. It introduces Latent Implicit Visual Reasoning (LIVR), which augments LMMs with $K$ latent tokens and a visual bottleneck that forces visual information to flow through these latents, learned via a two-stage training regime without explicit intermediate supervision. LIVR achieves state-of-the-art performance on a diverse set of perception-heavy tasks and generalizes to multi-task fine-tuning, outperforming direct supervised fine-tuning across multiple backbones and tasks. The approach demonstrates that task-agnostic, latent visual representations can be learned end-to-end, providing a scalable path to richer visual reasoning in multimodal models.
Abstract
While Large Multimodal Models (LMMs) have made significant progress, they remain largely text-centric, relying on language as their core reasoning modality. As a result, they are limited in their ability to handle reasoning tasks that are predominantly visual. Recent approaches have sought to address this by supervising intermediate visual steps with helper images, depth maps, or image crops. However, these strategies impose restrictive priors on what "useful" visual abstractions look like, add heavy annotation costs, and struggle to generalize across tasks. To address this critical limitation, we propose a task-agnostic mechanism that trains LMMs to discover and use visual reasoning tokens without explicit supervision. These tokens attend globally and re-encode the image in a task-adaptive way, enabling the model to extract relevant visual information without hand-crafted supervision. Our approach outperforms direct fine-tuning and achieves state-of-the-art results on a diverse range of vision-centric tasks -- including those where intermediate abstractions are hard to specify -- while also generalizing to multi-task instruction tuning.
