arXiv:2604.21326cs.CVcs.AI2026-04ACL

解决多模态检索中视觉信息丢失与语义错位问题

MiMIC: Mitigating Visual Modality Collapse in Universal Multimodal Retrieval While Avoiding Semantic Misalignment

论文配图:MiMIC: Mitigating Visual Modality Collapse in Universal Multimodal Retrieval While Avoiding Semantic Misalignment
图 1 · 摘自论文原文
  • 将融合操作移至解码器,避免早期融合导致的视觉信息衰减
  • 在无图注场景下,相比基线提升12.3%和8.7%的检索准确率
  • 适合需要高精度图文检索的应用,如文档问答与跨模态搜索

通用多模态检索(UMR)旨在将不同模态(如视觉与文本)映射到共享嵌入空间以实现多模态检索。现有方法可分为两类:早期融合(如Marvel),将视觉特征投影至语言模型空间与文本融合;晚期融合(如UniVL-DR),分别编码视觉与文本输入并通过加法融合。我们初步研究发现,Marvel存在视觉模态坍塌,过度依赖文本线索而忽略视觉特征;而UniVL-DR虽较轻,但易出现语义错位,即语义相关的内容在嵌入空间中距离过远。为此,我们提出MiMIC,引入两项关键创新:(1) 解码器内融合架构,实现更有效的多模态整合;(2) 通过单模态混入与随机标题丢弃进行鲁棒训练。在WebQA+与EVQA+数据集上的实验表明,当文档或查询中的图像缺乏标注时,MiMIC始终优于早期与晚期融合基线。

原文摘要 · Abstract (English)

Universal Multimodal Retrieval (UMR) aims to map different modalities (e.g., visual and textual) into a shared embedding space for multi-modal retrieval. Existing UMR methods can be broadly divided into two categories: early-fusion approaches, such as Marvel, which projects visual features into the language model (LM) space for integrating with text modality, and late-fusion approaches, such as UniVL-DR, which encode visual and textual inputs using separate encoders and obtain fused embeddings through addition. Our pilot study reveals that Marvel exhibits visual modality collapse, which is characterized by the model's tendency to disregard visual features while depending excessively on textual cues. In contrast, although UniVL-DR is less affected by this issue, it is more susceptible to semantic misalignment, where semantically related content is positioned far apart in the embedding space. To address these challenges, we propose MiMIC, which introduces two key innovations: (1) a fusion-in-decoder architecture for effective multimodal integration, and (2) robust training through single modality mixin and random caption dropout. Experiments on the WebQA+ and EVQA+ datasets, where image in documents or queries might lack captions, indicate that MiMIC consistently outperforms both early- and late-fusion baselines.

多模态检索视觉坍塌融合架构

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