Skip to main content

Mind's Eye: A Benchmark of Visual Abstraction, Transformation and Composition for Multimodal LLMs

AuthorsRohit Sinha et al.
Year2026
HF Upvotes1
arXiv2604.16054
PDFDownload
HF PageView on Hugging Face

Abstract

Multimodal large language models (MLLMs) have achieved impressive progress on vision language benchmarks, yet their capacity for visual cognitive and visuospatial reasoning remains less understood. We introduce "Mind's Eye", a multiple-choice benchmark of eight visuo-cognitive tasks inspired by classic human intelligence tests and organized under a novel "A-R-T" taxonomy: Abstraction, Relation, and Transformation. The tasks probe core processes of fluid intelligence such as pattern induction, analogical relation mapping, and mental transformation. We evaluate a diverse suite of closed-source and open-source MLLMs and compare their performance with human participants. Humans achieve 80% accuracy, while top performing MLLMs remain below 50%. Error analysis reveals failures in: (i) visual attention allocation, (ii) internal perceptual manipulation, and (iii) weak abstraction of underlying visual concepts. Our findings suggest that current MLLMs exhibit limited visuospatial reasoning capabilities, when compared with human participants, highlighting the need for more cognitively grounded evaluation frameworks.


Engineering Breakdown

Plain English

This paper introduces Mind's Eye, a new benchmark for evaluating how well multimodal large language models (MLLMs) perform on visual reasoning tasks that require fluid intelligence. The benchmark contains eight visuospatial and visual-cognitive tasks organized into three categories: Abstraction (pattern recognition), Relation (analogy mapping), and Transformation (mental rotation). When tested, humans achieved 80% accuracy on the tasks, but the best-performing MLLMs scored below 50%, revealing a significant gap in visual reasoning capabilities. The authors also conducted error analysis showing that model failures stem from issues with visual attention, relational understanding, and transformation reasoning.

Core Technical Contribution

The primary novelty is the A-R-T taxonomy that systematically organizes visual reasoning into three distinct cognitive processes: Abstraction, Relation, and Transformation. This taxonomy provides a structured framework for diagnosing specific weaknesses in MLLM visual reasoning, rather than treating it as a monolithic capability. The benchmark itself is inspired by classical human intelligence tests (like IQ tests and Raven's matrices) and translates those validated psychometric approaches into a modern benchmark for machine evaluation. By directly comparing MLLM performance to human performance on the same tasks, the paper establishes a clear performance gap and provides a diagnostic tool for future model development.

How It Works

The Mind's Eye benchmark presents multiple-choice visual reasoning tasks to MLLMs, with each task falling into one of three categories based on the cognitive process it requires. For Abstraction tasks, the model must identify underlying patterns or rules from visual examples (e.g., 'what comes next in this sequence?'). For Relation tasks, the model must map analogical relationships across visual domains (e.g., 'A is to B as C is to ?'). For Transformation tasks, the model must mentally rotate, reflect, or otherwise manipulate visual elements to find the correct answer. The benchmark evaluates both closed-source models (GPT-4V, Claude, Gemini) and open-source MLLMs by feeding them the visual stimulus and multiple-choice options, then measuring accuracy and analyzing failure patterns across task categories. Error analysis examines where models go wrong: whether they fail at the visual encoding stage (seeing the image correctly), the relational inference stage (understanding what's being asked), or the transformation reasoning stage (actually performing the mental operation).

Production Impact

For teams building visual AI applications, this benchmark serves as a diagnostic tool to understand specific failure modes in visual reasoning before deploying models to production. If your system requires visual analogy reasoning (e.g., quality control, design automation, medical imaging analysis), the A-R-T taxonomy helps you understand whether failures are due to pattern recognition, relationship understanding, or spatial transformation—allowing targeted improvement strategies. The 30-point performance gap between humans and top MLLMs suggests that current production systems will struggle with complex visual reasoning tasks that require fluid intelligence; teams should either constrain their use cases to simpler visual tasks or implement human-in-the-loop workflows for high-stakes decisions. The benchmark is also lightweight enough to include in regression test suites, enabling you to track whether model updates improve or degrade visual reasoning capabilities over time.

Limitations and When Not to Use This

The paper does not address why MLLMs fail at these tasks or propose concrete architectural improvements to close the gap—it is purely diagnostic. The benchmark, while inspired by human intelligence tests, does not necessarily correlate with real-world visual reasoning tasks in production systems (e.g., a model could score poorly on Raven's matrices but still perform well on medical imaging segmentation). The evaluation is limited to the models available at the time of writing (likely 2025-2026); as new architectural innovations emerge, the benchmark's relevance may shift. The paper does not explore whether fine-tuning, prompt engineering, or other adaptation techniques can meaningfully improve MLLM performance on these tasks, nor does it investigate whether the A-R-T taxonomy equally weights the three cognitive processes or whether models naturally excel at one category over others.

Research Context

This work builds on decades of cognitive psychology and psychometrics research into fluid intelligence, particularly the Raven's Progressive Matrices test and related visuospatial reasoning assessments. It extends the recent trend of releasing specialized benchmarks to expose gaps in MLLM capabilities (similar to work on visual reasoning in VQA, visual entailment, and spatial understanding), moving beyond generic vision-language understanding metrics. The paper contributes to the broader evaluation literature by proposing that MLLMs should be tested not just on downstream tasks (classification, retrieval, captioning) but on fundamental cognitive processes that underpin human visual intelligence. This work opens research directions into whether modern vision transformers and multimodal architectures need fundamental redesigns to achieve human-level visual reasoning, or whether the gap can be closed through scaling, better training data, or novel loss functions.


:::tip Subscribe Get weekly breakdowns of papers like this in AI Letters - the newsletter for engineers building production AI systems. :::


Back to Research Lab → · Subscribe to AI Letters →

© 2026 EngineersOfAI. All rights reserved.