paper-with-me

Papers

Multi-modal Siamese Network for Entity Alignment

2022-08-14 · KDD 2022 8 · Liyi Chen, Zhi Li, Tong Xu, Han Wu, Zhefeng Wang, Nicholas Jing Yuan, Enhong Chen

The booming of multi-modal knowledge graphs (MMKGs) has raised the imperative demand for multi-modal entity alignment techniques, which facilitate the integration of multiple MMKGs from separate data sources. Unfortunately, prior arts harness multi-modal knowledge only via the heuristic merging of uni-modal feature embeddings. Therefore, inter-modal cues concealed in multi-modal knowledge could be largely ignored. To deal with that problem, in this paper, we propose a novel Multi-modal Siamese Network for Entity Alignment (MSNEA) to align entities in different MMKGs, in which multi-modal knowledge could be comprehensively leveraged by the exploitation of inter-modal effect. Specifically, we first devise a multi-modal knowledge embedding module to extract visual, relational, and attribute features of entities to generate holistic entity representations for distinct MMKGs. During this procedure, we employ inter-modal enhancement mechanisms to integrate visual features to guide relational feature learning and adaptively assign attention weights to capture valuable attributes for alignment. Afterwards, we design a multi-modal contrastive learning module to achieve inter-modal enhancement fusion with avoiding the overwhelming impact of weak modalities. Experimental results on two public datasets demonstrate that our proposed MSNEA provides state-of-the-art performance with a large margin compared with competitive baselines.

📄 PDF Abstract BibTeX

Code (1)

liyichen-cly/MSNEA pytorch

Tasks

AttributeContrastive LearningEntity AlignmentKnowledge GraphsMulti-modal Entity AlignmentMulti-modal Knowledge Graph

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Contrastive Learning 설명 없음
Siamese Network 설명 없음

Similar Papers 제목 키워드 기반

Multi-modal Contrastive Representation Learning for Entity Alignment

2022-09-02 · COLING 2022 10 · Zhenxi Lin, Ziheng Zhang, Meng Wang, Yinghui Shi 외

Multi-modal entity alignment aims to identify equivalent entities between two different multi-modal knowledge graphs, which consist of structural triples and images associated with entities. Most previous works focus on …

Contrastive LearningEntity AlignmentKnowledge GraphsMulti-modal Entity Alignment+1

IBMEA: Exploring Variational Information Bottleneck for Multi-modal Entity Alignment

2024-07-27 · Taoyu Su, Jiawei Sheng, Shicheng Wang, Xinghua Zhang 외

Multi-modal entity alignment (MMEA) aims to identify equivalent entities between multi-modal knowledge graphs (MMKGs), where the entities can be associated with related images. Most existing studies integrate multi-modal…

Entity AlignmentKnowledge GraphsMulti-modal Entity Alignment

Attribute-Consistent Knowledge Graph Representation Learning for Multi-Modal Entity Alignment

2023-04-04 · Qian Li, Shu Guo, Yangyifei Luo, Cheng Ji 외

The multi-modal entity alignment (MMEA) aims to find all equivalent entity pairs between multi-modal knowledge graphs (MMKGs). Rich attributes and neighboring entities are valuable for the alignment task, but existing wo…

AttributeEntity AlignmentGraph Neural NetworkGraph Representation Learning+4

MEAformer: Multi-modal Entity Alignment Transformer for Meta Modality Hybrid

2022-12-29 · Zhuo Chen, Jiaoyan Chen, Wen Zhang, Lingbing Guo 외

Multi-modal entity alignment (MMEA) aims to discover identical entities across different knowledge graphs (KGs) whose entities are associated with relevant images. However, current MMEA algorithms rely on KG-level modali…

Entity AlignmentKnowledge GraphsMulti-modal Entity Alignment

MMEA: Entity Alignment for Multi-Modal Knowledge Graphs

2020-08-20 · Liyi Chen, Zhi Li, Yijun Wang, Tong Xu 외

Entity alignment plays an essential role in the knowledge graph (KG) integration. Though large efforts have been made on exploring the association of relational embeddings between different knowledge graphs, they may fai…

Entity AlignmentKnowledge GraphsMultimodal Deep LearningMulti-modal Entity Alignment