paper-with-me

Papers

Transformer-Based Multimodal Knowledge Graph Completion with Link-Aware Contexts

2025-01-26 · Haodi Ma, Dzmitry Kasinets, Daisy Zhe Wang

Multimodal knowledge graph completion (MMKGC) aims to predict missing links in multimodal knowledge graphs (MMKGs) by leveraging information from various modalities alongside structural data. Existing MMKGC approaches primarily extend traditional knowledge graph embedding (KGE) models, which often require creating an embedding for every entity. This results in large model sizes and inefficiencies in integrating multimodal information, particularly for real-world graphs. Meanwhile, Transformer-based models have demonstrated competitive performance in knowledge graph completion (KGC). However, their focus on single-modal knowledge limits their capacity to utilize cross-modal information. Recently, Large vision-language models (VLMs) have shown potential in cross-modal tasks but are constrained by the high cost of training. In this work, we propose a novel approach that integrates Transformer-based KGE models with cross-modal context generated by pre-trained VLMs, thereby extending their applicability to MMKGC. Specifically, we employ a pre-trained VLM to transform relevant visual information from entities and their neighbors into textual sequences. We then frame KGC as a sequence-to-sequence task, fine-tuning the model with the generated cross-modal context. This simple yet effective method significantly reduces model size compared to traditional KGE approaches while achieving competitive performance across multiple large-scale datasets with minimal hyperparameter tuning.

📄 PDF Abstract BibTeX arXiv:2501.15688

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graphs

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

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

2022-05-04 · Xiang Chen, Ningyu Zhang, Lei LI, Shumin Deng 외

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 …

Information RetrievalKnowledge Graph CompletionKnowledge GraphsLink Prediction+4

Knowledge Graph Completion with Pre-trained Multimodal Transformer and Twins Negative Sampling

2022-09-15 · Yichi Zhang, Wen Zhang

Knowledge graphs (KGs) that modelings the world knowledge as structural triples are inevitably incomplete. Such problems still exist for multimodal knowledge graphs (MMKGs). Thus, knowledge graph completion (KGC) is of g…

Knowledge Graph CompletionKnowledge GraphsLink PredictionWorld Knowledge

MGDT: MLLM-Guided Diffusion Transformer with Relation-Adaptive Mixture-of-Experts for Multimodal Knowledge Graph Completion

2026-07-17 · Xu Hou, Meiyu Liang, Wei Huang, Yawen Li 외 arxiv

Multimodal Knowledge Graph Completion (MKGC) requires inferring missing entities from structural, textual, and visual cues. Existing diffusion-based MKGC methods usually denoise directly on raw multimodal features. Such …

Knowledge Graph Completion

KG-BERT: BERT for Knowledge Graph Completion

2019-09-07 · Liang Yao, Chengsheng Mao, Yuan Luo

Knowledge graphs are important resources for many artificial intelligence tasks but often suffer from incompleteness. In this work, we propose to use pre-trained language models for knowledge graph completion. We treat t…

Knowledge Graph CompletionKnowledge GraphsLanguage ModelingLanguage Modelling+5

Using Graph Algorithms to Pretrain Graph Completion Transformers

2022-10-14 · Jonathan Pilault, Michael Galkin, Bahare Fatemi, Perouz Taslakian 외

Recent work on Graph Neural Networks has demonstrated that self-supervised pretraining can further enhance performance on downstream graph, link, and node classification tasks. However, the efficacy of pretraining tasks …

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingNode Classification