让视觉语言模型在隐空间中连续推理,提升多模态理解能力
Multimodal Chain of Continuous Thought for Latent-Space Reasoning in Vision-Language Models
- 用连续向量代替文字链进行多模态推理,动态对齐图文信息
- 在MMMU等数据集上最高提升8.23%准确率,开放题BLEU提升8.27%
- 适合研究多模态大模型推理机制或想突破语言束缚的开发者
大型多模态模型的许多推理方法借鉴了语言模型的思维链(CoT)提示技术,将推理过程表达为文本序列。然而,这类方法在多模态场景中效果不佳,难以动态对齐音频、视觉与文本信息。为此,我们提出多模态连续思维链(MCOUT),直接在联合隐空间中实现推理,而非依赖自然语言。在MCOUT中,推理状态以连续隐藏向量表示,通过迭代优化并动态对齐视觉与文本嵌入,受人类反思认知启发。我们设计两种变体:MCOUT-Base复用语言模型最后一层隐藏状态作为连续思维,实现迭代推理;MCOUT-Multi引入多模态隐空间注意力,增强视觉与文本特征间的跨模态对齐。在MMMU、ScienceQA和MMStar等多个基准测试中,MCOUT持续提升多模态推理性能,相比强基线最高提升8.23%准确率,开放题任务中BLEU分数最高提升8.27%。结果表明,隐空间连续推理是超越语言约束式思维链的有前景方向,为类人多模态推理提供可扩展框架。代码已开源:https://github.com/Hanhpt23/OmniMod。
原文摘要 · Abstract (English)
Many reasoning techniques for large multimodal models adapt language model approaches, such as Chain-of-Thought (CoT) prompting, which express reasoning as word sequences. While effective for text, these methods are suboptimal for multimodal contexts, struggling to align audio, visual, and textual information dynamically. To explore an alternative paradigm, we propose the Multimodal Chain of Continuous Thought (MCOUT), which enables reasoning directly in a joint latent space rather than in natural language. In MCOUT, the reasoning state is represented as a continuous hidden vector, iteratively refined and aligned with visual and textual embeddings, inspired by human reflective cognition. We develop two variants: MCOUT-Base, which reuses the language model`s last hidden state as the continuous thought for iterative reasoning, and MCOUT-Multi, which integrates multimodal latent attention to strengthen cross-modal alignment between visual and textual features. Experiments on benchmarks including MMMU, ScienceQA, and MMStar show that MCOUT consistently improves multimodal reasoning, yielding up to 8.23% accuracy gains over strong baselines and improving BLEU scores up to 8.27% across multiple-choice and open-ended tasks. These findings highlight latent continuous reasoning as a promising direction for advancing LMMs beyond language-bound CoT, offering a scalable framework for human-like reflective multimodal inference. Code is available at https://github.com/Hanhpt23/OmniMod.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。