CroMe: Multimodal Fake News Detection using Cross-Modal Tri-Transformer and Metric Learning
Eunjee Choi, Junhyun Ahn, XinYu Piao, Jong-Kook Kim
TL;DR
CroMe tackles multimodal fake news detection by jointly modeling text and images through encoders (MAE, BLIP2-OPT, BERT) and a Cross-Modal Tri-Transformer with a Proxy Anchor metric-learning module. It defines a total loss $L_{ ext{total}} = L_{ ext{(\hat{y},y)} } + \beta L(X)$ where $L(X)$ is Proxy Anchor Loss that enforces intra-modality clustering with proxies, margins, and scaling. Empirical results on Weibo, Weibo-21, and Politifact show CroMe achieving 0.974 accuracy on Weibo and 0.917 on Weibo-21, with competitive Politifact performance, illustrating the value of combining intra-modal alignment with cross-modal fusion. The work highlights the practical impact of robust multimodal fake-news detection and points to future directions like data augmentation and cross-dataset validation to improve generalization.
Abstract
Multimodal Fake News Detection has received increasing attention recently. Existing methods rely on independently encoded unimodal data and overlook the advantages of capturing intra-modality relationships and integrating inter-modal similarities using advanced techniques. To address these issues, Cross-Modal Tri-Transformer and Metric Learning for Multimodal Fake News Detection (CroMe) is proposed. CroMe utilizes Bootstrapping Language-Image Pre-training with Frozen Image Encoders and Large Language Models (BLIP2) as encoders to capture detailed text, image and combined image-text representations. The metric learning module employs a proxy anchor method to capture intra-modality relationships while the feature fusion module uses a Cross-Modal and Tri-Transformer for effective integration. The final fake news detector processes the fused features through a classifier to predict the authenticity of the content. Experiments on datasets show that CroMe excels in multimodal fake news detection.
