提升视觉问答模型对跨模态新组合的泛化能力
Multi-Sourced Compositional Generalization in Visual Question Answering

- 通过检索增强训练,统一不同模态中语义相同的视觉与语言元素表征
- 在新构建的GQA-MSCG数据集上,模型对三类跨模态新组合的准确率显著提升
- 适合研究多模态推理、跨模态泛化或视觉问答系统的研究人员
组合泛化是将已见基本元素组合成未见过的新组合的能力,在视觉-语言任务中备受关注。由于视觉-语言任务具有多模态特性,构成组合的基本元素来自不同模态,导致出现多源新组合。然而,对多源新组合的泛化能力——即多源组合泛化(MSCG)尚未被探索。本文在视觉问答(VQA)场景下研究MSCG,提出一种检索增强训练框架,通过学习不同模态下基本元素的统一表征来增强模型的MSCG能力。具体而言,对训练样本中的每个基本元素,检索其语义等价的其他模态对应项,并将其特征与原始特征聚合以优化模型表示。该过程促使模型在不同模态间对同一语义元素建立一致表征。为评估模型的MSCG能力,我们基于GQA数据集构建了新的GQA-MSCG数据集,其中包含三类由不同模态基本元素构成的新组合。实验结果证明了所提框架的有效性。相关代码与数据集已公开于https://github.com/NeverMoreLCH/MSCG。
原文摘要 · Abstract (English)
Compositional generalization is the ability of generalizing novel compositions from seen primitives, and has received much attention in vision-and-language (V\&L) recently. Due to the multi-modal nature of V\&L tasks, the primitives composing compositions source from different modalities, resulting in multi-sourced novel compositions. However, the generalization ability over multi-sourced novel compositions, \textit{i.e.}, multi-sourced compositional generalization (MSCG) remains unexplored. In this paper, we explore MSCG in the context of visual question answering (VQA), and propose a retrieval-augmented training framework to enhance the MSCG ability of VQA models by learning unified representations for primitives from different modalities. Specifically, semantically equivalent primitives are retrieved for each primitive in the training samples, and the retrieved features are aggregated with the original primitive to refine the model. This process helps the model learn consistent representations for the same semantic primitives across different modalities. To evaluate the MSCG ability of VQA models, we construct a new GQA-MSCG dataset based on the GQA dataset, in which samples include three types of novel compositions composed of primitives from different modalities. Experimental results demonstrate the effectiveness of the proposed framework. We release GQA-MSCG at https://github.com/NeverMoreLCH/MSCG.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。