arXiv:2504.08269cs.CVcs.CL2025-04被引 3

VLMT通过统一架构实现图文多跳问答,提升跨模态推理能力。

VLMT: Vision-Language Multimodal Transformer for Multimodal Multi-hop Question Answering

  • 直接在令牌层融合图文信息,无需中间转换层
  • 三阶段预训练增强视觉与文本对齐,支持复杂推理
  • 适合需要多源信息整合的智能问答系统

随着文本、表格和图像等多模态数据日益丰富,发展具备复杂跨模态推理能力的模型面临新挑战。现有多模态多跳问答(MMQA)方法普遍存在推理能力有限、依赖模态转换以及视觉与文本表征对齐不足的问题。为此,本文提出视觉-语言多模态变换器(VLMT),一种将基于Transformer的视觉编码器与序列到序列语言模型相结合的统一架构。VLMT采用直接的令牌级注入机制,在共享嵌入空间中融合视觉与文本输入,避免了中间投影层的需求。为增强跨模态对齐与推理能力,提出三阶段预训练策略,逐步对齐视觉-语言表示并提升模型多模态理解能力。基于预训练主干网络,构建两阶段MMQA框架:首先通过多模态重排序器预测文档相关性得分,并采用相对阈值与top-k策略进行上下文检索;随后由多模态问答模型生成基于检索证据的上下文一致答案。在两个基准数据集上的实验表明,该方法效果显著。在MultimodalQA验证集上,VLMT-Large达到76.5%精确匹配率和80.1%F1,较之前最优模型分别提升9.1%和8.8%;在WebQA上取得47.6的问答得分,优于PERQA等先前模型,提升3.2分。结果凸显了VLMT在多模态推理方面的强大能力及其在真实世界信息检索与问答系统中的应用潜力。

原文摘要 · Abstract (English)

The increasing availability of multimodal data across text, tables, and images presents new challenges for developing models capable of complex cross-modal reasoning. Existing methods for Multimodal Multi-hop Question Answering (MMQA) often suffer from limited reasoning capabilities, reliance on modality conversion, and inadequate alignment between visual and textual representations. To address these limitations, this paper introduces Vision-Language Multimodal Transformer (VLMT), a unified architecture that integrates a transformer-based vision encoder with a sequence-to-sequence language model. VLMT employs a direct token-level injection mechanism to fuse visual and textual inputs within a shared embedding space, eliminating the need for intermediate projection layers. To enhance cross-modal alignment and reasoning, a three-stage pretraining strategy is proposed to progressively align vision-language representations and improve the model's capacity for multimodal understanding. Based on the pretrained backbone, two task-specific modules are instantiated to form a two-stage MMQA framework: a multimodal reranker that predicts document relevance scores and utilizes a relative threshold with top-k strategy for context retrieval, and a multimodal question answering model that generates contextually grounded answers based on the retrieved evidence. Comprehensive experiments on two benchmark datasets demonstrate the effectiveness of the proposed approach. On MultimodalQA validation set, VLMT-Large achieves 76.5% Exact Match and 80.1% F1, outperforming the previous state-of-the-art by +9.1% in Exact Match and +8.8% in F1. On WebQA, it attains a QA score of 47.6, surpassing prior models such as PERQA by +3.2. These results highlight VLMT's strong capabilities in multimodal reasoning and its potential to advance real-world information retrieval and question answering systems.

多模态推理图文问答Transformer跨模态对齐

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