paper-with-me

홈 › Papers

Multi-level Matching Network for Multimodal Entity Linking

2024-12-11 · Zhiwei Hu, Víctor Gutiérrez-Basulto, Ru Li, Jeff Z. Pan

Multimodal entity linking (MEL) aims to link ambiguous mentions within multimodal contexts to corresponding entities in a multimodal knowledge base. Most existing approaches to MEL are based on representation learning or vision-and-language pre-training mechanisms for exploring the complementary effect among multiple modalities. However, these methods suffer from two limitations. On the one hand, they overlook the possibility of considering negative samples from the same modality. On the other hand, they lack mechanisms to capture bidirectional cross-modal interaction. To address these issues, we propose a Multi-level Matching network for Multimodal Entity Linking (M3EL). Specifically, M3EL is composed of three different modules: (i) a Multimodal Feature Extraction module, which extracts modality-specific representations with a multimodal encoder and introduces an intra-modal contrastive learning sub-module to obtain better discriminative embeddings based on uni-modal differences; (ii) an Intra-modal Matching Network module, which contains two levels of matching granularity: Coarse-grained Global-to-Global and Fine-grained Global-to-Local, to achieve local and global level intra-modal interaction; (iii) a Cross-modal Matching Network module, which applies bidirectional strategies, Textual-to-Visual and Visual-to-Textual matching, to implement bidirectional cross-modal interaction. Extensive experiments conducted on WikiMEL, RichpediaMEL, and WikiDiverse datasets demonstrate the outstanding performance of M3EL when compared to the state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2412.10440

Code (1)

zhiweihu1103/MEL-M3EL 공식 구현 pytorch

Tasks

Contrastive LearningEntity LinkingRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

A Dual-way Enhanced Framework from Text Matching Point of View for Multimodal Entity Linking

2023-12-19 · Shezheng Song, Shan Zhao, Chengyu Wang, Tianwei Yan 외

Multimodal Entity Linking (MEL) aims at linking ambiguous mentions with multimodal information to entity in Knowledge Graph (KG) such as Wikipedia, which plays a key role in many applications. However, existing methods s…

Entity LinkingText Matching

Optimal Transport Guided Correlation Assignment for Multimodal Entity Linking

2024-06-04 · Zefeng Zhang, Jiawei Sheng, Chuang Zhang, Yunzhi Liang 외

Multimodal Entity Linking (MEL) aims to link ambiguous mentions in multimodal contexts to entities in a multimodal knowledge graph. A pivotal challenge is to fully leverage multi-element correlations between mentions and…

Entity LinkingKnowledge Distillation

AMELI: Enhancing Multimodal Entity Linking with Fine-Grained Attributes

2023-05-24 · Barry Menglong Yao, Yu Chen, Qifan Wang, Sijia Wang 외

We propose attribute-aware multimodal entity linking, where the input is a mention described with a text and image, and the goal is to predict the corresponding target entity from a multimodal knowledge base (KB) where e…

AttributeEntity Linking

DWE+: Dual-Way Matching Enhanced Framework for Multimodal Entity Linking

2024-04-07 · Shezheng Song, Shasha Li, Shan Zhao, Xiaopeng Li 외

Multimodal entity linking (MEL) aims to utilize multimodal information (usually textual and visual information) to link ambiguous mentions to unambiguous entities in knowledge base. Current methods facing main issues: (1…

Contrastive LearningEntity Linking

DRIN: Dynamic Relation Interactive Network for Multimodal Entity Linking

2023-10-09 · Shangyu Xing, Fei Zhao, Zhen Wu, Chunhui Li 외

Multimodal Entity Linking (MEL) is a task that aims to link ambiguous mentions within multimodal contexts to referential entities in a multimodal knowledge base. Recent methods for MEL adopt a common framework: they firs…

Entity LinkingRelation