paper-with-me

홈 › Papers

Latent Visual Reasoning

2025-09-29 · Bangzheng Li, Ximeng Sun, Jiang Liu, Ze Wang, Jialian Wu, Xiaodong Yu, Hao Chen, Emad Barsoum, Muhao Chen, Zicheng Liu arxiv

Multimodal Large Language Models (MLLMs) have achieved notable gains in various tasks by incorporating Chain-of-Thought (CoT) reasoning in language spaces. Recent work extends this direction by leveraging external tools for visual editing, thereby enhancing the visual signal along the reasoning trajectories. Nevertheless, these approaches remain fundamentally constrained: reasoning is still confined to the language space, with visual information treated as static preconditions. We introduce Latent Visual Reasoning (LVR), a new paradigm that enables autoregressive reasoning directly in the visual embedding space. A visual encoder first projects images into visual tokens within a joint semantic space shared with the language model. The language model is then trained to generate latent states that reconstruct key visual tokens critical for answering the query, constituting the process of latent visual reasoning. By interleaving LVR with standard text generation, our model achieves substantial gains on perception-intensive visual question answering tasks. In addition, we adapt the GRPO algorithm to conduct reinforcement learning on latent reasoning, further balancing LVR and textual generation. We show that LVR substantially improves fine-grained visual understanding and perception, achieving 71.67% on MMVP compared to 66.67% with Qwen2.5-VL. Code base and model weights will be released later.

📄 PDF Abstract BibTeX arXiv:2509.24251

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Question AnsweringReinforcement LearningVisual ReasoningText Generation

Similar Papers 제목 키워드 기반

UniVLR: Unifying Text and Vision in Visual Latent Reasoning for Multimodal LLMs

2026-05-12 · Houcheng Jiang, Jiajun Fu, Junfeng Fang, Chen Gao 외 arxiv

Multimodal large language models are increasingly expected to perform thinking with images, yet existing visual latent reasoning methods still rely on explicit textual chain-of-thought interleaved with visual latent toke…

Visual Reasoning

Visual Latents Know More Than They Say: Unsilencing Latent Reasoning in MLLMs

2026-05-04 · Xin Zhang, Qiqi Tao, Jiawei Du, Moyun Liu 외 arxiv

Continuous latent-space reasoning offers a compact alternative to textual chain-of-thought for multimodal models, enabling high-dimensional visual evidence to be integrated without explicit reasoning tokens. However, we …

Visual Reasoning

LatentOmni: Rethinking Omni-Modal Understanding via Unified Audio-Visual Latent Reasoning

2026-05-21 · Yifan Dai, Zhenhua Wu, Bohan Zeng, Daili Hua 외 arxiv

Joint audio-visual reasoning is essential for omnimodal understanding, yet current multimodal large language models (MLLMs) still struggle when reasoning requires fine-grained evidence from both modalities. A central lim…

Visual Reasoning

OPLD: On-Policy Latent Distillation for Multimodal Reasoning

2026-07-30 · Shoutai Zhu, Tianyang Xu, Bin Sun, Mingyuan Xu 외 arxiv

Interleaved multimodal Chain-of-Thought (CoT) improves visual reasoning by incorporating auxiliary visual evidence into intermediate reasoning. However, existing approaches remain constrained by externally defined reason…

Multimodal ReasoningVisual Reasoning

Leveraging Latent Visual Reasoning in Silence

2026-05-18 · Dongyao Zhu, Zhen Wang, Xi Xiao, Han Jiang 외 arxiv

Latent visual reasoning involves visual evidence more directly in multimodal reasoning by inserting continuous latent tokens before textual generation. However, the necessity of these latent tokens at inference remains a…

Reinforcement LearningMultimodal ReasoningSpatial ReasoningVisual Grounding