Multimodal Reasoning with Multimodal Knowledge Graph
Junlin Lee, Yequan Wang, Jing Li, Min Zhang
TL;DR
MR-MKG tackles hallucination and knowledge gaps in multimodal reasoning by integrating multimodal knowledge graphs with LLMs. It encodes MMKGs via RGAT, aligns modalities through a knowledge adapter and a cross-modal matching objective, and pretrains on an MMKG-grounded dataset, while freezing the LLM and visual encoder to keep parameter updates small. The approach achieves state-of-the-art results on ScienceQA and MARS with roughly 2.25% of the LLM’s parameters trained, highlighting strong gains in both multimodal QA and analogy reasoning. This work demonstrates that structured, cross-modal knowledge from MMKGs can significantly bolster reasoning efficiency and accuracy in large language models, with practical implications for robust multimodal AI systems.
Abstract
Multimodal reasoning with large language models (LLMs) often suffers from hallucinations and the presence of deficient or outdated knowledge within LLMs. Some approaches have sought to mitigate these issues by employing textual knowledge graphs, but their singular modality of knowledge limits comprehensive cross-modal understanding. In this paper, we propose the Multimodal Reasoning with Multimodal Knowledge Graph (MR-MKG) method, which leverages multimodal knowledge graphs (MMKGs) to learn rich and semantic knowledge across modalities, significantly enhancing the multimodal reasoning capabilities of LLMs. In particular, a relation graph attention network is utilized for encoding MMKGs and a cross-modal alignment module is designed for optimizing image-text alignment. A MMKG-grounded dataset is constructed to equip LLMs with initial expertise in multimodal reasoning through pretraining. Remarkably, MR-MKG achieves superior performance while training on only a small fraction of parameters, approximately 2.25% of the LLM's parameter size. Experimental results on multimodal question answering and multimodal analogy reasoning tasks demonstrate that our MR-MKG method outperforms previous state-of-the-art models.
