VISTAQA:

Benchmarking Joint Visual Question Answering and Pixel-Level Evidence

1University of Waterloo 2Stanford University 3NVIDIA
*Equal contribution Equal advising
VISTAQA overview figure

Joint evaluation of answer correctness and pixel-level evidence across diverse tasks and domains. High text accuracy and high grounding quality do not necessarily imply that both are correct on the same samples. Models may answer correctly on one subset of examples while localize correctly on another, creating a modality gap between reasoning and visual evidence.

Abstract

Establishing a clear link between model predictions and the visual evidence that supports them is critical for transparency and reliability in multimodal reasoning, yet current multimodal large language model (MLLM) evaluations do not explicitly enforce this alignment. Existing benchmarks assess either textual answer correctness or pixel-level localization in isolation, leaving the coupling of reasoning and grounding an open challenge. We introduce VistaQA, a comprehensive benchmark for joint evaluation of free-form answer correctness and pixel-level evidence grounding in visual question answering. VistaQA comprises 1,157 expert-curated samples spanning six task types and six visual domains, ranging from direct perception to compositional and relational reasoning. VistaQA requires models to not only answer correctly, but to also provide precise segmentation masks that support their answers. It also includes hallucination-aware examples where no valid visual evidence exists. To support this enhanced evaluation, we introduce GROVE, a unified evaluation metric that enforces joint correctness by combining textual accuracy and grounding quality via a per-sample geometric mean, ensuring neither dimension can compensate for deficiencies in the other. Comprehensive experiments across grounding-aware models and hybrid pipelines with general-purpose MLLMs reveal that even the strongest systems achieve limited performance under GROVE, highlighting a substantial gap between answer accuracy and visual evidence alignment.

Dataset at a Glance

1,157
expert-curated samples
6
task types
6
visual domains
314
hallucination-aware samples
Task distribution
Domain distribution
Mask multiplicity

Tasks and Domains

Task Types

Identification Attribute OCR
Spatial Counting Comparison

Domains

Indoor Outdoor Autonomous Driving
Robotics Science Math

GROVE: Joint Answer + Evidence Evaluation

GROVE computes a joint score for each sample as the geometric mean of an epsilon-floored binary answer correctness score and an epsilon-floored mask quality score (mIoU). By coupling reasoning and evidence at the sample level, GROVE ensures that strong performance requires models to simultaneously provide both correct answers and precise supporting visual evidence.

Sa = max(Sa, ε)         Sm = max(Sm, ε)
GROVE = 1 N i=1N Sa,i × Sm,i

Leaderboard

Across reasoning segmentation models, grounding-aware models and hybrid MLLM + SAM3 pipelines, all evaluated systems achieve limited GROVE scores, highlighting the difficulty of simultaneously satisfying textual correctness and pixel-level evidence grounding.

Per-task and Overall GROVE Scores

Model Overall Identification Attribute OCR Spatial Counting Comparison
GPT-5.4-T + SAM345.5353.6244.7344.1638.8652.2138.93
Qwen3-VL-4B-I + SAM343.3050.3647.4640.9636.3245.5238.43
Qwen3-VL-32B-I + SAM342.7248.4146.3742.1435.9145.7237.41
GPT-5.4 + SAM341.5048.2240.4341.3335.6247.0635.86
Gemini 3 + SAM339.6343.1040.1142.5533.5342.8135.84
VRT-RL29.0234.9228.7427.4324.4429.9428.01
Sa2VA-8B25.7426.7930.4425.3622.8720.4628.36
UniPixel-7B22.3922.2428.2922.1919.9015.3626.34
TreeVGR-7B19.0318.2818.5516.4217.9020.2522.65
SESAME-7B17.0217.9017.1413.6218.4817.6016.90
LISA-7B15.4715.1616.9212.4415.2916.5616.23
GLaMM-7B13.5314.8612.8912.3414.1911.8414.70
LaSagnA-7B12.3513.3112.0311.0413.2311.1413.05
Uground-7B11.7810.9511.6911.1511.5712.1513.22

Per-domain and Hallucination GROVE Scores

Model Non-Hallucination Hallucination Indoor Outdoor Math AV Robotics Science
GPT-5.4-T + SAM344.6547.8945.3945.9241.5153.1847.0139.24
GPT-5.4 + SAM343.2836.7242.0646.0528.9953.4339.8735.54
Qwen3-VL-32B-I + SAM337.6356.4144.2747.6323.2358.4040.0937.85
Qwen3-VL-4B-I + SAM336.8160.7243.6446.8427.3759.3941.7836.80
Gemini 3 + SAM333.4856.1439.3739.4031.4048.4237.1539.87
VRT-RL32.0920.7929.6133.0624.6830.7627.7427.27
Sa2VA-8B31.0111.5822.6424.0314.8736.8725.1028.09
UniPixel-7B25.9812.7521.7623.2012.9028.8721.0224.15
TreeVGR-7B17.6822.6618.4120.4512.7023.5119.7617.78
GLaMM-7B14.4810.9612.8213.7511.1315.7013.4313.72
LISA-7B14.0119.3916.0116.4112.1516.5015.9714.95
LaSagnA-7B13.1210.2811.3112.1811.0714.0512.0913.07
SESAME-7B12.1730.0417.2017.6811.0520.7715.9217.97
Uground-7B10.9414.0311.3210.7410.7811.7913.4012.38

Qualitative Results

Explore representative VISTAQA examples by outcome type. Each tab shows four examples from the corresponding qualitative figure.

BibTeX

@article{nasrazadani2026vistaqa,
  title={VISTAQA: Benchmarking Joint Visual Question Answering and Pixel-Level Evidence},
  author={Nasr Azadani, Mozhgan and Wang, Yimu and Zhu, Yongpeng and Chen, Lihong and Ganai, Milan and Sedwards, Sean and Pavone, Marco and Czarnecki, Krzysztof},
  year={2026},
  note={arXiv:2605.20676}
}