English

Hybrid Transformer with Multi-level Fusion for Multimodal Knowledge Graph Completion

Computation and Language 2023-09-19 v5 Artificial Intelligence Computer Vision and Pattern Recognition Machine Learning Multimedia

Abstract

Multimodal Knowledge Graphs (MKGs), which organize visual-text factual knowledge, have recently been successfully applied to tasks such as information retrieval, question answering, and recommendation system. Since most MKGs are far from complete, extensive knowledge graph completion studies have been proposed focusing on the multimodal entity, relation extraction and link prediction. However, different tasks and modalities require changes to the model architecture, and not all images/objects are relevant to text input, which hinders the applicability to diverse real-world scenarios. In this paper, we propose a hybrid transformer with multi-level fusion to address those issues. Specifically, we leverage a hybrid transformer architecture with unified input-output for diverse multimodal knowledge graph completion tasks. Moreover, we propose multi-level fusion, which integrates visual and text representation via coarse-grained prefix-guided interaction and fine-grained correlation-aware fusion modules. We conduct extensive experiments to validate that our MKGformer can obtain SOTA performance on four datasets of multimodal link prediction, multimodal RE, and multimodal NER. Code is available in https://github.com/zjunlp/MKGformer.

Keywords

Cite

@article{arxiv.2205.02357,
  title  = {Hybrid Transformer with Multi-level Fusion for Multimodal Knowledge Graph Completion},
  author = {Xiang Chen and Ningyu Zhang and Lei Li and Shumin Deng and Chuanqi Tan and Changliang Xu and Fei Huang and Luo Si and Huajun Chen},
  journal= {arXiv preprint arXiv:2205.02357},
  year   = {2023}
}

Comments

Accepted by SIGIR 2022. Fix a severe bug

R2 v1 2026-06-24T11:07:39.463Z