CVAIOct 25, 2025

GRAID: Enhancing Spatial Reasoning of VLMs Through High-Fidelity Data Generation

arXiv:2510.22118v21 citationsh-index: 72
Originality Incremental advance
AI Analysis

This addresses the challenge of spatial reasoning for VLMs, which is crucial for applications like autonomous driving, by providing a scalable and high-fidelity data generation method, though it is incremental as it builds on existing object detection techniques.

The paper tackles the problem of spatial reasoning in Vision Language Models (VLMs) by introducing GRAID, a framework that generates high-quality datasets from 2D bounding boxes, resulting in a human-validated accuracy of 91.16% compared to 57.6% from prior methods, and models trained on this data show generalization with accuracy gains up to 47.5% on held-out tasks.

Vision Language Models (VLMs) achieve strong performance on many vision-language tasks but often struggle with spatial reasoning$\unicode{x2014}$a prerequisite for many applications. Empirically, we find that a dataset produced by a current training data generation pipeline has a 57.6% human validation rate. These rates stem from current limitations: single-image 3D reconstruction introduces cascading modeling errors and requires wide answer tolerances, while caption-based methods require hyper-detailed annotations and suffer from generative hallucinations. We present GRAID, built on the key insight that qualitative spatial relationships can be reliably determined from 2D geometric primitives alone. By operating exclusively on 2D bounding boxes from standard object detectors, GRAID avoids both 3D reconstruction errors and generative hallucinations, resulting in datasets that are of higher quality than existing tools that produce similar datasets as validated by human evaluations. We apply our framework to the BDD100k, NuImages, and Waymo datasets, generating over 8.5 million high-quality VQA pairs creating questions spanning spatial relations, counting, ranking, and size comparisons. We evaluate one of the datasets and find it achieves 91.16% human-validated accuracy$\unicode{x2014}$compared to 57.6% on a dataset generated by recent work. Critically, we demonstrate that when trained on GRAID data, models learn spatial reasoning concepts that generalize: models fine-tuned on 6 question types improve on over 10 held-out types, with accuracy gains of 47.5% on BDD and 37.9% on NuImages for Llama 3.2B 11B, and when trained on all questions types, achieve improvements on several existing benchmarks such as BLINK. The GRAID framework, datasets, and additional information can be found $\href{this https URL}{here}$.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes