arXiv:2410.11087cs.CV2024-10ICLR被引 16

通过局部对齐提升视觉语言模型的空间理解能力

Locality Alignment Improves Vision-Language Models

  • 提出局部对齐方法,从预训练视觉模型中挖掘局部语义信息
  • 在多个空间推理任务上提升性能,如RefCOCO和TallyQA准确率提高2.1%以上
  • 无需额外标注,适合使用现成视觉主干的模型改进

视觉语言模型(VLMs)近年来广泛应用,但仍常出现基本的空间推理错误。我们假设这是因为其采用的视觉骨干网络(如视觉变换器ViTs)基于图像级监督训练,缺乏局部语义归纳偏置。为此,我们提出一种高效的后训练阶段——局部对齐(Locality Alignment),以及新的微调方法MaskEmbed,利用掩码重建损失学习每个图像块的语义贡献。我们在仅视觉基准上验证发现,该方法显著提升模型在像素级语义分割上的表现,尤其在以图像-标题对训练的强骨干模型(如CLIP和SigLIP)上效果更优。进一步实验表明,使用局部对齐骨干的VLM在多种空间理解任务(如RefCOCO、OCID-Ref、TallyQA、VSR、AI2D)中均有提升,最高达2.1%。结果证明,可通过局部对齐高效学习局部语义,且适用于使用现成视觉主干的训练流程。

原文摘要 · Abstract (English)

Vision language models (VLMs) have seen growing adoption in recent years, but many still struggle with basic spatial reasoning errors. We hypothesize that this is due to VLMs adopting pre-trained vision backbones, specifically vision transformers (ViTs) trained with image-level supervision and minimal inductive biases. Such models may fail to encode the class contents at each position in the image, and our goal is to resolve this with a vision backbone that effectively captures both local and global image semantics. Our main insight is that we do not require new supervision to learn this capability - pre-trained models contain significant knowledge of local semantics that we can extract and use for scalable self-supervision. We propose a new efficient post-training stage for ViTs called locality alignment and a novel fine-tuning procedure called MaskEmbed that uses a masked reconstruction loss to learn semantic contributions for each image patch. We first evaluate locality alignment with a vision-only benchmark, finding that it improves a model's performance at patch-level semantic segmentation, especially for strong backbones trained with image-caption pairs (e.g., CLIP and SigLIP). We then train a series of VLMs with and without locality alignment, and show that locality-aligned backbones improve performance across a range of benchmarks, particularly ones that involve spatial understanding (e.g., RefCOCO, OCID-Ref, TallyQA, VSR, AI2D). Overall, we demonstrate that we can efficiently learn local semantic extraction via a locality alignment stage, and that this procedure benefits VLM training recipes that use off-the-shelf vision backbones.

视觉语言模型空间推理局部对齐

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