Xu Wang, Kaixiang Yao, Miao Pan, Xiaohe Zhou, Xuanyu Liu, Wenqi Zhang, Xuhong Zhang
5 min
Spatial intelligence is essential for agents to move from static semantic understanding toward interacting with the physical world. Many spatial tasks are grounded in continuous visual scenes, where locations, regions, and paths are more naturally expressed by pointing, marking, or drawing than by reporting precise coordinates or discrete textual symbols. Yet existing spatial reasoning benchmarks usually require coordinates, options, or text, creating an answer-interface mismatch for image-generation models. This makes it difficult to evaluate image-generation models under the same task semantics as text-output VLMs, despite their ability to externalize spatial judgments directly in pixel space. We propose ProVisE (Protocolized Visual Evaluation), a benchmark-agnostic framework that elicits protocol-constrained visual answers from image-generation models and parses them into structured predictions compatible with original metrics. ProVisE also includes an Agentic builder that constructs and validates task-specific protocols for new benchmarks. We further introduce SpatialGen-Bench, a curated diagnostic benchmark of 470 samples across 14 spatial subtasks, four capability levels, and diverse answer forms. We evaluate representative text-output VLMs and image-generation models in a unified setting and validate Agentic protocol construction on six external spatial benchmarks. Results show that image-generation models are competitive when spatial answers can be externalized directly in pixel space, while text-output VLMs retain a clear advantage in compositional spatial reasoning. These findings reveal complementary strengths of pixel-space expression and text-based reasoning and establish a metric-compatible testbed for studying spatial cognition in image-generation models.
Spatial intelligence is a critical requirement for AI agents to interact with the physical world. While current research primarily evaluates spatial reasoning through text-output vision-language models (VLMs), this approach creates an 'answer-interface mismatch.' Many spatial tasks—such as pointing, marking regions, or drawing paths—are naturally continuous and visual. Forcing these tasks into textual or coordinate-based outputs is unnatural for both the model and the task, and it prevents image-generation models from being evaluated on equal footing with text-output models.
The authors introduce ProVisE (Protocolized Visual Evaluation), a benchmark-agnostic framework designed to bridge this gap. ProVisE allows image-generation models to provide visual answers that are then parsed into structured predictions compatible with original benchmark metrics. The framework includes an 'Agentic builder' that automatically constructs and validates task-specific protocols, ensuring that the evaluation remains consistent across different benchmarks without requiring manual engineering for every new task. This allows for a direct, metric-compatible comparison between text-output VLMs and image-generation models under shared task semantics.
To test this framework, the authors developed SpatialGen-Bench, a diagnostic suite containing 470 samples across 14 spatial subtasks. These tasks are organized into a hierarchy of four capability levels: perception, understanding, reasoning, and interaction. By evaluating representative models, the study reveals that image-generation models perform strongly when spatial evidence can be externalized as pixels (e.g., marking regions or paths). Conversely, text-output VLMs remain superior in tasks requiring complex, compositional spatial reasoning. These results highlight that the two model architectures offer complementary strengths, suggesting that future spatial intelligence research should leverage both pixel-space expression and text-based reasoning.
Sam: And once you have this, you can finally compare visual models and text-based models on equal footing?
Alex: That's the goal. By converting both kinds of output—drawings and text—into the same standardised format, you can score them using identical metrics. The playing field becomes level in a way it hasn't been before.
Sam: So when you actually run the comparison, what does the paper find?
Alex: The finding is more nuanced than a simple winner. The paper describes complementary strengths. When the task involves marking or identifying regions in an image—something naturally expressed in visual space—image-generation models perform quite competitively. They're doing what they were built to do.
Sam: But I'd guess text-based models still have an edge in certain areas?
Alex: They do. Where text-based models remain stronger is in what the paper calls compositional reasoning. Think of tasks that require several logical steps in sequence—like "find the object to the left of the red box, but not touching the wall." That kind of multi-step spatial logic is harder to express by drawing, and text-based models handle it more reliably.
Sam: So it's less about one being superior and more about matching the right tool to the right kind of question.
Alex: That's a fair summary. And there's a further insight that comes out of the evaluation. When visual models fail on these tests, they almost always still produce a valid, parseable drawing—an image that follows the protocol correctly, but gives the wrong answer. The errors are logical, not mechanical.
Sam: That's a meaningful distinction. It means the drawing interface itself isn't the problem—the model understood the instructions for how to answer, it just reasoned incorrectly about what the answer should be.
Alex: Exactly. The paper describes this as clearing what you might call "interface fog." Once you remove the friction of forcing visual models to speak in text, you can see their actual reasoning capabilities more clearly. The failures you observe are genuine reasoning gaps, not artefacts of an awkward translation process.
Sam: Which makes the benchmark more honest. You're measuring what the model actually knows, not how well it can describe what it knows.
Alex: That's the underlying motivation for the whole framework. ProVisE, paired with the new benchmark the paper introduces—SpatialGen-Bench—gives researchers a testbed where visual models are evaluated on their own terms. It's a step toward understanding what these systems genuinely understand about the physical world, rather than what they can say about it. And that distinction, it turns out, matters quite a lot.
Sam: It makes you think about how many other areas of AI evaluation might have the same problem—where the way we're asking the question is getting in the way of seeing the real answer.
Alex: That's a question the paper raises implicitly, and it's worth sitting with. The methodology here is specific to spatial reasoning, but the principle—that the output format of a test should match the native output format of the system being tested—seems like it could apply more broadly. Thanks for listening to ResearchPod.