同一视觉编码器下,生成式多模态大模型比CLIP更能理解细节和空间关系。
Exploring How Generative MLLMs Perceive More Than CLIP with the Same Vision Encoder
- 利用相同视觉编码器,生成式多模态模型通过提示加权等设计提取更丰富视觉信息。
- 在包含空间关系与细粒度推理的任务中,生成式模型准确率显著高于CLIP。
- 其优势来自架构设计而非训练数据或文本编码器,适合改进对比学习模型。
近期研究发现,CLIP模型在需要语义组合性定位、理解空间关系或捕捉细粒度细节的视觉推理任务中表现不佳。一种自然假设是:CLIP的视觉编码器未包含这些任务所需的关键信息。然而,我们发现情况并非总是如此:该编码器确实包含了与查询相关的视觉信息,但CLIP未能有效提取。特别地,我们表明,另一类视觉语言模型——生成式多模态大语言模型(Generative MLLMs)——在使用相同的视觉编码器和权重时,在多项此类任务上显著优于CLIP,说明生成式MLLMs能感知更多信息,因它们更有效地提取并利用了视觉信息。我们进行了一系列受控实验,揭示其成功归因于多个关键设计选择,包括图像块标记(patch tokens)、位置嵌入(position embeddings)以及基于提示的权重分配。另一方面,仅增强训练数据或使用更强文本编码器无法解决问题,额外文本标记也几乎无益。有趣的是,细粒度视觉推理并非仅限于自回归训练的生成模型:当通过对比微调转换为类似CLIP的编码器后,这些MLLMs在相同的余弦相似度评估协议下仍优于CLIP。本研究强调了视觉语言模型架构选择的重要性,并为提升类CLIP对比学习模型性能指明方向。
原文摘要 · Abstract (English)
Recent research has shown that CLIP models struggle with visual reasoning tasks that require grounding compositionality, understanding spatial relationships, or capturing fine-grained details. One natural hypothesis is that the CLIP vision encoder does not embed essential information for these tasks. However, we find that this is not always the case: The encoder gathers query-relevant visual information, while CLIP fails to extract it. In particular, we show that another branch of Vision-Language Models (VLMs), Generative Multimodal Large Language Models (MLLMs), achieve significantly higher accuracy than CLIP in many of these tasks using the same vision encoder and weights, indicating that these Generative MLLMs perceive more -- as they extract and utilize visual information more effectively. We conduct a series of controlled experiments and reveal that their success is attributed to multiple key design choices, including patch tokens, position embeddings, and prompt-based weighting. On the other hand, enhancing the training data alone or applying a stronger text encoder does not suffice to solve the task, and additional text tokens offer little benefit. Interestingly, we find that fine-grained visual reasoning is not exclusive to generative models trained by an autoregressive loss: When converted into CLIP-like encoders by contrastive finetuning, these MLLMs still outperform CLIP under the same cosine similarity-based evaluation protocol. Our study highlights the importance of VLM architectural choices and suggests directions for improving the performance of CLIP-like contrastive VLMs.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。