Beyond Accuracy: Evaluating Grounded Visual Evidence in Thinking with Images
Xuchen Li, Xuzhao Li, Renjie Pi, Shiyu Hu, Jian Zhao, Jiahui Gao
TL;DR
ViEBench tackles the problem of evaluating grounded visual reasoning in Thinking-with-Images VLMs beyond final accuracy by introducing a process-verifiable benchmark with 200 high-resolution images and expert-annotated visual evidence. It couples perception and reasoning tasks with a dual-axis IoA-based capability matrix to diagnose grounding and reasoning integrity, revealing that many models reach correct answers without faithful grounding and that some locate evidence yet fail to synthesize it into correct conclusions. The work contributes a rigorous annotation pipeline, a four-quadrant diagnostic framework, and extensive experimental results across agentic and non-agentic baselines, highlighting practical failure modes and guiding improvements for robust visual thinking. Overall, ViEBench provides a transparent, actionable benchmark to steer the development of truly grounded, reasoning-enabled agentic VLMs with potential broad impact on safety, reliability, and real-world deployment.
Abstract
Despite the remarkable progress of Vision-Language Models (VLMs) in adopting "Thinking-with-Images" capabilities, accurately evaluating the authenticity of their reasoning process remains a critical challenge. Existing benchmarks mainly rely on outcome-oriented accuracy, lacking the capability to assess whether models can accurately leverage fine-grained visual cues for multi-step reasoning. To address these limitations, we propose ViEBench, a process-verifiable benchmark designed to evaluate faithful visual reasoning. Comprising 200 multi-scenario high-resolution images with expert-annotated visual evidence, ViEBench uniquely categorizes tasks by difficulty into perception and reasoning dimensions, where reasoning tasks require utilizing localized visual details with prior knowledge. To establish comprehensive evaluation criteria, we introduce a dual-axis matrix that provides fine-grained metrics through four diagnostic quadrants, enabling transparent diagnosis of model behavior across varying task complexities. Our experiments yield several interesting observations: (1) VLMs can sometimes produce correct final answers despite grounding on irrelevant regions, and (2) they may successfully locate the correct evidence but still fail to utilize it to reach accurate conclusions. Our findings demonstrate that ViEBench can serve as a more explainable and practical benchmark for comprehensively evaluating the effectiveness agentic VLMs. The codes will be released at: https://github.com/Xuchen-Li/ViEBench.
