๐ค AI Summary
Traditional text-based fact-checking systems struggle to effectively verify multimodal misinformation involving both text and images. To address this, we propose MultiCheck, a fine-grained multimodal fact-checking framework that jointly models textual, visual, and contextual representations. MultiCheck explicitly captures cross-modal semantic alignments through an element-level cross-modal interaction mechanism and a contrastive learning objective, thereby enhancing both interpretability and generalization. The architecture comprises dedicated text and vision encoders, a cross-modal fusion module, and a classification head, with contrastive learning employed to optimize semantic alignment across modalities. Evaluated on the Factify-2 benchmark, MultiCheck achieves a weighted F1 score of 0.84โsignificantly outperforming existing baselines. This work provides an interpretable and robust solution for multimodal fact-checking, advancing the state of the art in verifiable multimodal reasoning.
๐ Abstract
The growing rate of multimodal misinformation, where claims are supported by both text and images, poses significant challenges to fact-checking systems that rely primarily on textual evidence. In this work, we have proposed a unified framework for fine-grained multimodal fact verification called "MultiCheck", designed to reason over structured textual and visual signals. Our architecture combines dedicated encoders for text and images with a fusion module that captures cross-modal relationships using element-wise interactions. A classification head then predicts the veracity of a claim, supported by a contrastive learning objective that encourages semantic alignment between claim-evidence pairs in a shared latent space. We evaluate our approach on the Factify 2 dataset, achieving a weighted F1 score of 0.84, substantially outperforming the baseline. These results highlight the effectiveness of explicit multimodal reasoning and demonstrate the potential of our approach for scalable and interpretable fact-checking in complex, real-world scenarios.