CVAIMar 17

Are a Thousand Words Better Than a Single Picture? Beyond Images -- A Framework for Multi-Modal Knowledge Graph Dataset Enrichment

arXiv:2603.1697460.2h-index: 9Has Code
AI Analysis

This work improves MMKG completion for AI researchers and practitioners by providing a scalable method to enhance dataset quality, though it is incremental as it builds on existing MMKG models without architectural changes.

The paper tackles the challenge of enriching Multi-Modal Knowledge Graphs (MMKGs) by addressing the difficulty of curating large-scale image data and handling ambiguous visuals like logos and symbols. It presents an automatic pipeline that retrieves additional images, converts them into textual descriptions, and fuses them with LLMs to generate entity-aligned summaries, achieving gains of up to 7% Hits@1 overall and up to 333.33% Hits@1 on ambiguous subsets.

Multi-Modal Knowledge Graphs (MMKGs) benefit from visual information, yet large-scale image collection is hard to curate and often excludes ambiguous but relevant visuals (e.g., logos, symbols, abstract scenes). We present Beyond Images, an automatic data-centric enrichment pipeline with optional human auditing. This pipeline operates in three stages: (1) large-scale retrieval of additional entity-related images, (2) conversion of all visual inputs into textual descriptions to ensure that ambiguous images contribute usable semantics rather than noise, and (3) fusion of multi-source descriptions using a large language model (LLM) to generate concise, entity-aligned summaries. These summaries replace or augment the text modality in standard MMKG models without changing their architectures or loss functions. Across three public MMKG datasets and multiple baseline models, we observe consistent gains (up to 7% Hits@1 overall). Furthermore, on a challenging subset of entities with visually ambiguous logos and symbols, converting images into text yields large improvements (201.35% MRR and 333.33% Hits@1). Additionally, we release a lightweight Text-Image Consistency Check Interface for optional targeted audits, improving description quality and dataset reliability. Our results show that scaling image coverage and converting ambiguous visuals into text is a practical path to stronger MMKG completion. Code, datasets, and supplementary materials are available at https://github.com/pengyu-zhang/Beyond-Images.

Foundations

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

Your Notes