arXiv:2505.17316cs.CVcs.AI2025-05NeurIPS被引 8

提升视觉与语言模型的细粒度对齐,让AI更懂图片中每个局部内容。

Analyzing Fine-Grained Alignment and Enhancing Vision Understanding in Multimodal Language Models

  • 设计分块对齐训练法,增强图像块与语义词的精准对应
  • 使模型在指代消解任务上性能提升16%,问答任务提升4%
  • 方法可推广至其他多模态模型,适配主流训练框架

提升视觉嵌入与大语言模型(LLM)之间的对齐是增强多模态大模型(MLLM)能力的关键,尤其对依赖强大预训练视觉编码器和语言模型的最新模型而言。当前常用方法是在视觉编码器后添加投影器连接到语言模型,但该投影器通常仅通过图像描述损失训练,导致模型理解每个视觉标记的机制不明确。本文首先分析投影器在压缩视觉嵌入并将其与词嵌入对齐中的作用,发现其显著压缩视觉信息,保留关键语义但去除冗余细节。接着研究图像块级对齐——即每个视觉块与其对应语义词的匹配程度,提出‘多语义对齐假设’。分析表明,仅用描述损失训练的投影器只能实现有限的块级对齐,导致对齐粗糙。为此,我们提出‘分块对齐训练’,有效增强块级对齐。实验显示,该方法在相同监督微调设置下,使模型在指代消解任务上性能提升16%,问答任务提升4%,现代指令遵循基准提升3%,同时具备更强的信息压缩能力和更高质量的图像描述生成能力,且可轻松扩展至其他多模态模型。

原文摘要 · Abstract (English)

Achieving better alignment between vision embeddings and Large Language Models (LLMs) is crucial for enhancing the abilities of Multimodal LLMs (MLLMs), particularly for recent models that rely on powerful pretrained vision encoders and LLMs. A common approach to connect the pretrained vision encoder and LLM is through a projector applied after the vision encoder. However, the projector is often trained to enable the LLM to generate captions, and hence the mechanism by which LLMs understand each vision token remains unclear. In this work, we first investigate the role of the projector in compressing vision embeddings and aligning them with word embeddings. We show that the projector significantly compresses visual information, removing redundant details while preserving essential elements necessary for the LLM to understand visual content. We then examine patch-level alignment -- the alignment between each vision patch and its corresponding semantic words -- and propose a *multi-semantic alignment hypothesis*. Our analysis indicates that the projector trained by caption loss improves patch-level alignment but only to a limited extent, resulting in weak and coarse alignment. To address this issue, we propose *patch-aligned training* to efficiently enhance patch-level alignment. Our experiments show that patch-aligned training (1) achieves stronger compression capability and improved patch-level alignment, enabling the MLLM to generate higher-quality captions, (2) improves the MLLM's performance by 16% on referring expression grounding tasks, 4% on question-answering tasks, and 3% on modern instruction-following benchmarks when using the same supervised fine-tuning (SFT) setting. The proposed method can be easily extended to other multimodal models.

多模态对齐优化视觉理解模型训练

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。