用多层专家混合模型解决多模态实体链接中的指代模糊和模态信息选择问题。
Multi-level Mixture of Experts for Multimodal Entity Linking
- 分层专家机制动态筛选文本与视觉信息的关键部分。
- 引入大模型增强指代语义,提升模糊指代的匹配准确率。
- 适合需要精准多模态对齐的任务,如知识图谱构建。
多模态实体链接(MEL)旨在将多模态上下文中的模糊指代链接到多模态知识库中的对应实体。现有方法虽通过多模态交互与融合缓解模态差异,但未解决两大关键问题:(i) 指代模糊性——指代文本因简略或缺失关键信息导致语义不全;(ii) 模态内容动态选择——难以区分不同模态中各部分信息的重要性。为此,本文提出多层专家混合模型(MMoE)。MMoE包含四部分:(i) 描述感知的指代增强模块,利用大语言模型基于文本上下文匹配最相关的WikiData描述;(ii) 多模态特征提取模块,采用多模态编码器获取指代与实体的文本和视觉嵌入;(iii)-(iv) 层内与层间专家混合模块,通过开关式专家混合机制自适应选择相关区域特征。大量实验表明,MMoE在性能上优于当前最优方法。代码已开源:https://github.com/zhiweihu1103/MEL-MMoE。
原文摘要 · Abstract (English)
Multimodal Entity Linking (MEL) aims to link ambiguous mentions within multimodal contexts to associated entities in a multimodal knowledge base. Existing approaches to MEL introduce multimodal interaction and fusion mechanisms to bridge the modality gap and enable multi-grained semantic matching. However, they do not address two important problems: (i) mention ambiguity, i.e., the lack of semantic content caused by the brevity and omission of key information in the mention's textual context; (ii) dynamic selection of modal content, i.e., to dynamically distinguish the importance of different parts of modal information. To mitigate these issues, we propose a Multi-level Mixture of Experts (MMoE) model for MEL. MMoE has four components: (i) the description-aware mention enhancement module leverages large language models to identify the WikiData descriptions that best match a mention, considering the mention's textual context; (ii) the multimodal feature extraction module adopts multimodal feature encoders to obtain textual and visual embeddings for both mentions and entities; (iii)-(iv) the intra-level mixture of experts and inter-level mixture of experts modules apply a switch mixture of experts mechanism to dynamically and adaptively select features from relevant regions of information. Extensive experiments demonstrate the outstanding performance of MMoE compared to the state-of-the-art. MMoE's code is available at: https://github.com/zhiweihu1103/MEL-MMoE.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。