AIIRMar 20, 2023

IMF: Interactive Multimodal Fusion Model for Link Prediction

Tsinghua
arXiv:2303.10816v1114 citationsh-index: 32Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of integrating multimodal data for link prediction, which is incremental as it builds on existing methods by focusing on inter-modality interactions.

The paper tackles the problem of link prediction in knowledge graphs by better modeling interactions between multimodal information, achieving improved results on several real-world datasets.

Link prediction aims to identify potential missing triples in knowledge graphs. To get better results, some recent studies have introduced multimodal information to link prediction. However, these methods utilize multimodal information separately and neglect the complicated interaction between different modalities. In this paper, we aim at better modeling the inter-modality information and thus introduce a novel Interactive Multimodal Fusion (IMF) model to integrate knowledge from different modalities. To this end, we propose a two-stage multimodal fusion framework to preserve modality-specific knowledge as well as take advantage of the complementarity between different modalities. Instead of directly projecting different modalities into a unified space, our multimodal fusion module limits the representations of different modalities independent while leverages bilinear pooling for fusion and incorporates contrastive learning as additional constraints. Furthermore, the decision fusion module delivers the learned weighted average over the predictions of all modalities to better incorporate the complementarity of different modalities. Our approach has been demonstrated to be effective through empirical evaluations on several real-world datasets. The implementation code is available online at https://github.com/HestiaSky/IMF-Pytorch.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes