English

KGAlign: Joint Semantic-Structural Knowledge Encoding for Multimodal Fake News Detection

Computer Vision and Pattern Recognition 2025-10-20 v2 Artificial Intelligence Computation and Language

Abstract

Fake news detection remains a challenging problem due to the complex interplay between textual misinformation, manipulated images, and external knowledge reasoning. While existing approaches have achieved notable results in verifying veracity and cross-modal consistency, two key challenges persist: (1) Existing methods often consider only the global image context while neglecting local object-level details, and (2) they fail to incorporate external knowledge and entity relationships for deeper semantic understanding. To address these challenges, we propose a novel multi-modal fake news detection framework that integrates visual, textual, and knowledge-based representations. Our approach leverages bottom-up attention to capture fine-grained object details, CLIP for global image semantics, and RoBERTa for context-aware text encoding. We further enhance knowledge utilization by retrieving and adaptively selecting relevant entities from a knowledge graph. The fused multi-modal features are processed through a Transformer-based classifier to predict news veracity. Experimental results demonstrate that our model outperforms recent approaches, showcasing the effectiveness of neighbor selection mechanism and multi-modal fusion for fake news detection. Our proposal introduces a new paradigm: knowledge-grounded multimodal reasoning. By integrating explicit entity-level selection and NLI-guided filtering, we shift fake news detection from feature fusion to semantically grounded verification. For reproducibility and further research, the source code is publicly at \href{https://github.com/latuanvinh1998/KGAlign}{github.com/latuanvinh1998/KGAlign}.

Keywords

Cite

@article{arxiv.2505.14714,
  title  = {KGAlign: Joint Semantic-Structural Knowledge Encoding for Multimodal Fake News Detection},
  author = {Tuan-Vinh La and Minh-Hieu Nguyen and Minh-Son Dao},
  journal= {arXiv preprint arXiv:2505.14714},
  year   = {2025}
}

Comments

Withdrawn by the authors due to lack of explicit agreement from all co-authors to post this version publicly on arXiv

R2 v1 2026-07-01T02:26:08.305Z