Evidence-Grounded Multimodal Misinformation Detection with Attention-Based GNNs
Sharad Duwal, Mir Nafis Sharear Shopnil, Abhishek Tyagi, Adiba Mahbub Proma

TL;DR
This paper introduces a graph neural network-based framework for detecting multimodal misinformation by assessing the consistency between images and captions using evidence and claim graphs, outperforming large language models.
Contribution
The work presents a novel graph-based approach that explicitly models and compares evidence and claim graphs for misinformation detection, addressing limitations of LLMs in contextual understanding.
Findings
Achieves 93.05% detection accuracy on the dataset.
Outperforms LLM-based methods by 2.82%.
Demonstrates effectiveness of task-specific graph neural networks.
Abstract
Multimodal out-of-context (OOC) misinformation is misinformation that repurposes real images with unrelated or misleading captions. Detecting such misinformation is challenging because it requires resolving the context of the claim before checking for misinformation. Many current methods, including LLMs and LVLMs, do not perform this contextualization step. LLMs hallucinate in absence of context or parametric knowledge. In this work, we propose a graph-based method that evaluates the consistency between the image and the caption by constructing two graph representations: an evidence graph, derived from online textual evidence, and a claim graph, from the claim in the caption. Using graph neural networks (GNNs) to encode and compare these representations, our framework then evaluates the truthfulness of image-caption pairs. We create datasets for our graph-based method, evaluate and…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSparse Evolutionary Training
