MVI-Bench: A Comprehensive Benchmark for Evaluating Robustness to Misleading Visual Inputs in LVLMs
Huiyi Chen, Jiawei Peng, Dehai Min, Changchang Sun, Kaijie Chen, Yan Yan, Xu Yang, Lu Cheng
TL;DR
MVI-Bench introduces a comprehensive benchmark to evaluate LVLM robustness against misleading visual inputs using a three-level Visual Concept/Attribute/Relationship taxonomy and a paired dataset of 1,248 VQA instances (624 pairs). The framework pairs normal and misleading images to isolate visual cues and defines MVI-Sensitivity to quantify relative performance degradation. Across 18 LVLMs, results reveal pronounced vulnerabilities, especially in visual perception and spatial reasoning, and demonstrate that improvements in perception (via caption-assisted inference) or reasoning (via scaling or CoT) yield mixed, often non-monotonic gains. The study provides actionable insights—perception is the primary bottleneck, spurious correlations exist in current VQA training, and attention-guided analyses can diagnose reliance on misleading cues—advancing the development of more robust, reliable LVLMs; code and data are publicly available.
Abstract
Evaluating the robustness of Large Vision-Language Models (LVLMs) is essential for their continued development and responsible deployment in real-world applications. However, existing robustness benchmarks typically focus on hallucination or misleading textual inputs, while largely overlooking the equally critical challenge posed by misleading visual inputs in assessing visual understanding. To fill this important gap, we introduce MVI-Bench, the first comprehensive benchmark specially designed for evaluating how Misleading Visual Inputs undermine the robustness of LVLMs. Grounded in fundamental visual primitives, the design of MVI-Bench centers on three hierarchical levels of misleading visual inputs: Visual Concept, Visual Attribute, and Visual Relationship. Using this taxonomy, we curate six representative categories and compile 1,248 expertly annotated VQA instances. To facilitate fine-grained robustness evaluation, we further introduce MVI-Sensitivity, a novel metric that characterizes LVLM robustness at a granular level. Empirical results across 18 state-of-the-art LVLMs uncover pronounced vulnerabilities to misleading visual inputs, and our in-depth analyses on MVI-Bench provide actionable insights that can guide the development of more reliable and robust LVLMs. The benchmark and codebase can be accessed at https://github.com/chenyil6/MVI-Bench.
