Benchmark Designers Should "Train on the Test Set" to Expose Exploitable Non-Visual Shortcuts
Ellis Brown, Jihan Yang, Shusheng Yang, Rob Fergus, Saining Xie
TL;DR
The paper shows that multimodal benchmarks are vulnerable to non-visual shortcuts that inflate scores without genuine visual understanding. It introduces Test-set Stress-Test (TsT), a dual diagnostic framework (LLM-based and RF-based) that trains on non-visual test-set data to quantify exploitability and produce per-sample bias scores $s(x)$, and Iterative Bias Pruning (IBP) to debias benchmarks by removing highly biased samples. Across VSI-Bench, CV-Bench, MMMU, and VideoMME, TsT reveals pervasive shortcuts, and VSI-Bench-Debiased demonstrates that removing biased samples yields a larger vision–blind gap and more robust evaluation. The work argues for systematic, adversarial benchmark refinement to ensure measures reflect genuine multimodal understanding rather than statistical pattern matching, with practical guidance for practitioners on diagnosing and mitigating biases.
Abstract
Robust benchmarks are crucial for evaluating Multimodal Large Language Models (MLLMs). Yet we find that models can ace many multimodal benchmarks without strong visual understanding, instead exploiting biases, linguistic priors, and superficial patterns. This is especially problematic for vision-centric benchmarks that are meant to require visual inputs. We adopt a diagnostic principle for benchmark design: if a benchmark can be gamed, it will be. Designers should therefore try to ``game'' their own benchmarks first, using diagnostic and debiasing procedures to systematically identify and mitigate non-visual biases. Effective diagnosis requires directly ``training on the test set'' -- probing the released test set for its intrinsic, exploitable patterns. We operationalize this standard with two components. First, we diagnose benchmark susceptibility using a ``Test-set Stress-Test'' (TsT) methodology. Our primary diagnostic tool involves fine-tuning a powerful Large Language Model via $k$-fold cross-validation on exclusively the non-visual, textual inputs of the test set to reveal shortcut performance and assign each sample a bias score $s(x)$. We complement this with a lightweight Random Forest-based diagnostic operating on hand-crafted features for fast, interpretable auditing. Second, we debias benchmarks by filtering high-bias samples using an ``Iterative Bias Pruning'' (IBP) procedure. Applying this framework to four benchmarks -- VSI-Bench, CV-Bench, MMMU, and VideoMME -- we uncover pervasive non-visual biases. As a case study, we apply our full framework to create VSI-Bench-Debiased, demonstrating reduced non-visual solvability and a wider vision-blind performance gap than the original.
