让视觉语言模型生成图文交替的推理步骤,提升答案准确性和可解释性。
Interleaved-Modal Chain-of-Thought
- 提出图文交错的链式思考方法,让模型在推理中交替使用图像与文字
- 在三个基准上实现最高14%的性能提升,且推理过程更易理解
- 无需修改模型即可部署,适用于多种主流视觉语言模型
链式思考(CoT)提示能引导大语言模型生成一系列中间推理步骤以得出最终答案。然而,当应用于视觉语言模型(VLMs)时,仅依赖文本的推理难以表达与原始图像的细粒度关联。本文提出一种融合图像的多模态链式思考方法—— extbf{Interleaved-modal Chain-of-Thought (ICoT)},通过生成包含配对视觉与文本推理步骤的序列来推导最终答案。为实现该方法,我们设计了 extbf{Attention-driven Selection (ADS)}策略,利用现有VLM的注意力图智能插入输入图像区域,实现图文交替推理,额外延迟可忽略。ADS不需参数化,是即插即用方案,可适配多种架构的VLM。在两种不同架构的流行VLM上应用后,三组基准测试显示,ICoT相比现有方法显著提升性能(最高达14%),同时增强可解释性。
原文摘要 · Abstract (English)
Chain-of-Thought (CoT) prompting elicits large language models (LLMs) to produce a series of intermediate reasoning steps before arriving at the final answer. However, when transitioning to vision-language models (VLMs), their text-only rationales struggle to express the fine-grained associations with the original image. In this paper, we propose an image-incorporated multimodal Chain-of-Thought, named \textbf{Interleaved-modal Chain-of-Thought (ICoT)}, which generates sequential reasoning steps consisting of paired visual and textual rationales to infer the final answer. Intuitively, the novel ICoT requires VLMs to enable the generation of fine-grained interleaved-modal content, which is hard for current VLMs to fulfill. Considering that the required visual information is usually part of the input image, we propose \textbf{Attention-driven Selection (ADS)} to realize ICoT over existing VLMs. ADS intelligently inserts regions of the input image to generate the interleaved-modal reasoning steps with ignorable additional latency. ADS relies solely on the attention map of VLMs without the need for parameterization, and therefore it is a plug-and-play strategy that can be generalized to a spectrum of VLMs. We apply ADS to realize ICoT on two popular VLMs of different architectures. Extensive evaluations of three benchmarks have shown that ICoT prompting achieves substantial performance (up to 14\%) and interpretability improvements compared to existing multimodal CoT prompting methods.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。