Search papers, labs, and topics across Lattice.
This paper introduces ReMMD, a comprehensive framework for realistic multilingual multi-image agentic verification aimed at enhancing multimodal misinformation detection. By addressing the limitations of existing benchmarks and methods, ReMMD incorporates a diverse dataset with 500 samples and various language and image combinations, enabling more effective evaluation and verification processes. The ReMMD-Agent component outperforms existing systems, achieving 41.80% accuracy and 39.12% macro-F1 while significantly reducing operational costs, thus demonstrating its practical utility in combating misinformation.
ReMMD-Agent achieves a remarkable 41.80% accuracy in detecting misinformation across complex multilingual and multi-image scenarios while slashing verification costs by up to 80%.
Multimodal misinformation detection is increasingly important because viral posts now combine long multilingual narratives, several images, mixed provenance, and subtle text--image framing errors. Existing benchmarks and methods remain poorly matched to this setting: they usually isolate short captions, single images, binary labels, or one manipulation source, while agentic verification remains costly under realistic evidence search. We present ReMMD, a realistic multilingual multi-image agentic verification framework for multimodal misinformation detection. ReMMD includes ReMMDBench, a real-world multimodal misinformation detection benchmark with 500 samples, 2,756 images, five monolingual languages, two cross-lingual settings, three text-length tiers, multi-image posts, five-way veracity labels, eight distortion labels, evidence provenance, and rationales. It also includes ReMMD-Agent, a persistent-memory verifier that decomposes posts into atomic points, builds a reusable evidence set, and predicts structured L1/L2/L3 outputs. Across proprietary systems, open LVLMs, MMD-Agent, and T2-Agent, ReMMD-Agent obtains the best five-way veracity performance, with 41.80% accuracy and 39.12% macro-F1 using GPT-5.2, while reducing cost by 17.5% relative to MMD-Agent and 79.9% relative to T2-Agent. The project is available at https://dang-ai.github.io/ReMMD.