End-to-End Learning on Multimodal Knowledge Graphs
W. X. Wilcke, P. Bloem, V. de Boer, R. H. van t Veer

TL;DR
This paper introduces a multimodal message passing network that learns from both the structure and diverse node features of knowledge graphs, improving tasks like node classification and link prediction.
Contribution
It presents a novel end-to-end model that encodes multiple modalities of node features into a joint space, enhancing learning from heterogeneous knowledge graphs.
Findings
Multimodal information significantly improves performance in knowledge graph tasks.
The model effectively encodes five different types of node features.
Performance varies depending on data characteristics.
Abstract
Knowledge graphs enable data scientists to learn end-to-end on heterogeneous knowledge. However, most end-to-end models solely learn from the relational information encoded in graphs' structure: raw values, encoded as literal nodes, are either omitted completely or treated as regular nodes without consideration for their values. In either case we lose potentially relevant information which could have otherwise been exploited by our learning methods. We propose a multimodal message passing network which not only learns end-to-end from the structure of graphs, but also from their possibly divers set of multimodal node features. Our model uses dedicated (neural) encoders to naturally learn embeddings for node features belonging to five different types of modalities, including numbers, texts, dates, images and geometries, which are projected into a joint representation space together with…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Data Quality and Management
