LUT: Latent Utility Training for Visual Reasoning

๐Ÿ“… 2026-08-01
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
This work addresses the reliance of multimodal large language models on costly intermediate supervision for perception-intensive visual reasoning tasks. The authors propose the LUT framework, which optimizes reasoning using only standard VQA data without additional annotations. LUT introduces the novel concept of โ€œlatent utility,โ€ employing trajectory-level and step-level utility estimation to guide the model toward generating latent states that are beneficial for the final answer. By integrating utility-aware latent distillation via supervised fine-tuning, answer-attribution-based policy optimization, curriculum learning, and reinforcement learning, LUT significantly outperforms existing implicit reasoning approaches on multiple perception-intensive visual reasoning benchmarks, achieving performance comparable to state-of-the-art methods that require complex interleaved textโ€“latent state annotations.
๐Ÿ“ Abstract
Multimodal large language models have advanced visual understanding, yet perception-intensive reasoning remains challenging. Recent latent visual reasoning methods introduce hidden-space computation before answering, but they often rely on costly intermediate supervision, such as bounding boxes, sketches, or interleaved rationales. These strategies focus on how latent states should be shaped, but do not explicitly assess whether the latent is useful for the final answer. We propose LUT, a latent reasoning framework trained with only standard VQA pairs. LUT centers training on Latent Utility at two levels. At the trajectory level, we propose Utility-Aware Latent Distillation SFT, which explores answer-relevant latent trajectories, selects qualified trajectories by their information gain, and distills more reliable and learnable supervision through curriculum learning. At the step level, we propose Latent Attribution Policy Optimization, which uses answer-to-latent attribution to differentially optimize latent steps during reinforcement learning. Experiments on perception-intensive visual reasoning benchmarks show that LUT outperforms previous latent reasoning methods and remains competitive with latent-text interleaved methods with lower annotation cost.
Problem

Research questions and friction points this paper is trying to address.

visual reasoning
latent utility
multimodal language models
perception-intensive reasoning
intermediate supervision
Innovation

Methods, ideas, or system contributions that make the work stand out.

Latent Utility
Visual Reasoning
Multimodal LLMs
Reinforcement Learning
Curriculum Learning
๐Ÿ”Ž Similar Papers