BEAF: Observing BEfore-AFter Changes to Evaluate Hallucination in Vision-language Models
Moon Ye-Bin, Nam Hyeon-Woo, Wonseok Choi, Tae-Hyun Oh
TL;DR
BEAF introduces a change-aware evaluation framework for vision-language models by jointly manipulating visual scenes and text prompts to diagnose hallucination. It defines four metrics—True Understanding, Ignorance, Stubbornness, and Indecision—to capture how model answers shift with image edits, alongside a harmonic F1 score that combines TU and ID. The dataset comprises 26K image–question pairs with 500 original MS-COCO images and 1,727 manipulated variants created through object removal, enabling fine-grained analysis of scene understanding and object interactions. Experiments with zero-shot VLMs (e.g., LLaVA, InstructBLIP, Shikra, mPLUG-Owl) reveal that high traditional accuracy often coexists with hidden hallucinations, and the two-axis visualizations uncover inter-object dependencies influencing model outputs. BEAF thus provides a practical, change-aware benchmark that reveals nuanced failure modes, guides model improvement, and highlights limitations tied to dataset diversity and automated manipulation pipelines.
Abstract
Vision language models (VLMs) perceive the world through a combination of a visual encoder and a large language model (LLM). The visual encoder, pre-trained on large-scale vision-text datasets, provides zero-shot generalization to visual data, and the LLM endows its high reasoning ability to VLMs. It leads VLMs to achieve high performance on wide benchmarks without fine-tuning, exhibiting zero or few-shot capability. However, recent studies show that VLMs are vulnerable to hallucination. This undesirable behavior degrades reliability and credibility, thereby making users unable to fully trust the output from VLMs. To enhance trustworthiness and better tackle the hallucination of VLMs, we curate a new evaluation dataset, called the BEfore-AFter hallucination dataset (BEAF), and introduce new metrics: True Understanding (TU), IGnorance (IG), StuBbornness (SB), and InDecision (ID). Unlike prior works that focus only on constructing questions and answers, the key idea of our benchmark is to manipulate visual scene information by image editing models and to design the metrics based on scene changes. This allows us to clearly assess whether VLMs correctly understand a given scene by observing the ability to perceive changes. We also visualize image-wise object relationship by virtue of our two-axis view: vision and text. Upon evaluating VLMs with our dataset, we observed that our metrics reveal different aspects of VLM hallucination that have not been reported before. Project page: \url{https://beafbench.github.io/}
