MMAICLCVIRMar 28, 2024

NativE: Multi-modal Knowledge Graph Completion in the Wild

arXiv:2406.17605v156 citationsh-index: 21Has CodeSIGIR
Originality Incremental advance
AI Analysis

This addresses the challenge of handling missing and varied modalities in knowledge graphs for AI applications, representing an incremental improvement over existing methods.

The paper tackles the problem of multi-modal knowledge graph completion in real-world settings with diverse and imbalanced modalities, proposing the NativE framework that achieves state-of-the-art performance across five datasets compared to 21 baselines.

Multi-modal knowledge graph completion (MMKGC) aims to automatically discover the unobserved factual knowledge from a given multi-modal knowledge graph by collaboratively modeling the triple structure and multi-modal information from entities. However, real-world MMKGs present challenges due to their diverse and imbalanced nature, which means that the modality information can span various types (e.g., image, text, numeric, audio, video) but its distribution among entities is uneven, leading to missing modalities for certain entities. Existing works usually focus on common modalities like image and text while neglecting the imbalanced distribution phenomenon of modal information. To address these issues, we propose a comprehensive framework NativE to achieve MMKGC in the wild. NativE proposes a relation-guided dual adaptive fusion module that enables adaptive fusion for any modalities and employs a collaborative modality adversarial training framework to augment the imbalanced modality information. We construct a new benchmark called WildKGC with five datasets to evaluate our method. The empirical results compared with 21 recent baselines confirm the superiority of our method, consistently achieving state-of-the-art performance across different datasets and various scenarios while keeping efficient and generalizable. Our code and data are released at https://github.com/zjukg/NATIVE

Foundations

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

Your Notes