When Image and Text Disagree: Cross-Modal Evidence Conflict in Multimodal Retrieval-Augmented Generation

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, short

Summary

The Cross-Modal Conflict Benchmark (CMC-Bench) evaluates how multimodal retrieval-augmented generation (RAG) systems manage contradictory evidence from retrieved text and images. Utilizing 3,768 instances from ChartQA and MMMU evaluation splits, the study benchmarked four open vision-language models (VLMs) across four conflict types: factual, temporal, entity, and granularity. It also examined four evidence conditions, including aligned, image-correct, text-correct, and both-wrong. Key findings indicate that cross-modal disagreement significantly degrades performance, with accuracy changes ranging from 0.17 to 0.46 relative to aligned evidence. Models often exhibit a modality lean instead of robust arbitration, making text-leaning systems particularly vulnerable when only the image provides correct information. The research also highlights that combining abstention and fabrication into a single hallucination score obscures crucial behavioral differences, noting Qwen3-VL-4B abstains on 31.7% of conflicts while Gemma-3n-E2B fabricates answers in 51.9% of conflicts.

Key takeaway

For Machine Learning Engineers developing or evaluating multimodal RAG systems, you must explicitly account for cross-modal evidence conflicts. Your evaluation metrics should distinguish between model abstention and fabrication, as merging these behaviors obscures critical reliability issues. Prioritize developing arbitration mechanisms that prevent modality lean, especially when one modality is solely correct, to improve system robustness and reduce performance degradation by up to 0.46 in accuracy.

Key insights

Multimodal RAG systems struggle with cross-modal evidence conflicts, often exhibiting modality bias and requiring distinct evaluation of abstention versus fabrication.

Principles

Method

The CMC-Bench evaluates multimodal RAG by testing VLMs against 3,768 instances with four conflict types and four evidence conditions (aligned, image-correct, text-correct, both-wrong) to measure performance degradation and modality lean.

In practice

Topics

Best for: Computer Vision Engineer, AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.