paper-with-me

Papers

Reasoning in the Dark: Interleaved Vision-Text Reasoning in Latent Space

2025-10-14 · Chao Chen, Zhixin Ma, Yongqi Li, Yupeng Hu, Yinwei Wei, Wenjie Li, Liqiang Nie arxiv

Multimodal reasoning aims to enhance the capabilities of MLLMs by incorporating intermediate reasoning steps before reaching the final answer. It has evolved from text-only reasoning to the integration of visual information, enabling the thought process to be conveyed through both images and text. Despite its effectiveness, current multimodal reasoning methods depend on explicit reasoning steps that require labor-intensive vision-text annotations and inherently introduce significant inference latency. To address these issues, we introduce multimodal latent reasoning with the advantages of multimodal representation, reduced annotation, and inference efficiency. To facilitate it, we propose Interleaved Vision-Text Latent Reasoning (IVT-LR), which injects both visual and textual information in the reasoning process within the latent space. Specifically, IVT-LR represents each reasoning step by combining two implicit parts: latent text (the hidden states from the previous step) and latent vision (a set of selected image embeddings). We further introduce a progressive multi-stage training strategy to enable MLLMs to perform the above multimodal latent reasoning steps. Experiments on M$^3$CoT and ScienceQA demonstrate that our IVT-LR method achieves an average performance increase of 5.45\% in accuracy, while simultaneously achieving a speed increase of over 5 times compared to existing approaches.

📄 PDF Abstract BibTeX arXiv:2510.12603

Code (0)

등록된 구현이 없습니다.

Tasks

Multimodal Reasoning

Similar Papers 제목 키워드 기반

InterSketch: An Interleaved Reasoning Model with Self-correcting Visual Sketch and Stepwise Reward

2026-05-26 · Zhiwei Ning, Wenwen Tong, Xiangli Kong, Shengnan Ma 외 arxiv

While vision-language models (VLMs) have exhibited multi-turn visual reasoning capabilities, their reasoning trajectories remain relatively shallow and are dominated by a text-centric paradigm, limiting their applicabili…

Reinforcement LearningLogical ReasoningVisual Reasoning

An Evaluation of Interleaved Instruction Tuning on Semantic Reasoning Performance in an Audio MLLM

2025-11-04 · Jiawei Liu, Enis Berk Çoban, Zarina Schevchenko, Hao Tang 외 arxiv

Standard training for Multi-modal Large Language Models (MLLMs) involves concatenating non-textual information, like vision or audio, with a text prompt. This approach may not encourage deep integration of modalities, li…

Interleaved Latent Visual Reasoning with Selective Perceptual Modeling

2025-12-05 · Shuai Dong, Siyuan Wang, Xingyu Liu, Chenglin Li 외 arxiv

Interleaved reasoning paradigms enhance Multimodal Large Language Models (MLLMs) with visual feedback but are hindered by the prohibitive computational cost of re-encoding pixel-dense images. A promising alternative, lat…

Multimodal ReasoningVisual Reasoning

Bridging Interleaved Multi-Modal Reasoning as a Unified Decision Process

2026-07-04 · Zican Hu, Xuyang Hu, Yiming Liu, Zuwei Long 외 hf

Unified multi-modal models (UMMs) have shown promising interleaved text-image reasoning capabilities, yet effectively optimizing such multi-turn generation via reinforcement learning (RL) remains an open challenge. Exist…

Reinforcement LearningSpatial ReasoningImage GenerationImage Denoising

VersaVid-R1: A Versatile Video Understanding and Reasoning Model from Question Answering to Captioning Tasks

2025-06-10 · Xinlong Chen, Yuanxing Zhang, Yushuo Guan, Bohan Zeng 외

Recent advancements in multimodal large language models have successfully extended the Reason-Then-Respond paradigm to image-based reasoning, yet video-based reasoning remains an underdeveloped frontier, primarily due to…

Multiple-choiceOpen-Ended Question AnsweringQuestion AnsweringVideo Captioning+1