Explain Before You Answer: A Survey on Compositional Visual Reasoning

Fucai Ke\(^{1}\) Joy Hsu\(^{2}\) Zhixi Cai\(^{1}\) Zixian Ma\(^{3}\) Xin Zheng\(^{4}\) Xindi Wu\(^{5}\)
Sukai Huang\(^{1}\) Weiqing Wang\(^{1}\) Pari Delir Haghighi\(^{1}\) Gholamreza Haffari\(^{1}\)
Ranjay Krishna\(^{3,6}\) Jiajun Wu\(^{2}\) Hamid Rezatofighi\(^{1}\)

\(^{1}\)Monash University \(^{2}\)Stanford University \(^{3}\)University of Washington
\(^{4}\)Griffith University \(^{5}\)Princeton University \(^{6}\)Allen Institute for Artificial Intelligence
Survey Project Page


Abstract

Compositional visual reasoning (CVR) has emerged as a key research frontier in multimodal AI, aiming to endow machines with the human-like ability to decompose visual scenes, ground intermediate concepts, and perform multi-step logical inference. While early surveys focus on monolithic vision-language models or general multimodal reasoning, a dedicated synthesis of the rapidly expanding CVR literature is still lacking. We provide a systematic synthesis of more than 100 studies spanning recent advances in compositional visual reasoning. We first formalize core definitions and describe why compositional approaches offer advantages in cognitive alignment, semantic fidelity, robustness, interpretability, and data efficiency. Next, we trace a five-stage paradigm shift: from prompt-enhanced language-centric pipelines, through tool-enhanced LLMs and tool-enhanced VLMs, to recent chain-of-thought reasoning and unified agentic VLMs, highlighting their architectural designs, strengths, and limitations. We summarize 60+ benchmarks and commonly used metrics relevant to CVR. Drawing on these analyses, we distill key insights, identify open challenges and outline future directions. By offering a unified taxonomy, historical roadmap, and critical outlook, this survey aims to serve as a structured reference and inspire the next generation of CVR research.

1 Introduction↩︎

a

Figure 1: Illustration of visual reasoning tasks, highlighting the differences between monolithic and compositional approaches. Monolithic models map input to output directly, which often leads to hallucinations or incorrect outputs due to the lack of intermediate reasoning. In contrast, compositional methods explicitly break down the task into a sequence of interpretable reasoning steps. Each step is grounded in visual evidence, allowing the model to progressively infer the answer with greater transparency, accuracy, and robustness..

Humans possess a remarkable ability to interpret high-dimensional, uncompressed visual input and abstract its underlying structure, enabling the manipulation of underlying concepts as symbolic representations with notable efficiency [1], [2]. As a result, humans can effortlessly locate a target object in a cluttered room, determine whether a cup will fit inside a drawer, or predict the direction in which a stack of objects might fall. This cognitive capability, known as visual reasoning, is widely regarded as a concentrated embodiment of human intelligence, forming the basis for concept formation, world understanding, and interaction with the environment [2][5]. At its core, visual reasoning is inherently compositional: it requires recognizing objects and attributes, grounding them in visual evidence, modeling relations among them, and recombining these elements to support new inferences [4][6].

In pursuit of human-level intelligence, a growing body of research has sought to replicate visual reasoning capabilities in machines [1], [7][9]. Recent advances in vision-language pretraining and large multimodal models have greatly expanded the scope of machine visual reasoning, enabling end-to-end systems to map visual and textual inputs directly to answers across natural images and embodied environments [10][14]. These systems have shown impressive results in general-purpose multimodal understanding [15][17] and have been increasingly adopted across real-world applications [10], [18][22].

Despite the promising performance of monolithic approaches in general multimodal understanding, significant challenges remain, particularly when viewed from the perspective of the inherently compositional and multi-step nature of human visual reasoning [14], [23][28]. Concretely, we identify the following key limitations of monolithic approaches:

  • Bias-driven shortcuts. Instead of performing grounded inference, monolithic models often exploit spurious correlations and linguistic priors to produce plausible but incorrect answers [23], [24], undermining their generalization to challenging or novel scenarios.

  • Poor scaling with reasoning complexity. Scaling up data and compute does not yield proportional gains when tasks demand multi-hop reasoning, spatial understanding, or precise grounding [29][33].

  • Weak compositional generalization. Holistic models struggle to recombine objects, attributes, and relations in novel configurations, limiting their alignment with human-like visual reasoning [4][6], [34][36]. Monolithic models, by contrast, treat the input holistically and lack mechanisms for explicit decomposition and relational reasoning.

These limitations highlight the need for modular, interpretable, and compositionally aligned approaches to visual reasoning.

Motivated by these cognitive insights and the limitations of monolithic models, recent research has increasingly explored Compositional Visual Reasoning (CVR), a paradigm that decomposes visual tasks into grounded, interpretable reasoning steps guided by visual perception. Rather than relying on direct end-to-end prediction, CVR aims to make intermediate evidence and inference processes explicit, enabling models to reason over objects, attributes, relations, actions, and external knowledge in a structured manner [4], [29]. As illustrated in Figure 1, this survey focuses on methods that expose or construct such intermediate reasoning processes before answer generation.

Given its rapid progress since 2023, compositional visual reasoning has emerged as a central paradigm in the study of visual intelligence. However, its development trajectory, methodological foundations, and future directions remain insufficiently examined. Existing surveys in visual reasoning have primarily focused on conventional or monolithic approaches [37][39], and thus fail to capture the emerging trend of compositional visual reasoning, which has quickly become a core research direction. Meanwhile, surveys focused on multimodal large language models and reasoning tend to emphasize general-purpose reasoning [31], [40], neurosymbolic frameworks [41], abstract pattern recognition [42], or agent-based architectures [31], [43]. Although related surveys cover aspects such as planning, perception, and symbolic abstraction, they do not systematically examine CVR as a distinct paradigm. As shown in Table 1, a dedicated review of this area is still lacking.

Table 1: Overview of survey papers on visual reasoning and multimodal AI since 2024. While informative, these surveys largely overlook the recent surge of CVR methods, highlighting the need for a dedicated review as pursued in this work.
Survey Topic Contribution
[44], [37] Feature extraction and vision language pre-training for VQA Critically analyzes feature extraction and vision language pre-training techniques of VQA, introduces a taxonomy, discusses dataset/method trends, and highlights emerging challenges and application opportunities.
[45] Robustness in VQA under distribution shift Focuses on robustness in VQA across in- and out-of-distribution settings. Proposes typology for debiasing techniques and assesses model reliability and dataset quality.
[26] Reasoning capabilities in MLLMs Categorizes multimodal large language models and their reasoning types (deductive, abductive, analogical). Summarizes evaluation protocols and trends in reasoning-focused applications.
[43] LLM-driven multimodal agent Systematically reviews LLM-driven agents, proposes taxonomies for perception and action, and introduces unified evaluation frameworks and application landscapes.
[40] Reasoning capabilities in MLLMs Categorizes reasoning into language-centric and collaborative modes. Discusses technical challenges like semantic alignment and dynamic interaction.
[31] Multimodal CoT reasoning First survey dedicated to Multimodal CoT reasoning. Provides taxonomy, benchmarks, challenges, and resources to support research in multimodal AGI.
[41] Neurosymbolic reasoning with scene graphs and commonsense knowledge First to survey neurosymbolic visual reasoning combining deep learning, scene graphs, and common sense knowledge. Categorizes methods by architecture and knowledge type, and outlines key challenges.
[46] Large multimodal reasoning models Provides a comprehensive survey of large multimodal reasoning models. Proposes a three-stage road-map (modular, multimodal CoT, System-2), introduces native large multimodal reasoning models, and reorganizes benchmarks and datasets for multimodal reasoning.
[39] Natural language understanding and inference within VQA Reviews VQA models focusing on perceptual and cognitive reasoning. Highlights recent progress in few-shot VQA and knowledge-guided inference in MLLMs.
[47] Modality alignment methods in MLLMs Categorizes four alignment methods in MLLMs (converter, perceiver, tool, data-driven). Traces evolution and highlights key challenges in multimodal semantic bridging.
[48] Tool learning with LLM Surveys tool learning from motivation to implementation. Defines four tool-use stages and discusses benchmarks, evaluation, and design challenges.
[42] Abstract visual reasoning Reviews deep learning methods for solving Raven’s Progressive Matrices. Provides benchmarks, comparisons, and insights.

To address this gap, we primarily focus on image-centered compositional visual reasoning, while discussing 3D, multi-view, embodied, and world-model-based methods when they directly extend or illuminate image-based CVR mechanisms. We focus on methods published between January 2023 and June 2026 that introduce explicit intermediate reasoning steps before answer generation, including LLM-guided inference, tool-integrated workflows, chain-of-thought-based visual reasoning, and agentic VLM architectures. Video reasoning and 3D reasoning are not treated as standalone survey targets, but are discussed when they directly inform the methodological development of image-based CVR. The main contributions of this survey are fourfold.

  1. Systematic motivation for CVR. We clarify why CVR is needed for modern multimodal systems, focusing on grounding, compositional generalization, interpretability, robustness, and efficiency.

  2. A stage-wise taxonomy of CVR methods. We propose a five-stage taxonomy of large-model-enhanced CVR methods, spanning prompt-based reasoning, tool-augmented workflows, grounded chain-of-thought, and agentic VLMs.

  3. Comprehensive review of benchmarks and evaluation. We summarize representative datasets and evaluation settings used in CVR research, highlighting their task types, visual inputs, reasoning targets, and evaluation metrics.

  4. Open challenges and future directions. We synthesize key bottlenecks and outline future directions toward grounded, interpretable, robust, and compositionally generalizable visual reasoning.

The remainder of this survey is organized as follows. Sec. 2 introduces key definitions, including visual reasoning, monolithic visual reasoning, and compositional visual reasoning. Sec. 3 discusses why CVR is needed, covering cognitive alignment, semantic and relational understanding, robustness, interpretability, modular reuse, bias mitigation, and data efficiency. Sec. 4 presents our multi-stage taxonomy of CVR methods, from prompt-enhanced LLM-centric pipelines to tool-augmented systems, CoT-based VLMs, and unified agentic VLMs. Finally, we summarize key challenges, and discuss future directions in Sec. 6.

2 Background↩︎

In this section, we provide an overview of the key concepts and terminology related to compositional visual reasoning, offering a clearer understanding of the fundamental aspects of this field.

2.1 Visual Reasoning↩︎

Visual reasoning is a cognitive process that enables the interpretation and analysis of relationships among entities within a visual scene to support decision-making and problem-solving [15], [26], [42], [49]. Rather than being limited to low-level perception, visual reasoning involves the integration of high-level information from multiple modalities (, vision and language) to facilitate deeper semantic understanding [39], [44]. This multimodal reasoning underlies tasks such as visual question answering, entailment, and grounding [50], [51], where accurate comprehension and logical analysis of visual content are critical.

In this survey, we focus on visual reasoning tasks that involve interpreting visual inputs (, images) paired with textual queries or prompts to produce structured outputs. Formally, we denote the visual input as \(v\), the query or prompt as \(q\), and the answer as \(y\). A visual reasoning system is a function \(\mathcal{M} : (v, q) \mapsto y\), which varies depending on the reasoning approach, monolithic or compositional. The form of \(y\) also varies depending on the task and may include natural language responses, discrete answer selections (, multiple choice), bounding boxes, or segmentation masks. Representative tasks include, but are not limited to, general visual question answering (, “What color is the car?"), visual grounding (,”Find the chair next to the window"), relational scene graph reasoning (“Is the cat under the table?").

At its core, visual reasoning comprises two essential components: visual perception, which involves extracting visual information such as objects, attributes, and relations [52], [53], and logical reasoning, which applies structured reasoning to derive conclusions based on the perceived information [54], [55]. While intuitive for humans, this capability remains a major challenge for artificial intelligence systems due to the requirement for high-level abstraction and generalization.

2.2 Monolithic Visual Reasoning↩︎

Monolithic visual reasoning methods are a class of neural network models \(\mathcal{M}\) that directly map visual input \(v\) and textual query \(q\) to an output answer \(y\), where \(\mathcal{M}\) commonly directly encodes both modalities into a joint representation and predicts the answer without exposing intermediate steps. These architectures do not explicitly represent reasoning steps, performing reasoning implicitly within end-to-end pipelines [1], [34]. These models typically extract visual features from the entire image \(v\) and combine them with language embeddings using co-attention or joint encoding to perform implicit multimodal reasoning [10], [46], [56], [57].

Early models such as MFB [56], and MCAN [58] used convolutional features and cross-modal attention for direct answer prediction. Recent extensions include dual-encoder contrastive models (, ViLBERT [59], CLIP [60], BLIP2 [12]), single-Transformer backbones (, UNITER [61], Flamingo [62]), and vision-encoder-to-LLM pipelines (, LLaVA [10], MiniGPT-4 [63], InstructBLIP [13], Qwen-VL [11]).

2.3 Compositional Visual Reasoning↩︎

Compositional reasoning approaches map an input pair \((v, q)\) to an answer \(y\) via an intermediate structured representation, for example, a sequence of \(n\) steps \(S = \{s_1, s_2, \dots, s_n\}\), where the decomposition is either inferred dynamically or predefined based on the query structure. Here, \(S\) is used as an abstract representation of the reasoning trajectory rather than a fixed implementation form. Each step \(s_i\) may be instantiated as a symbolic operation, an LLM-generated instruction, a multimodal model invocation, or a call to an external visual tool, depending on the framework. When grounded to the visual input \(v\), a step may involve finer-grained operations such as object identification (\(o_i\)), attribute inference (\(a_i\)), and relation resolution (\(r(o_i, o_j)\)). These grounding processes may encompass visual perception capabilities such as object detection, attribute recognition, and depth estimation accordingly. The steps \(S\) can then be executed sequentially or composed hierarchically into a symbolic program, ultimately enabling the model to produce the answer \(y\).

Compositional visual reasoning is a specialized form of visual reasoning that emphasizes such structured decomposition and recombination of visual elements to solve complex tasks [64]. It is grounded in the principle of compositionality, which posits that “the meaning of the whole is a function of the meanings of its parts” [65]. Rather than treating a scene as a monolithic input, compositional reasoning explicitly identifies and manipulates objects, attributes, and their interrelations to construct flexible reasoning pathways [1], [9], [34].

A hallmark of compositional visual reasoning is its capacity for systematic generalization: the ability to infer novel combinations of familiar elements without direct exposure to those configurations during training [4], [34]. Concretely, this generalization refers to executing reasoning over the combinatorial product space of primitive visual elements, such as objects \(o\), attributes \(a\), and relations \(r(o_i, o_j)\), as well as adapting to different orderings of steps \(S\). This mirrors human-like cognitive flexibility and is central to building AI systems that are interpretable, modular, and capable of robust generalization across diverse multimodal tasks [29], [30].

3 Why Compositional Visual Reasoning?↩︎

In this section, we outline the core motivations for adopting compositional visual reasoning, emphasizing its advantages over traditional monolithic models. Specifically, we examine six key perspectives: cognitive alignment with human reasoning; semantic and relational understanding; generalization and robustness; transparency, interpretability, and modular reuse; reducing language biases and hallucinations; and lower data requirements and improved efficiency.

3.1 Cognitive Alignment with Human Reasoning↩︎

Compositional visual reasoning (CVR) is inspired by the systematic and modular way humans approach visual problems [6], [64], [66][69]. Humans naturally break down complex scenes into interpretable components (, objects, attributes, and relationships) and apply sequential reasoning and contextual adaptation [1], [29], [70], [71]. This process reflects our ability to manipulate abstract symbols and relational concepts extracted from visual inputs.

Moreover, the human capacity for compositional reasoning, rapid concept formation, and relational generalization is particularly remarkable [9], [34], [69], [72]. These abilities, often associated with fluid intelligence and non-verbal reasoning, enable flexible understanding across novel contexts and support exceptional sample efficiency when learning new visual concepts. Therefore, a key desideratum for CVR models is to mirror core cognitive strategies, such as task decomposition, focused attention, iterative refinement, and the use of external tools to isolate critical visual details [73], [74].

3.2 Semantic and Relational Understanding↩︎

Traditional monolithic models often rely on superficial correlations and pattern matching, which limits their ability to capture deep semantic structures or precise object-centric relationships. In contrast, compositional visual reasoning enables explicit modeling of such relationships through structured representations like scene graphs or deductive reasoning within the language space [26], [41], [75][78]. This allows systems to reason about spatial configurations, semantic relations, and attribute interactions in a principled and interpretable manner [41], [45]. Such capabilities are essential for abstract scene understanding tasks, including counting, identifying intersections, and comparing object properties [40]. Moreover, compositional reasoning facilitates multimodal understanding by bridging vision and language, enabling accurate interpretation of complex visual elements in diagrams and charts [31].

3.3 Generalization and Robustness↩︎

Monolithic visual reasoning models are often brittle and prone to bias, with poor performance on out-of-distribution or few-shot tasks due to shortcut learning [5], [79], [80]. Compositional approaches, by contrast, promote systematic generalization—the ability to solve novel tasks by recombining known elements, such as objects, attributes, or relations [4], [81]. For example, when structured models learn to ground visual concepts in a scene (, “monitor” and “desk”) and resolve relations (, “on top of”), they can generalize to identify any object-relation pair (, monitor on desk), without having seen that specific combination during training. This ability reduces dependence on dataset-specific biases and enhances robustness across domains. Benchmarks like CLEVR [5] and VCR [66] have demonstrated the necessity of compositional reasoning to prevent models from exploiting statistical priors and encourage faithful reasoning [1], [70].

3.4 Transparency, Interpretability, and Modular Reuse↩︎

Compositional visual reasoning enables the generation of intermediate outputs (, bounding boxes, scene graphs, textual rationales) that expose the model’s decision path, improving interpretability and allowing targeted debugging [67], [82]. This ability is essential for building trustworthy and reliable systems, especially in domains where high precision is required. In contrast to black-box architectures, compositional systems are modular: components can be reused across tasks, reducing the need to retrain models from scratch and enabling plug-and-play integration of vision experts [83][85]. As individual components improve, so does the full compositional framework. This flexibility also leads to efficiency gains in inference and model adaptation.

3.5 Reducing Language Biases and Hallucinations↩︎

While generalization focuses on performance across diverse input distributions, another critical challenge for VLMs lies in the generation of inaccurate or unsupported content. Monolithic methods, especially those trained to directly map visual inputs to answers or rationales, are highly susceptible to hallucinations. These models might generate responses that appear plausible but are actually incorrect or ungrounded, particularly when they depend too heavily on linguistic priors [86][88]. For instance, when asked about the color of a green banana, a monolithic model might incorrectly answer “yellow." This issue stems from shortcut learning, where models exploit statistical biases in the training data rather than grounding their reasoning in visual evidence [5], [79], [89], [90]. In contrast, compositional reasoning mitigates this by enforcing explicit grounding: intermediate reasoning steps, such as object detection, relation extraction, or visual token selection, compel the system to anchor its inferences in actual visual content. This not only improves factual consistency but also reduces reliance on spurious correlations and enhances robustness in multimodal reasoning tasks [44], [82], [91]. Furthermore, compositional methods can incorporate external knowledge or common sense when needed, but do so in a controlled and interpretable manner, avoiding the conflation of visual and linguistic content.

3.6 Lower Data Requirements and Improved Efficiency↩︎

Traditional monolithic models often require massive datasets and computational resources to achieve acceptable performance, particularly as training must account for the combinatorial explosion of possible visual-linguistic combinations [29], [30]. This approach is not only costly but also inefficient, especially in dynamic or specialized domains. In contrast, compositional visual reasoning promotes modularity and reusability: once basic visual skills (, object detection, OCR, segmentation) are learned, they can be reused across tasks without retraining [92]. This modular structure reduces the demand for extensive annotated datasets and enables few-shot or zero-shot generalization to new tasks by recombining known components [1], [70], [93]. Additionally, techniques such as visual program distillation or intrinsic tool orchestration (, PaLI [94], Griffon-R [95]) allow compositional systems to approximate multi-step reasoning with reduced runtime and compute overhead in deployment [94], [95]. Together, these advantages position compositional visual reasoning as a promising paradigm for building more capable, trustworthy, and efficient multimodal systems that align more closely with human reasoning.

4 Key Stages of Compositional VR Paradigms↩︎

a

Figure 2: Key shift from monolithic reasoning to compositional reasoning..

Table 2: Capability-level comparison of the five compositional visual reasoning paradigms.
Paradigm Reasoner Direct Vision External Tools Visual Feedback Internal CoT Agentic Loop Main Bottleneck
Stage I LLM Weak grounding
Stage II LLM Tool coordination
Stage III VLM Tool dependency
Stage IV VLM Single-pass reasoning
Stage V VLM Cost; supervision

7.2pt

: explicit support; : partial or optional support; : generally absent.

a

Figure 3: Roadmap of compositional visual reasoning models..

In this section, we trace the evolution of compositional visual reasoning models in recent years, highlighting how each stage has progressively enhanced their ability to decompose complex queries, reason over structured visual elements, and generalize across novel compositions. These transitions, illustrated in Figure 2, capture the key methodological shifts that have shaped modern compositional visual reasoning systems.

Early monolithic large vision-language models like  [10], [12], [13], [62], [63], [96][102] adopt end-to-end architectures that directly map visual and textual inputs to answers. These models aim to learn human-like visual reasoning capabilities directly from data and perform well on perceptual and shallow reasoning tasks. However, they struggle with more complex visual reasoning challenges, such as spatial understanding and fine-grained grounding [103][105]. These limitations have driven the development of compositional visual reasoning approaches, which decompose the reasoning process into structured, interpretable steps. Figure 2 and Table 2 illustrate the key architectural transition from monolithic to compositional paradigms since \(2023\), and Figure 3 highlights representative models at each stage of this evolution. The recent surge of interest in compositional visual reasoning is largely rooted in the growing recognition of LLMs’ powerful reasoning capabilities in domains such as natural language, mathematics, and code [106][108]. These advances have inspired researchers to explore whether such symbolic and structured reasoning abilities can be extended to vision-language settings.

Recognizing monolithic approaches’ limitations, researchers began exploring whether the structured reasoning strengths of LLMs could be leveraged for visual domains. Given LLMs’ ability to decompose and solve complex problems in language, math, and code, a natural question arose:

Question I: Can complex tasks be decomposed into a sequence of simpler sub-questions, each solvable by a VLM, followed by answer synthesis via an LLM?

Stage I: Prompt-Enhanced Language-Centric Methods provides an effective solution to Question I. These approaches leverage LLMs’ strong language-based reasoning ability to break down complex visual questions into a series of simpler sub-questions, each of which can be independently answered by a VLM. After obtaining the sub-answers, the LLM performs final reasoning and synthesis entirely in the language space to produce the overall answer. This idea has given rise to compositional visual reasoning as a prominent research direction. Rather than treating reasoning as a single-step mapping from input to output, compositional visual reasoning paradigms frame it as a multi-stage process involving perception, task decomposition, intermediate reasoning, and final synthesis, as illustrated in Figure 2.

Although Stage I prompt-enhanced language-centric methods have achieved some success, they remain limited in visual understanding due to weak grounding in the underlying visual content and their relatively fixed prompting logic. This naturally raises an important question:

Question II: Can complex visual reasoning tasks be addressed more effectively by enabling models to actively invoke and coordinate multiple external tools through a central decision-making module?

Stage II: Tool-Enhanced LLMs have emerged as a new paradigm to solve Question II. In this paradigm, the LLM issues grounding actions to external tools, and an external environment executes these actions to extract relevant information from the visual input. This interaction enables the system to progressively gather visual evidence and address complex visual reasoning tasks more effectively.

These methods offer greater reasoning flexibility, but often struggle with effective tool coordination, frequently resulting in noisy or suboptimal workflows. In most cases, the tool action planner, usually an LLM, has access to visual information only in the form of text descriptions produced by upstream vision models. If these textual descriptions are incomplete or inaccurate, the reasoning quality degrades and cannot be fully recovered downstream. This raises a natural question:

Question III: Can VLMs, which directly perceive visual inputs rather than relying on textual proxies, provide improved performance and greater structural advantages in tool-enhanced frameworks for visual reasoning?

Stage III: Tool-Enhanced VLMs have emerged consequently as an answer to Question III, allowing the planner to access visual input directly rather than relying solely on textual descriptions. This direct perception reduces semantic loss, enables more accurate and informed action planning, and opens new possibilities for designing both the format of grounding actions and the structure of visual feedback. In some cases, this enables models to simulate visual imagination and perform visual verification by generating or manipulating visual content via tools during the reasoning process.

While prompt-enhanced and tool-enhanced methods rely on explicit problem decomposition and inter-module interaction to support compositional reasoning, this motivates the following question:

Question IV: Can VLMs directly perform perception and generate reasoning steps to derive an answer?

Stage IV: Chain-of-Thought VLMs are a promising solution to the challenges posed in Question IV, adopting unified architectures that tightly integrate perception and inference. These models perform multi-step reasoning without relying on external tools, and explicitly reveal intermediate thought processes and perception information before the final answer.

While chain-of-thought (CoT) VLMs integrate perception and reasoning, they remain constrained by relatively rigid pipelines, single-pass forward architectures, and reliance on textual representations of thought. Rather than directly interacting with visual content (, observing specific image regions), these models typically convert visual information into text and reason over it, limiting their ability to dynamically perceive and reflect. Based on these trends, a critical research question arises:

Question V: Can VLMs behave more like humans by autonomously exploring, inspecting, and manipulating visual content while reasoning iteratively and adaptively, all without relying on external tools?

This question lies at the heart of Stage V: Unified Agentic VLMs, which represent the latest evolution in the field. These models incorporate higher-order cognitive mechanisms such as planning, memory, visual operation, imagination, textual feedback and visual evidence. Such capabilities enable iterative perception, step-by-step reasoning, and adaptive decision-making for complex visual tasks.

4.1 Stage I: Prompt-Enhanced Language-Centric Methods↩︎

a

Figure 4: Overview of prompt-enhanced language-centric (Stage I) pipeline..

Table 3: Representative prompt-enhanced language-centric methods in Stage I.
Model Venue Task Struct. Visual Grounding Synthesis Training
DDCoT [109] NeurIPS 2023 VLM sub-answers LLM Training-free
CoLa [110] NeurIPS 2023 Multi-VLM outputs LLM Fine-tuned
IdealGPT [111] EMNLP 2023 VLM sub-answers LLM Training-free
PromptCap [112] ICCV 2023 Question-aware captions LLM Fine-tuned
ChatCaptioner [113] TMLR 2024 BLIP-2 QA LLM Training-free
Modeling collaborator [114] CVPR 2024 VLM feedback LLM Training-free
AdGPT [115] ACM MM 2024 Dialogue-driven captions LLM Training-free
MM-CoT [116] TMLR 2024 Visual rationale LLM Fine-tuned
Finedefics [117] ICLR 2025 Fine-grained perception LLM Fine-tuned
VCTP [118] AAAI 2024 See-think-confirm LLM Fine-tuned
QACap [119] CVPR 2025 Linguistic observation LLM Fine-tuned
NoteMR [120] CVPR 2025 Visual notes VLM Fine-tuned
ReAG [121] CVPR 2026 Retrieved evidence LLM Fine-tuned
CLiViS [122] CVPR 2026 VLM Cognitive map LLM Training-free

6.5pt

Task Struct. denotes explicit question decomposition, stage-wise prompting, or structured evidence organization. : explicit support; : partial or implicit support; : generally absent.

We introduce prompt-enhanced language-centric approaches in this subsection, with an overview illustrated in Figure 4 and Table 3. These methods capitalize on the reasoning capabilities of LLMs, which typically serve two complementary roles. First, as a task decomposition module, the LLM decomposes a complex visual question \(q\) into a sequence of simpler sub-questions that can be independently addressed by VLMs given visual input \(v\). Second, as a consolidator or reasoner, it synthesizes a final answer based on the perceptual outputs or intermediate answers provided by the VLMs.

In this paradigm, the LLM performs the core reasoning process entirely within the language space, using information obtained from the VLM and textual query. The VLM is tasked with visual perception, either by directly answering decomposed sub-questions or by extracting relevant visual features from the input image to text descriptions. This modular design promotes interpretability, adaptability, and prompt-based control, and often functions effectively without requiring fine-tuning or task-specific supervision.

4.1.1 Task Decomposition Followed by Visual Perception↩︎

The typical architecture follows a structured pipeline in which a high-level visual question is first decomposed into a sequence of low-level sub-questions. Each sub-question is then independently addressed, and the final answer is synthesized based on the intermediate responses. Early methods like DDCoT [109], ChatCaptioner [113], IdealGPT [111] and Modeling Collaborator [114] adopt a straightforward strategy in which a frozen LLM decomposes a complex visual question into sub-questions or instructions, which are then processed by pretrained VLMs such as BLIP-2 [12]. These approaches are lightweight and task-agnostic, enabling rapid prototyping and broad applicability. However, their reliance on fixed prompts and lack of coordination training often results in suboptimal reasoning paths, redundant queries, and brittle performance.

4.1.2 Perceptual Grounding Prior to Reasoning↩︎

To address the limitations mentioned in Section 4.1.1, more recent work introduces varying degrees of structured interaction. CoLa [110] improves coordination by training the LLM to aggregate and reason over outputs from multiple VLMs, yielding better coherence and adaptability. PromptCap [112], MM-CoT [116], AdGPT [115], and Finedefics [117] shift the focus toward perception-first reasoning, where visual content is first converted into question-aware captions, dialogue-driven descriptions, visual rationales, or fine-grained evidence before LLM-based answer synthesis.

VCTP [118] strengthens this line by training the LLM to operate in a structured see-think-confirm pipeline. It adaptively grounds visual concepts, reasons over intermediate representations, and verifies outputs in a closed loop, improving transparency, consistency, and efficiency. CLiViS [122] extends perception-first reasoning to embodied visual reasoning, where an LLM planner coordinates VLM-based perception to build a cognitive map and evidence memory for final answer synthesis.

Recent KB-VQA methods further instantiate this perception-first paradigm by separating visual observation, knowledge retrieval, and language-based reasoning. QACap [119], NoteMR [120], and ReAG [121] respectively leverage question-aware observations, visual/knowledge notes, and reasoning-augmented retrieval to provide more reliable evidence for downstream LLM or MLLM reasoning. This separation enables compatibility with black-box LLMs and works well for knowledge-oriented VQA, but reasoning quality depends heavily on caption fidelity and lacks adaptive feedback.

4.1.3 Synthesis and Outlook↩︎

Overall, prompt-enhanced language-centric methods represent a clear progression from simple prompting strategies toward more coordinated and structured reasoning. However, these approaches remain limited in their visual grounding, as they rely solely on VLMs for perception without deeper integration of visual context. Additionally, their relatively fixed pipeline architecture constrains flexibility, making it difficult to adapt to more complex or dynamic visual reasoning tasks.

4.2 Stage II: Tool-Enhanced Large Language Models↩︎

In contrast to prompt-enhanced approaches that rely solely on textual reasoning, tool-enhanced LLMs equip language models with the ability to invoke external modules for perception, analysis, and computation. This paradigm typically involves two key components: generating actions from the current state, and transitioning between states by executing those actions.

The LLM acts as a central planner or action generator, responsible for decomposing tasks, selecting appropriate tools, and synthesizing final answers [29], [111], [123]. Specifically, it maps the current state to grounding actions by producing structured tool calls, such as code snippets or formatted prompts. The environment then interprets and executes these actions, triggering state transitions on the visual input using corresponding tools. These tools may include vision models (, detectors, captioners), knowledge bases, image editors, or code interpreters. Therefore, LLM’s role is to understand tool descriptions, generate calls to those tools, and interpret returned results in a multi-turn or sequential manner.

4.2.1 Single-Turn Framework↩︎

Representative systems such as GPT4Tools [124], Visual ChatGPT [125], Chameleon [69], VisProg [67], ViperGPT [126], HuggingGPT [127], CRAFT [128], Contextual Coder [129] and InternGPT [130] follow this structure, as illustrated in the tool-enhanced LLM framework overview in Figure 5 and Table 4. They assume access to a library of vision-language tools and use a frozen LLM to plan tool usage via prompt engineering, code generation, or natural language APIs. This setup enables training-free or zero-shot compositional reasoning across modalities, and provides a flexible interface to integrate new tools. However, these frozen LLMs often lack true tool awareness. They struggle to reason about tool capabilities, generate incorrect tool calls, and are unable to adapt when tool outputs are noisy or invalid [131].

4.2.2 Adaptive Tool Use via Training, Feedback, and Verification↩︎

While early tool-enhanced LLMs mainly rely on one-pass tool invocation, later methods shift toward adaptive tool use by introducing iterative feedback, tool-aware training, and structured executable reasoning.

One line of work closes the loop between tool execution and LLM reasoning. MM-REACT [132] serializes vision-expert outputs as textual observations and feeds them back to ChatGPT, enabling iterative action-observation reasoning without updating the LLM itself. Building on this feedback-driven view, CLOVA [133] and HYDRA [29] further turn tool use into an adaptive agentic process: CLOVA couples tool-augmented inference with reflection and continual tool updates, whereas HYDRA combines an LLM planner, a reinforcement-learning controller, and a reasoning engine to dynamically refine tool usage through interaction.

Another line improves tool awareness through training rather than prompting alone. VisRep [83] and DWIM [71] both use feedback from tool execution to teach LLMs how to reason with external modules. VisRep performs self-training, implemented as supervised fine-tuning, from program execution feedback, while DWIM uses discrepancy-aware workflow generation and instruct-masking fine-tuning to help the model understand tool functionalities, detect potential errors, and revise decisions.

A complementary line constrains tool use through structured executable reasoning. LEFT [36], NAVER [134], SYNAPSE [135], ViUniT [136], VADAR [137], TANGO [138], and PMA in CityEQA [139] all move beyond unconstrained tool invocation by imposing executable structures over the reasoning process. LEFT reasons over LLM-proposed visual concepts with a differentiable logic executor, while NAVER and SYNAPSE integrate LLM-guided logic with structured tool invocation and verification. ViUniT validates visual programs using visual unit tests. VADAR dynamically constructs Pythonic APIs and uses a test agent to validate generated functions; TANGO composes executable programs from navigation and exploration primitives; and PMA adopts a hierarchical Planner–Manager–Actor architecture with an object-centric cognitive map for long-horizon visual reasoning.

a

Figure 5: Tool-enhanced LLMs (Stage II) and VLMs (Stage III) pipeline..

4.2.3 Synthesis and Outlook↩︎

Overall, this class of methods reflects a shift from static prompting to interactive, interpretable, and dynamically evolving tool use, where LLMs are not just passive planners, but increasingly learn to reason with and through tools [71]. These advances lay the groundwork for future multimodal agents with stronger compositionality, reliability, and generalization.

However, these methods have a critical bottleneck in that there is an unbounded number of interpretations from a finite set of visual building blocks. When LLMs operate solely on textual descriptions converted from visual inputs, their abstraction capacity becomes a major limitation. If the abstraction is inaccurate, misaligned, or fails to capture essential visual cues, crucial information may be lost during the conversion. This impairs the system’s ability to solve the task correctly, as important visual semantics are never incorporated into the reasoning process.

Table 4: Taxonomy of representative tool-enhanced methods in Stage II and Stage III.
Model Venue Stage Planner Tool Interface Control State / Feedback PnP Scope Core Training
Stage II: Tool-enhanced LLMs
Visual ChatGPT [125] arXiv 2023 II LLM Workflow One-pass None TF wrapper Training-free
GPT4Tools [124] NeurIPS 2023 II LLM Tool call One-pass None Trained tool-user SFT
HuggingGPT [127] NeurIPS 2023 II LLM Workflow One-pass None TF wrapper Training-free
Chameleon [69] NeurIPS 2023 II LLM Workflow One-pass None TF wrapper Training-free
VisProg [67] CVPR 2023 II LLM Program One-pass None TF wrapper Training-free
ViperGPT [126] ICCV 2023 II LLM Program One-pass None TF wrapper Training-free
MM-REACT [132] arXiv 2023 II LLM Tool call Iterative Text obs. TF wrapper Training-free
InternGPT [130] arXiv 2023 II LLM Tool call Iterative Text obs. TF wrapper Training-free
LEFT [36] NeurIPS 2023 II LLM Program One-pass Ver. Trained reasoner SFT
CLOVA [133] CVPR 2024 II LLM Program Iterative Mem.+Ver. Trained tool-user SFT
VisRep [83] CVPR 2024 II LLM Program One-pass None Trained reasoner SFT
HYDRA [29] ECCV 2024 II LLM Workflow Iterative Mem.+Ver. Trained policy RL
CRAFT [128] ICLR 2024 II LLM Tool call One-pass None TF wrapper Training-free
VIoTGPT [123] AAAI 2025 II LLM Tool call One-pass None Trained tool-user SFT
ContextualCoder [129] TMM 2025 II LLM Program One-pass None TF wrapper Training-free
ViuniT [136] CVPR 2025 II LLM Program One-pass Ver. TF wrapper Training-free
NAVER [134] ICCV 2025 II LLM Program Iterative Mem.+Ver. TF wrapper Training-free
SYNAPSE [135] AAAI 2025 II LLM Program One-pass Ver. TF wrapper Training-free
DWIM [71] ICCV 2025 II LLM Workflow Iterative Ver. Trained tool-user SFT
VADAR [137] CVPR 2025 II LLM Program Iterative Ver. TF wrapper Training-free
TANGO [138] CVPR 2025 II LLM Program One-pass None TF wrapper Training-free
PMA [139] EMNLP 2025 II LLM Workflow Iterative Mem. TF wrapper Training-free
Stage III: Language-Mediated Grounding Action Control
Image-of-Thought [86] arXiv 2024 III VLM Workflow One-pass None TF wrapper Training-free
P2G [79] arXiv 2024 III VLM Tool call One-pass None TF wrapper Training-free
LLaVA-Plus [140] ECCV 2024 III VLM Tool call One-pass None Trained tool-user SFT
Syn [141] CVPR 2024 III VLM Workflow One-pass None Trained reasoner SFT
LATTE [142] EMNLP 2025 III VLM Tool call Iterative None Trained tool-user SFT
Stage III: Embedding-Mediated Grounding Action Control
VITRON [143] NeurIPS 2024 III VLM Latent routing One-pass None Latent-coupled SFT
VisionLLM v2 [144] NeurIPS 2024 III VLM Latent routing One-pass None Latent-coupled SFT
Stage III: Visual Feedback
Wiki-PRF [145] NeurIPS 2025 III VLM Tool call One-pass Vis. Trained policy RL
VToolR1 [146] ICLR 2026 III VLM Tool call Iterative Vis. Trained policy RL
GCA [147] CVPR 2026 III VLM Program Iterative Mem.+Vis. TF wrapper Training-free
VIREO [84] EMNLP 2024 III VLM Workflow Iterative Mem.+Vis. Trained plug-in SFT
Visual Sketchpad [148] NeurIPS 2024 III VLM Program Iterative Mem.+Vis. TF wrapper Training-free
Creative Agents [149] UAI 2025 III VLM Workflow One-pass Vis. TF wrapper Training-free
OpenThinkIMG [150] arXiv 2025 III VLM Tool call Iterative Mem.+Vis. Trained policy SFT+RL
MACT [151] CVPR 2026 III VLM Workflow Iterative Mem.+Vis.+Ver. Multi-agent plug-in SFT

3.0pt

Planner denotes the central module that selects, invokes, or coordinates tools. Tool Interface specifies whether tools are invoked through direct tool calls, executable programs, multi-step workflows, or latent routing. Control distinguishes single-pass execution from iterative replanning using intermediate observations. State / Feedback summarizes whether the agent maintains memory (Mem.), receives visual feedback (Vis.), uses textual observations (Text obs.), or performs verification (Ver.). PnP Scope distinguishes training-free wrappers (TF wrapper), trained tool users, trained plug-in reasoners, trained tool-use policies, latent-coupled architectures, and multi-agent plug-ins. Core Training refers only to the planner, reasoner, or tool-use policy, excluding training of external tools or low-level modules.

4.3 Stage III: Tool-Enhanced Vision-Language Models↩︎

Tool-enhanced VLMs extend tool-enhanced LLMs by replacing the underlying LLM with a VLM, enabling more direct and flexible visual interaction, as illustrated in Figure 5 and Table 4. Unlike tool-enhanced LLMs where planners rely on preprocessed visual information from tools, this framework allows planners to directly receive raw images as input, reducing information loss and improving efficiency. Large-scale VLMs are dynamically augmented with external tools, enabling selective invocation of specialized systems (, object detectors, OCR engines, segmenters, and image generators) via natural language interfaces or latent control signals. This architecture enhances performance on complex tasks and mitigates issues such as hallucination and weak visual grounding.

Tool-enhanced VLMs can be broadly classified based on the modality and explicitness of their tool interaction. The first category, referred to as language-mediated control, includes models that issue interpretable instructions, such as natural language prompts or symbolic commands, to activate tool functionalities. The second category, termed embedding-mediated integration, encompasses models that coordinate tool use through learned latent representations, embedding control logic directly into the architecture without relying on explicit symbolic mediation.

4.3.1 Language-Mediated Grounding Action Control↩︎

Models such as Image-of-Thought [86], P2G [79], LLaVA-Plus [140], Syn [141], VIREO [84], and GCA [147] exemplify VLM-centered planning paradigms. These systems rely on the VLM to generate interpretable grounding actions, including natural-language prompts, symbolic commands, code-like programs, or formal constraints, which are then used to invoke relevant external tools for perception and reasoning.

For example, Image-of-Thought [86] simulates human cognitive processes by planning sequences of visual operations like segmentation or cropping and combining the resulting visual rationales with textual reasoning. P2G [79] facilitates fine-grained visual understanding by allowing the VLM to dynamically request help from OCR or grounding agents, particularly for high-resolution and text-rich images. LLaVA-Plus [140] employs a modular design in which the VLM acts as a planner that generates “Thought-Action-Value” prompts to control a repository of pre-trained visual tools. VIREO [84] and LATTE [142] improve multi-step reasoning by automatically decomposing questions and invoking tools step-by-step to resolve sub-questions.

Furthermore, with the emergence of GPT-o1 and DeepSeek-R1, reinforcement learning-based approaches for tool selection and intermediate evidence filtering have gained traction. OpenThinkIMG [150] and VToolR1 [146] optimize visual tool use for image-based reasoning, while Wiki-PRF [145] extends this idea to retrieval-augmented visual reasoning by training a VLM to dynamically invoke visual tools, retrieve multimodal knowledge, and filter irrelevant evidence using reward signals.

4.3.2 Embedding-Mediated Grounding Action Control↩︎

By contrast, VITRON [143] and VisionLLM v2 [144] exemplify models in the second category, where interaction with external modules occurs through learned embeddings rather than textual prompts. These systems embed communication pathways directly into their architecture. VITRON [143] employs a hybrid message-passing framework that combines discrete routing tokens with continuous embeddings to activate various back-end modules for tasks like image editing, segmentation, and video generation. VisionLLM v2 [144] introduces a “super link” mechanism that routes task-specific information using learnable query embeddings bound to routing tokens, allowing seamless integration of decoders for diverse tasks such as object detection, pose estimation, and image synthesis.

4.3.3 Visual Feedback in Tool-Enhanced VLMs↩︎

A more general class of tool-enhanced approaches for compositional visual reasoning aims to incorporate feedback during multi-turn, iterative processes. The most common form of feedback is textual, often delivered through natural language messages or structured programming outputs. However, when VLMs are used for action grounding and receive raw image inputs directly, this enables the system to obtain visual feedback in the form of updated or modified images. This gives rise to a distinct framework in which the model interacts with external tools to operate on images and then processes the resulting visual input for further reasoning.

A related direction introduces agent-wise collaboration and self-correction into VLM-centered tool use. MACT [151] decomposes visual reasoning into planning, execution, judgment, and answer agents, where the judgment agent verifies intermediate results and redirects earlier agents for revision, enabling adaptive test-time scaling and stronger factual grounding.

Models like Visual Sketchpad [148], VToolR1 [146], Self-Imagine [152], Creative Agents [149], and GCA [147] extend the visual-feedback paradigm by using external tools to synthesize imagined, modified, or intermediate visual states during reasoning.

4.3.4 Synthesis and Outlook↩︎

While tool-enhanced VLMs demonstrate strong generalization, grounded reasoning, and modular interpretability, they also present distinct challenges. These include high computational demands, increased input complexity, reliance on external tool accuracy, and architectural overhead [62], [79], [124], [144]. Future work should focus on improving integration robustness and efficiency—moving from prompt-based orchestration toward seamless architectural unification—to enable scalable and general-purpose multimodal agents [153].

4.4 Stage IV: Chain-of-Thought Reasoning VLMs↩︎

a

Figure 6: Monolithic versus Chain-of-Thought (CoT) reasoning VLMs (Stage IV) pipeline..

Table 5: Taxonomy of representative Chain-of-Thought reasoning VLMs in Stage IV.
Model Venue Subtype Trace Form Evidence Core Signal Main Scope
Stage IV-A: Prompt-enhanced CoT Reasoning VLMs
LLaVA-CoT [154] ICCV 2025 Prompt-CoT Text stages Img SFT General multimodal reasoning
CCoT [155] CVPR 2024 Prompt-CoT Scene graph ObjRel Prompt Compositional reasoning
Stage IV-B: RL-enhanced CoT Reasoning VLMs
KARL [156] arXiv 2025 RL-CoT Perception trace VisTrace SFT+RL Knowledge-intensive visual grounding
G1 [157] arXiv 2025 RL-CoT Reasoning trajectory Img RL Bootstrapped perception and reasoning
Ground-R1 [158] arXiv 2025 RL-CoT Grounded CoT VisTrace RL Grounded visual reasoning
VisRL [159] ICCV 2025 RL-CoT Intention trace VisTrace RL Intention-driven perception
Reason-RFT [160] NeurIPS 2025 RL-CoT Reasoning trajectory Img SFT+RL General visual reasoning
VLM-R1 [161] arXiv 2025 RL-CoT R1-style trace Img SFT+RL Stable R1-style VLM reasoning
Vision-R1 [162] ICLR 2026 RL-CoT Long CoT Img SFT+RL Multimodal reasoning capability
Stage IV-C: Visually grounded CoT Reasoning VLMs
PaLI-X-VPD [94] CVPR 2024 VG-CoT Program trace ToolTrace Distill Distilling tool reasoning into VLMs
VoCoT [82] NAACL 2025 VG-CoT Region tuple Box SFT Visually grounded multi-step reasoning
LLaVA-Aurora [163] CVPR 2025 VG-CoT Perception tokens Token SFT Fine-grained perception-enhanced reasoning
VISTAR [164] CVPRW 2025 VG-CoT Subtask trace VisTrace SFT Interpretable VQA reasoning
MM-GCoT [88] CVPR 2026 VG-CoT Grounded CoT VisTrace SFT Answer-grounding consistency
CoReS [165] ECCV 2024 VG-CoT Seg.-logic chain Mask SFT Reasoning segmentation
Stage IV-D: Geometry- and Cross-view-grounded CoT Reasoning VLMs
GeoThinker [166] ICML 2026 Geo-CoT Geometry trace Geo3D Distill Spatial reasoning with 3D priors
3DThinker [167] CVPR 2026 Geo-CoT 3D latent trace Geo3D Distill 3D geometric imagination
VIEW2SPACE [168] ECCV 2026 XView-CoT Multi-view CoT Box SFT Cross-view spatial reasoning
MindCube [169] ICLR 2026 XView-CoT Cognitive map ObjRel SFT Spatial mental modeling

2.5pt

Subtype denotes the main mechanism used to elicit or learn CoT reasoning: Prompt-CoT, RL-CoT, visually grounded CoT (VG-CoT), geometry-distilled CoT (Geo-CoT), cross-view CoT (XView-CoT), and unified end-to-end CoT (Unified-CoT). Trace Form summarizes the intermediate reasoning representation, such as textual stages, scene graphs, visual programs, grounded tuples, segmentation chains, geometry traces, 3D latent traces, cognitive maps, or unified understanding-thinking-answering traces. Evidence uses controlled labels: Img = image-level evidence; ObjRel = object-relation structure; Box = bounding boxes or region references; Mask = segmentation masks; Token = learned perception tokens; ToolTrace = tool-generated traces; VisTrace = explicit visual evidence or grounded observations; Geo3D = geometric or 3D priors; MultiView = sparse or cross-view observations; HiRes = high-resolution visual evidence. Core Signal denotes the dominant learning or supervision signal: Prompt, SFT, Distill, RL, or SFT+RL.

Recent developments in vision-language models (VLMs) have led to the emergence of a new generation of chain-of-thought (CoT) reasoning-centric, end-to-end architectures as illustrated in Table 5 and Figure 6. Unlike prompt-enhanced or tool-enhanced systems that rely on external modules and prompt chaining, these models aim to integrate perception and reasoning into a single forward pass, leveraging pretraining and fine-tuning strategies inspired by large-scale LLM developments, such as GPT-o1 [170] and DeepSeek-R1 [171]. This section categorizes these models into four evolving trends: 1) Prompt-enhanced CoT reasoning VLMs; 2) RL-enhanced CoT reasoning VLMs; 3) Visually grounded CoT reasoning VLMs; 4) Geometry- and Cross-view-grounded CoT Reasoning VLMs.

4.4.1 Prompt-Enhanced CoT Reasoning VLMs↩︎

Prompt-enhanced CoT reasoning VLMs simulate multi-step reasoning behavior within a standard vision-language pipeline by leveraging in-context prompting or explicit stage-wise instruction formats. These models often frame the problem through intermediate representations or structured sub-tasks that guide reasoning while avoiding external modules or extra learning. A representative example is LLaVA-CoT [154], which breaks its output into structured reasoning stages, including summarization, captioning, intermediate deduction, and final conclusion. Similarly, CCoT [155] enhances compositionality by instructing the model to generate scene graphs from the input, which then guide the reasoning process through object-centric abstractions. GPT-o1-style prompting strategies extend this approach by defining explicit intermediate stages that structure the reasoning process in a predetermined manner. While these methods demonstrate improved performance and explainability through fixed structures, their reasoning capacity remains constrained by limited adaptability and generalization across diverse tasks.

4.4.2 RL-Enhanced CoT Reasoning VLMs↩︎

Inspired by proprietary reasoning models such as GPT-o1 [170] and DeepSeek-R1 [171], RL-enhanced CoT reasoning VLMs internalize systematic reasoning through combined supervised fine-tuning and reinforcement learning. These models typically adopt a two-phase learning framework: an initial supervised fine-tuning stage to encode reasoning patterns, followed by reinforcement learning or curriculum-based refinement to improve generalization and robustness. For example, Reason-RFT [160], Vision-R1 [162], VLM-R1 [161] and VisRL [159] leverage Group Relative Policy Optimization (GRPO) [172] to balance logical coherence with perceptual grounding during reasoning. KARL [156] introduces a cognition-perception synergy where reasoning accuracy and visual comprehension mutually enhance each other. G1 [157] adapts these strategies for visually interactive settings, enabling perception-grounded decision-making across complex tasks. Ground-R1 [158] introduces interpretable reasoning by decoupling visual evidence grounding from answer generation, trained end-to-end using only question-answer pairs without external annotations.

The two-phase learning framework aligns with findings that RL can encourage VLMs to actively search for correct answers [158], [171]. From an optimization standpoint, the performance improvements from RL (, RLHF) stem from how it reshapes the model’s output distribution. In distributional terms, the SFT objective corresponds to trajectory-level distribution matching using forward KL divergence (\(KL(P_{data} \Vert Q_{\theta})\)), encouraging the model \(\theta\) to broadly match the empirical distribution of the training data. While maximizing this distributional coverage ensures diversity, it also assigns probability mass to plausible but suboptimal or irrelevant outputs. In contrast, RL shifts the objective toward mode-seeking via reverse KL divergence (\(KL(Q_{\theta} \Vert P_{data})\)), training the model to concentrate specifically on generating outputs that are consistently correct or optimal. Although this reduces behavioral diversity, it yields more coherent and accurate responses, which is particularly beneficial in multi-step reasoning tasks where correctness and logical consistency outweigh broad coverage [173][175].

Although these models represent a significant shift toward more autonomous and cognitively aligned reasoning architectures, they often require substantial computational resources and careful curriculum design to achieve robust performance. While both RL-enhanced and prompt-enhanced CoT reasoning VLMs provide interpretable solutions by exposing structured reasoning steps, they still depend on implicit reasoning paths and typically lack explicit intermediate supervision or visual grounding.

4.4.3 Visually Grounded CoT Reasoning VLMs↩︎

Visually grounded CoT reasoning VLMs explicitly couple reasoning steps with visual grounding information, producing interpretable intermediate outputs such as bounding boxes, object references, or spatial annotations alongside final answers. This class of models benefits from training data that aligns structured reasoning with grounded visual supervision, either synthesized via tool-based pipelines or adapted from existing multimodal datasets  [68], [176], [177].

A representative example is PaLI-X-VPD [94], which introduces visual program distillation to inject coherent, tool-generated chain-of-thought reasoning traces into the training process. Building on the idea of explicit object grounding, VoCoT [82], LLaVA-Aurora [163] formulates each reasoning step as a tuple combining a visual region, its spatial coordinates, and a semantic description, enabling object-centric, multi-step inference. MM-GCoT [88] and VISTAR [164] contribute a dedicated dataset designed to enforce answer-grounding consistency, encouraging VLMs to align each reasoning step with grounded visual evidence. CoReS [165] advances this line by combining segmentation and logical inference through interleaved dual chains, improving compositional and fine-grained visual reasoning.

Despite their interpretability and stronger grounding, these models often depend on costly training pipelines and high-quality grounded traces, which may limit scalability and generalization in less structured environments.

4.4.4 Geometry- and Cross-view-grounded CoT Reasoning VLMs↩︎

Geometry-distilled and cross-view CoT reasoning VLMs extend Stage IV by injecting spatially structured evidence into the internal reasoning process of VLMs. Unlike visually grounded CoT methods that mainly supervise intermediate steps with explicit 2D evidence such as boxes, masks, or object references, this direction distills or constructs geometric priors from depth cues, 3D representations, viewpoint transformations, and limited-view observations. As a result, reasoning is guided not only by visible regions or textual rationales, but also by implicit spatial structures that encode depth, layout, occlusion, viewpoint consistency, and cross-view correspondences.

GeoThinker [166] actively integrates geometric evidence for spatial inference, while 3DThinker [167] grounds reasoning in 3D geometric imagination from limited views. MindCube [169] and VIEW2SPACE [168] further extend this paradigm to cross-view spatial reasoning, where grounded traces may take the form of cognitive maps, viewpoint-aware evidence, or multi-view spatial correspondences. Together, these methods move CoT VLMs from language- or region-grounded reasoning toward geometry-aware spatial reasoning, where 3D priors and cross-view evidence serve as implicit grounding signals for compositional inference. However, their reliance on geometric supervision, 3D foundation models, simulation data, or limited-view annotations may constrain scalability, and their latent spatial reasoning process is often less interpretable than explicit grounding traces.

4.4.5 Synthesis and Outlook↩︎

CoT reasoning VLMs bridge perception and inference by exposing intermediate reasoning steps. Prompt-enhanced and RL-enhanced methods improve the structure and reliability of reasoning, while visually grounded CoT models align intermediate steps with explicit 2D evidence such as boxes, masks, or object references. More recent geometry-distilled approaches further push this paradigm by injecting 3D grounding signals into VLMs, encouraging models to produce CoT traces that encode depth, layout, viewpoint consistency, and latent spatial structure. The next frontier is therefore to develop CoT VLMs whose reasoning is not only linguistic and visually grounded, but also geometrically aware. However, the predominantly single-pass nature of current CoT architectures still limits iterative evidence inspection, self-correction, and refinement for complex visual reasoning tasks.

4.5 Stage V: Unified Agentic Vision-Language Models↩︎

a

Figure 7: Illustration of unified agentic VLM (Stage V) inference. The model iteratively refines its understanding by appending intermediate outputs to the input and dynamically invoking internal capabilities to resolve complex visual reasoning tasks..

Table 6: Representative unified agentic VLMs in Stage V.
Model Venue Subtype Visual State Action / Mechanism Memory Feedback Training
Explicit visual exploration and goal-driven evidence acquisition
SEAL [178] CVPR 2024 Exploration Retrieved patches Guided visual search Visual Training-free
DC2 [179] AAAI 2025 Exploration Image patches Divide-conquer-combine Visual/Text Training-free
ZoomEye [180] arXiv 2024 Exploration Patch tree Confidence-guided zooming Confidence Training-free
FAST [181] ICLR 2025 Exploration Evidence chain Fast-slow visual reasoning Visual Training-free
CogCoM [105] ICLR 2025 Exploration Manipulation trace Chain-of-manipulations Visual SFT
GeReA [182] arXiv 2024 Exploration Question-aware captions Prompt-caption evidence Text Training-free
Insight-V [183] CVPR 2025 Exploration Long visual trace Long-chain visual reasoning Visual/Text SFT
Argus [27] CVPR 2025 Exploration Grounded CoT Vision-centric reasoning Visual SFT
VisCoT [184] NeurIPS 2024 Exploration Visual CoT Step-wise visual reasoning Visual/Text SFT
ViGoRL [185] NeurIPS 2026 Exploration Grounded states Grounded reinforcement learning Reward RL
SIFThinker [186] AAAI 2026 Exploration Focused image regions Spatially-aware image focus Visual SFT
DeepEyes [187] ICLR 2026 Exploration Image-based states Thinking with images Reward/Visual RL
Latent visual-state reasoning and world-model-like imagination
Mirage [188] arXiv 2025 Latent imagination Latent visual tokens Machine mental imagery Latent SFT
FOREWARN [189] RSS 2025 Latent visual state Latent world state World-model dynamics Latent SFT
Astra [190] arXiv 2026 World imagination Novel-view observations World-simulator imagination Simulated visual RL

3.0pt

Unified agentic VLMs represent a recent shift in multimodal reasoning, wherein the model actively plans, adapts, imagines, and executes a sequence of decisions to solve complex visual tasks [178], [181]. Different from prompt-enhanced or tool-augmented systems, where language models issue static queries or deterministic tool calls, unified agentic VLMs are designed to autonomously decompose tasks, selectively gather visual evidence, and iteratively refine their reasoning process. These models exhibit a form of learned deliberation: they can identify uncertainty, determine what additional visual evidence is needed, and justify their answers through explicit reasoning and action trajectories, as illustrated in Figure 7 and Table 6.

These models [105], [179] often operate within a multi-step feedback loop that integrates perception, decision-making, execution, and memory. A typical architecture consists of a controller, usually an LLM, VLM, or learned policy model, together with visual engines or internal visual operations, such as captioning, segmentation, detection, grounding, zooming, OCR, or region retrieval, and an intermediate memory or context accumulation module. The reasoning process can be conducted explicitly, through structured chains of visual operations, or implicitly, through learned state representations. Accordingly, Stage V methods can be broadly organized into two directions. The first emphasizes explicit visual exploration, where models discover informative regions, zoom into image patches, perform visual operations, and accumulate evidence in memory to better exploit visual information already present in the input. The second emphasizes visual-state-augmented reasoning, where models maintain latent visual states, imagined representations, or world-model-like dynamics to support internal imagination, belief refinement, and reasoning over information that is not directly observed.

4.5.1 Automatic Discovery of Informative Regions and Goal-Driven Exploration↩︎

A subset of unified agentic VLMs demonstrates the ability to automatically identify, search, and discover informative regions within an image to iteratively solve subtasks and ultimately complete the overall task. These models exemplify active visual reasoning by dynamically allocating attention and modifying inputs based on task demands.

Representative systems illustrate this paradigm in diverse ways. SEAL [178] incorporates a visual working memory that stores the question, global image, target regions, and retrieved patches. When the initial image context proves insufficient, the model identifies missing visual entities, performs targeted search and cropping, and revisits the question with enriched inputs. ZoomEye [180] treats the image as a hierarchical patch tree and uses confidence scores from an MLLM to guide zoom-in actions and determine when to stop based on answer certainty. FAST [181] adopts a dual-system architecture that switches between fast and slow reasoning modes. When greater precision is needed, it activates built-in visual operations, such as segmentation and proposal generation, and aggregates the resulting evidence through a chain-of-evidence structure.

Other methods, such as CogCoM [105], VisCoT [184], Insight-V [183], GeReA [182], ViGoRL [185], SIFThinker [186], Argus [27] and DeepEyes [187] guide an LLM to generate a sequence of visual manipulation steps—such as grounding, zooming, OCR, and counting—to incrementally acquire task-relevant information. DC2 [179] proposes an alternative strategy by dividing high-resolution images into patches, summarizing them individually, and using a visual memory mechanism to selectively retrieve relevant regions at inference time.

4.5.2 Latent Imagination and World-Model-Augmented Reasoning↩︎

Another class of unified agentic VLMs augments reasoning with latent or imagined visual states rather than only inspecting visual evidence already present in the input. These methods use latent visual tokens, hidden visual representations, world-model dynamics, or simulator-generated observations to support internal imagination and reasoning beyond directly observed visual content.

Some models focus on textual imagination within the latent space. For example, Mirage [188] introduces a machine mental imagery framework that augments VLM decoding with latent visual tokens alongside textual outputs. Rather than generating pixel-level images, the model performs “visual thinking” by extending hidden state trajectories with multimodal tokens, maintaining a multimodal reasoning flow entirely in latent space. Another notable approach, FOREWARN [189], adapts the LLaMA-3.2-11B-Vision-Instruct model by replacing its image tokenization module with a world model encoder and latent dynamics component. This design allows the model to internally simulate visual states during reasoning, enabling it to perform latent imagination without relying on external rendering. Moving from latent simulation to explicit simulator-mediated imagination, Astra [190] actively requests novel-view observations from an integrated world simulator. It uses a world simulator to produce novel-view visual observations, allowing the model to reason over unobserved spatial layouts and cross-view evidence beyond the original input.

4.5.3 Synthesis and Outlook↩︎

Unified agentic VLMs enhance compositionality, adapt to ambiguous inputs, and support interpretability through intermediate visual states, visual memories, or visual artifacts [105], [179], [181], [187]. Many show strong performance on high-resolution and compositional benchmarks such as V*Bench [178], GQA [68], ReasonSeg [191], and MM-Vet [192]. They also demonstrate robustness when paired with relatively small LLMs, offering an efficient alternative to large proprietary models [95].

Nonetheless, these systems face challenges. Many rely on handcrafted prompts, special tokens, or rule-based triggers, which limit scalability [140], [165]. Multi-step pipelines often incur higher computational costs and may propagate errors through sequential stages. Visual operations such as cropping or segmentation are sometimes imprecise, especially for small or occluded objects [71], [133], [180]. Moreover, the lack of unified supervision across reasoning steps and final outputs hinders end-to-end optimization [94], [158].

In summary, agentic vision-language models represent a promising direction that combines planning, perception, and reasoning within an integrated framework. They bridge the gap between passive captioning and interactive visual understanding. Future work may focus on improving their decision policies, unifying learning objectives, and integrating them with broader multimodal toolchains to support general-purpose visual intelligence.

5 Benchmark and Evaluation↩︎

Evaluation and benchmarking play a pivotal role in assessing the progress and diagnosing the limitations of visual reasoning systems. A wide range of datasets and metrics have been developed to probe different aspects of reasoning, minimize dataset bias, and analyze model capabilities with fine-grained annotations.

5.1 Types of Benchmarks and Datasets↩︎

This subsection presents examples of different types of benchmarks and datasets, as illustrated in Figure 8.

a

Figure 8: Examples of benchmarks and datasets..

General Visual Question Answering. General VQA benchmarks aim to evaluate a model’s ability to answer natural-language questions based on real-world images. These datasets focus on broad coverage of visual concepts and diverse question types (, object presence, color, location, and actions), usually with human-generated questions. Prominent examples include VQA-v1 [193], VQA-v2 [194], COCO-QA [195], Visual Genome [196], and Visual7W [197]. These datasets focus broadly on object presence, attributes, relationships, and basic visual comprehension. Variants such as VQA-CP [198] specifically address biases through carefully restructured training and testing splits. In short, general VQA datasets are mostly well-suited for testing perception-based understanding grounded in image content alone.

Relational Scene Graph Reasoning and Systematic Generalization Relational scene graph reasoning and systematic generalization datasets are designed to evaluate a model’s ability to reason over novel combinations of familiar visual concepts, or interpret high-level semantic concepts across unseen environments. These tasks require models to perform multi-step inference, manipulate symbolic representations, and handle compositional semantics such as nested attributes, spatial relations, and logical structures. Often constructed using synthetic or structured environments, these benchmarks allow precise control over data generation and enable evaluation of reasoning fidelity and generalization capabilities under distribution shifts.

Systematic generalization is rigorously tested by datasets such as GQA [68], ReasonSeg [191], TallyQA [199], NaturalBench [89], Cola [200], the Visual Abstractions Benchmark [201], CREPE [64] and SugarCrepe [202]. These datasets explicitly target the models’ compositional generalization, relational learning, and reasoning under uncertainty. In short, this category is essential for assessing structured reasoning, generalization to novel combinations, and step-wise inference fidelity.

Synthetic and Diagnostic Evaluation. Synthetic and diagnostic benchmarks provide controlled environments to test specific reasoning sub-skills, such as attribute comparison, spatial relation tracking, and logical consistency. These datasets are often built with artificial scenes, minimizing irrelevant variability and allowing fine-grained analysis of reasoning behaviors. Diagnostic variants further introduce linguistic perturbations, attention supervision, or adversarial rephrasings to evaluate robustness and interpretability [37], [203].

Representative datasets include CLEVR [5], SHAPES [204], TaskMeAnything [205], SVRT [206], CLOSURE [207], CURI  [208] and CLEVR variants (, CLEVR-Ref+ [209], CLEVR-XAI [210], QLEVR [211], CLEVR-X [212], CLEVR-Dialog  [213]). Diagnostic benchmarks like VQA-X [214], VQA-HAT [215], and VQA-Rephrasings [216] specifically target reasoning quality, explanation generation, human attention alignment, and linguistic robustness. Additionally, synthetic tests for abstract reasoning also fall under this category, notably, Raven’s Progressive Matrices datasets (, PGM [217], RAVEN [7]). Other examples include KANDINSKYPatterns [218] and Bongard-LOGO [219], which focus on structural pattern recognition and analogy-based concept learning, respectively.

Knowledge-Based and Commonsense Reasoning. Knowledge-based and commonsense benchmarks are developed to assess a model’s capacity to incorporate external knowledge (, factual, cultural and commonsense) into the visual reasoning process. Unlike general VQA, these tasks require inference beyond observable pixels, leveraging external sources or prior training on world knowledge.

To this end, a number of datasets have been proposed to evaluate such capabilities. Examples include OK-VQA [176], A-OKVQA [177], VCR [66], FVQA [220], and KB-VQA [221], which require models to reason with factual or commonsense knowledge not present in the image. In addition, CRIC [222] further emphasizes compositional and grounded commonsense reasoning. These benchmarks are therefore crucial for evaluating whether a model can move beyond surface-level perception and engage in truly knowledge-intensive visual inference.

Image-Based Text and Document Understanding. These benchmarks focus on evaluating a model’s ability to extract, read, and reason over textual information embedded in visual formats such as photographs, charts, and scanned documents. Tasks typically involve OCR-based understanding, document layout parsing, or diagram interpretation, requiring alignment between textual and spatial structures. Representative datasets include TextVQA [223], ST-VQA [224], DocVQA [225], and AI2D [226].

High-Resolution and Fine-Grained Perception. To explore vision-language models’ capabilities in fine-grained perception, high-resolution benchmarks such as V*Bench [178], HR-Bench (4K/8K) [179], and LISA-Grounding [191] evaluate models’ performance on detailed visual scenes and precise object recognition.

Multidisciplinary and Specialized Domains. Benchmarks under this category extend visual reasoning into specialized domains or underrepresented user populations. They include medical diagnostics, accessibility for the visually impaired, cultural diversity, mathematical and chart reasoning, and embodied agents [227][233]. Many also incorporate multimodal challenges across domains.

Specialized datasets are developed for specific domains and applications, including medical imaging (, VQA-RAD [227], PathVQA [228]), visually impaired assistance (, VizWiz [229]), multilingual and cultural diversity (, WorldCuisines [230]), mathematical reasoning (, MathVista [234], ChartQA [231], Geoclidean [233]), and embodied environments (, VQA 360° [232]). Additionally, comprehensive benchmarks such as MM-Vet [192], MME [235], MMMU [236], and SEED-Bench [237] systematically evaluate vision-language capabilities across multiple reasoning domains. Benchmarks including MMBench [238], LLaVA-Bench [239], NovPhy [240], M\(^3\)CoT [241], and VisIT-Bench [242] further probe fine-grained skills such as instruction-following, physical reasoning, and visual conversational interactions.

Hallucination and Robustness Evaluation. This category includes benchmarks designed to detect hallucinated outputs, breakdowns in robustness, and model inconsistency, particularly in cases where the alignment between vision and language inputs is unreliable or weak. These tasks typically involve verifying whether model-generated responses are faithfully grounded in the input image and whether the model maintains consistent behavior under various perturbations. Representative datasets such as POPE [243], HallusionBench [244], YESBUT [245], and CausalVQA [246] are designed to ensure that model outputs remain factually supported by visual evidence.

5.2 Evaluation Metrics↩︎

Evaluating visual reasoning involves a diverse set of metrics designed to capture not only the correctness of answers but also the interpretability, grounding consistency, and efficiency of the reasoning process. These metrics are typically selected based on task characteristics, dataset design, and the specific reasoning abilities being assessed.

Accuracy-Based Evaluation. Accuracy and exact match remain the dominant metrics for classification-based tasks, including general VQA, compositional reasoning (, GQA [68]), and knowledge-intensive VQA (, OK-VQA [176], A-OKVQA [177]). For tasks with variable answers, such as TextVQA [223] and ST-VQA [224], metrics like VQA Score are used. A common evaluation paradigm in these benchmarks is option matching, a closed-set method where models select from predefined candidates. This reduces ambiguity in open-ended tasks and ensures standardized evaluation. Datasets such as CLEVR [5], ScienceQA [247], MME [235], and MMBench [238] rely on this approach to improve fairness and comparability.

Grounding and Segmentation Metrics. For tasks requiring visual localization, metrics such as Intersection over Union (IoU), and generalized IoU [248] are widely used to assess the alignment between predicted and ground-truth regions. Metrics like AP@50 and AP@75 evaluate precision at different IoU thresholds. Tasks involving visual reasoning with segmentation leverage grounding accuracy and salient object detection metrics, including S-measure and mean absolute error.

Rationale and Text Quality. To evaluate explanation quality, metrics such as BLEU [249], ROUGE [250], and CLIP sentence similarity [251] are used to assess the coherence and informativeness of generated rationales. F1, precision, and recall are employed for sequential tasks or when answers involve structured text. Metrics like answer-grounding consistency and average output token length further probe whether generated explanations align with visual evidence and maintain concise reasoning.

Task-Specific and Behavioral Metrics. Visual reasoning systems are further evaluated using specialized metrics such as search length (number of steps in visual search) [178], action counts (frequency of operations like zoom or segmentation) [86], hallucination rate (frequency of unsupported content) [252], and confidence improvement (sensitivity to question variations) [37]. Keypoint-aware evaluation and format adherence metrics are employed in manipulation and program-based reasoning settings.

Efficiency and Cost. Finally, metrics related to resource usage, such as runtime, inference latency, LLM token consumption, and financial cost, are reported to assess the computational efficiency and scalability of vision-language models [134].

These evaluation metrics collectively provide a comprehensive view of model performance, capturing both end-task accuracy and the underlying reasoning behavior, interpretability, and resource efficiency necessary for reliable multimodal intelligence.

5.3 Synthesis and Outlook↩︎

Current benchmarks and evaluation protocols provide a broad landscape for assessing visual reasoning, offering evaluations across final answer accuracy, visual grounding, textual explanation quality, and domain coverage. They support tasks ranging from general VQA to fine-grained perception, knowledge-based reasoning, and multimodal interactions, spanning diverse modalities, task types, and reasoning skills. Despite this breadth, several critical limitations remain.

An important limitation in current evaluation practices is that existing benchmarks rarely evaluate explicit intermediate reasoning steps, also referred to as step-level or thought-step outputs, which have become increasingly central in recent compositional visual reasoning methods. Traditional evaluation metrics like BLEU [249], ROUGE [250], and grounding scores provide only indirect assessments by evaluating final rationales or explanations. Consequently, they fail to directly measure the accuracy, coherence, or causal consistency of individual reasoning steps. For instance, a model might produce correct final answers but rely on incorrect intermediate deductions or superficial correlations.

Second, current benchmarks lack explicit quantification and analysis of reasoning difficulty levels, making it challenging to understand the distribution of question complexity. Questions involving a single object and its attributes are significantly easier compared to those involving multiple objects with intricate attribute references and complex inter-object relationships. For example, a question like “What color is the ball?” demands far simpler reasoning than “Which object next to the small blue cube is the largest red sphere?” Without explicitly defined difficulty scales, researchers cannot accurately evaluate a model’s capacity to handle varying complexity levels.

To address these issues, future benchmarks should: 1) incorporate detailed annotations and corresponding metrics to evaluate intermediate reasoning steps, with a particular focus on assessing step-level consistency, causal coherence, and grounding accuracy; 2) explicitly quantify and categorize reasoning difficulty levels, enabling systematic evaluation of model performance across a spectrum of question complexities; and 3) provide comprehensive diagnostic insights by clearly differentiating reasoning capabilities, thereby helping researchers identify specific limitations in models and informing targeted improvements. Advancing these directions will enable deeper insights into model behaviors and support the robust development of compositional visual reasoning frameworks.

6 Insights, Challenges and Directions↩︎

Compositional visual reasoning (CVR) has evolved quickly in recent years, with numerous papers emerging across different classes of models and evaluated on a wide range of benchmarks. In this section, we synthesize key insights from recent research, identifying trends and promising principles. We then investigate core challenges that continue to limit scalability, generalization, and robustness, as well as examine future directions aimed at overcoming these challenges to advance general-purpose CVR systems.

6.1 Insights↩︎

Recent studies in compositional visual reasoning indicate a notable shift from static, perception-based approaches toward structured, multi-step reasoning frameworks inspired by cognitive science. Models such as Chain-of-Manipulations [105], and Visual CoT Prompting [118] introduce modular reasoning procedures that enable intermediate decision making and enhance interpretability. Dual-system frameworks, exemplified by FAST [181], emulate both intuitive and deliberative cognitive processes, while reinforcement learning–based methods like Ground-R1 [158] and Vision-R1 [162] leverage feedback signals to promote self-corrective and generalizable reasoning without heavy reliance on supervised annotations.

This trend is further exemplified by the emergence of agentic VLMs that integrate control flow, memory, and visual grounding into a unified reasoning loop. Architectures such as SEAL [178] and ZoomEye [180] enable iterative, goal-directed visual exploration guided by questions, while Griffon-R [95] fuses perception and reasoning within a single forward pass. These models demonstrate the potential of embedding planning, action selection, and evidence integration within an agentic framework for compositional tasks.

To address data scarcity, researchers have turned to automated pipelines that synthesize supervision using LLMs and vision models. These pipelines generate CoT rationales, visual masks, and object-level annotations, providing rich multimodal supervision. Benchmarks such as MM-GCoT [88] and VoCoT [82] emphasize step-wise reasoning and grounded verification, contributing to more interpretable and robust evaluation protocols.

At the architectural level, ongoing efforts aim to unify static scene understanding with dynamic interaction and planning capabilities. This includes the development of tool-aware LLMs for adaptive tool invocation and coordination, as well as models with visual working memory mechanisms that manage long-horizon reasoning over fine-grained visual inputs. Models like DC2 [179] and SEAL [178] illustrate the effectiveness of such memory-based designs in maintaining contextual coherence while minimizing computational overhead.

6.2 Key Challenges and Future Directions↩︎

Despite the rapid progress in compositional visual reasoning, significant challenges remain in enhancing reasoning capability, improving data quality, integrating architectures, and refining evaluation methodology. Addressing these limitations is essential for developing scalable, trustworthy, and general-purpose compositional visual reasoning systems.

6.2.1 Limitations of LLM-Based Reasoning↩︎

A central limitation across all five stages of compositional visual reasoning systems discussed is their heavy reliance on LLMs as the core reasoning module. While LLMs excel at processing natural language and generating coherent text, they often lack the grounded, structured reasoning necessary for complex visual tasks. In particular, LLMs lack an internal world model, which limits their ability to simulate visual or physical dynamics, perform spatial transformations, or reason about hypothetical or counterfactual outcomes. These capabilities are essential for tasks such as object reconfiguration, spatial prediction, and planning tool usage [253].

For example, when tasked with predicting whether one object can fit into another or reasoning about the consequence of moving an obstacle, LLMs tend to rely on linguistic priors rather than perceptual evidence, often producing plausible but incorrect answers. This limitation is rooted in their autoregressive architecture, which is optimized for next-token prediction rather than iterative self-correction or causal inference [254].

From a cognitive standpoint, this behavior resembles System 1 reasoning—fast, heuristic, and shallow—rather than System 2 reasoning, which involves deliberate, multi-step analysis grounded in perceptual input and symbolic manipulation [255][257]. This gap is especially evident in visual reasoning benchmarks that require multi-hop spatial inference, counterfactual exploration, or tracking of visual state changes, where LLMs often fail to reason beyond surface-level correlations [258], [259].

Potential Directions. To address these challenges, one promising solution is to introduce an explicit internal world model into compositional visual reasoning systems. Such models would enable agents to simulate hypothetical visual scenarios, reason over spatial and temporal dynamics, and plan multi-step actions grounded in perception. This capability supports forward simulation, counterfactual inference, and long-horizon planning. It also aligns more closely with System 2 reasoning. Incorporating world models takes inspiration from model-based reinforcement learning and offers a pathway to bridging the gap between language-driven reasoning and perceptually grounded intelligence [158].

6.2.2 Hallucinations↩︎

Although LLMs are highly effective at language-based inference, their reasoning often lacks a strong connection to visual content, particularly when visual inputs are projected into language space without sufficient grounding. This misalignment can lead to hallucinated conclusions, superficial associations, and inaccurate spatial or relational reasoning [79], [86]. For instance, when presented with an image of a green banana, an LLM may incorrectly respond that the banana is yellow, reflecting linguistic bias rather than perceptual evidence.

Compositional approaches, while modular in structure, are not fully immune to hallucination and unfaithfulness. Models can produce plausible yet unsupported intermediate steps or final answers, especially when reasoning components operate on incomplete or poorly grounded visual information [71], [95], [105]. These issues may arise from semantic mismatches between visual inputs and symbolic reasoning, limited supervision during grounding, or an overdependence on prior knowledge encoded in the LLM [39], [41].

Furthermore, shortcut learning persists even in multi-step pipelines, where models exploit spurious correlations within decomposed tasks rather than reason from visual evidence. These issues limit generalization, decrease interpretability, and reduce confidence in system outputs, highlighting the need for improved alignment, step-level supervision, and stronger grounding mechanisms in compositional reasoning frameworks [88], [181].

Potential Directions. Given the ambiguity and context-dependence of real-world CVR tasks, incorporating interactive frameworks with human-in-the-loop supervision holds promise. Allowing users to guide, verify, or revise intermediate reasoning steps can enhance both system reliability and user trust. Such interaction also supports adaptive learning by providing feedback signals that reinforce faithful reasoning.

6.2.3 Bias Toward Deductive Reasoning↩︎

Most current compositional visual reasoning systems predominantly rely on deductive reasoning, where inference steps follow formal logic. However, this approach assumes the correctness of initial premises and can produce erroneous conclusions when the inputs are noisy or biased [26], [260]. For example, a system might conclude that an object is a chair because it has four legs and a backrest, even if the object is actually a sculpture, due to flawed visual grounding.

Potential Directions. To improve robustness and adaptability, alternative reasoning paradigms offer promising directions. Inductive reasoning enables models to generalize patterns from visual observations—such as learning affordances from multiple object instances [261], [262]. Abductive reasoning supports generating plausible explanations when visual input is ambiguous, for instance, inferring that a spilled drink on the floor suggests a tipped-over glass nearby [263], [264]. Analogical reasoning facilitates relational transfer, such as applying knowledge about assembling furniture from diagrams to configuring unfamiliar mechanical parts in a robotics task, where similar spatial relations and assembly logic are required [265], [266].

6.2.4 Data Limitations and Scalability Challenges↩︎

Progress in compositional visual reasoning is significantly hindered by data-related constraints. Existing datasets lack sufficient compositional diversity, multi-step supervision, and grounded visual programs, limiting the development of robust reasoning capabilities [267], [268]. High-quality annotations for step-by-step inference are costly and difficult to scale [79], [162], [269], while synthetic pipelines introduce noise due to unreliable perception tools [71], [133].

Supervised fine-tuning on curated CoT data can cause overfitting and cognitive rigidity, restricting generalization [71], [94], [160]. Automatically generated instruction data often lacks reasoning depth and diversity, and even advanced models like GPT-4V can yield unfaithful or inconsistent outputs [105], [181]. Benchmarks such as CLEVR [5] and VQA [193] still emphasize shallow tasks, overlooking multi-step reasoning [88], [270].

Potential Directions. Addressing data scarcity and scalability challenges requires the development of more efficient and grounded data construction strategies. One promising direction is to build hybrid data engines that combine synthetic scene generation with real-world imagery, augmented by perception-enhanced simulation environments [271], [272]. These platforms can generate richly annotated multi-step reasoning traces with minimal manual effort. Additionally, leveraging weak supervision, self-training, and feedback-driven refinement can mitigate annotation costs while improving fidelity and reasoning diversity. Instruction tuning with human-in-the-loop filtering or discrepancy-aware self-verification can further enhance data quality [71], [83], [273].

6.2.5 Tool Integration and Architectural Bottlenecks↩︎

Compositional visual reasoning faces architectural challenges in the integration of LLMs with vision modules and external tools. Current systems often lack tool awareness, incur high computational costs during tool use, and struggle with re-planning based on intermediate results [29], [69], [71], [83]. Vision encoders introduce information bottlenecks by projecting low-resolution inputs into limited token spaces [60], [71], [178], while fragmented pipelines that treat static and dynamic content separately weaken cross-modal grounding [94], [133], [140], [143].

Tool learning is hindered by retrieval constraints, inconsistent tool formats, limited generalization to unseen tools, and underdeveloped multimodal capabilities [69], [274]. Balancing reasoning depth with efficiency remains an open issue [275].

Potential Directions. Future research should explore more integrated architectures that support tighter coupling between perception, reasoning, and tool execution. Promising directions include improving tool-awareness, designing efficient planning and re-planning strategies, enhancing cross-modal grounding, and supporting scalable generalization to unseen tools.

6.2.6 Benchmark Limitations and Evaluation Contamination↩︎

Current benchmarks often overestimate model capabilities by relying on in-distribution data and biased annotations [202], [276]. Models frequently exploit linguistic shortcuts instead of engaging in faithful visual reasoning [37], [273]. Evaluation contamination arises from synthetic queries, artificial distribution shifts, and browsing-enabled LLMs, which obscure reasoning failures [132], [252].

A particularly critical gap lies in the evaluation of compositional visual reasoning models. Although these methods emphasize explicit intermediate reasoning steps, current benchmarks typically assess performance based solely on final answers, without evaluating the quality or faithfulness of the intermediate reasoning process. This evaluation limitation undermines interpretability and hampers progress toward robust, generalizable visual reasoning [277].

Potential Directions. Future progress relies on the development of more nuanced evaluation protocols that move beyond final answer accuracy. Promising directions include difficulty-aware scoring, assessment of intermediate reasoning steps, and multimodal explanation evaluation. Moreover, extending benchmarks to include richer visual compositions, multi-hop reasoning trajectories, and step-level annotations will be crucial for advancing robust and generalizable compositional visual reasoning [45].

7 Conclusion↩︎

In this survey, we focus on recent advances in compositional visual reasoning (CVR), a rapidly emerging research direction that emphasizes structured, multi-step reasoning over visual inputs. Unlike monolithic vision-language models that directly map input to output in a single pass, CVR frameworks aim to explicitly bridge perception and reasoning through intermediate, interpretable steps. We highlight the key distinctions between these two paradigms, illustrating why compositional reasoning is essential for achieving robust and cognitively aligned intelligence.

This survey is organized around four core questions: Why is compositional visual reasoning necessary? What are the major architectural shifts and reasoning paradigms in this field? What benchmarks and evaluation protocols are currently used? What are the prevailing limitations and open challenges? To answer these questions, we reviewed over \(100\) papers and distilled the field into five major stages of development: prompt-enhanced language-centric methods, tool-enhanced LLMs, tool-enhanced VLMs, chain-of-thought VLMs, and unified agentic VLM-based frameworks. For each stage, we introduce representative works, analyze their design principles, and summarize their strengths and limitations. We also provide a roadmap that charts the evolution of CVR systems and offers insights for future research. In addition, we review benchmark datasets and metrics, and highlight key challenges such as visual grounding, hallucination, data scalability, system bottlenecks, benchmark limits, and evaluation contamination.

ACKNOWLEDGMENT↩︎

This work was supported by Building 4.0 CRC and the Commonwealth of Australia through the Cooperative Research Centres Program. It was also partially funded by the DARPA ANSR program (FA8750-23-2-1016) and the ARC DECRA program (DE250100032).

References↩︎

[1]
A. Zerroug, M. Vaishnav, J. Colin, S. Musslick, and T. Serre, “A benchmark for compositional visual reasoning,” Advances in neural information processing systems, vol. 35, pp. 29776–29788, 2022.
[2]
M. Zhang, J. Cai, M. Liu, Y. Xu, C. Lu, and booktitle=European. C. on C. V. Li Yong-Lu, “Take a step back: Rethinking the two stages in visual reasoning,” 2024 , organization={Springer}, pp. 124–141.
[3]
M. Frappier, “The book of why: The new science of cause and effect,” Science, vol. 361, pp. 855–855, 2018, [Online]. Available: https://api.semanticscholar.org/CorpusID:52133264.
[4]
J. Johnson et al., “Inferring and executing programs for visual reasoning,” 2017, pp. 2989–2998.
[5]
J. Johnson, B. Hariharan, L. Van Der Maaten, L. Fei-Fei, C. Lawrence Zitnick, and booktitle=Proceedings. of the I. conference on computer vision and pattern recognition Girshick Ross, “CLEVR: A diagnostic dataset for compositional language and elementary visual reasoning,” 2017, pp. 2901–2910.
[6]
B. M. Lake, T. D. Ullman, J. B. Tenenbaum, and S. J. Gershman, “Building machines that learn and think like people,” Behavioral and brain sciences, vol. 40, p. e253, 2017.
[7]
C. Zhang, F. Gao, B. Jia, Y. Zhu, and S.-C. Zhu, “RAVEN: A dataset for relational and analogical visual REasoNing,” 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 5312–5322, 2019, [Online]. Available: https://api.semanticscholar.org/CorpusID:71148268.
[8]
J. Suchan, M. Bhatt, P. Wałega, and booktitle=Proceedings. of the A. conference on artificial intelligence Schultz Carl, “Visual explanation by high-level abduction: On answer-set programming driven reasoning about moving objects,” 2018, vol. 32.
[9]
C. Jing, Y. Jia, Y. Wu, X. Liu, and booktitle=Proceedings. of the I. C. on C. V. and P. R. Wu Qi, “Maintaining reasoning consistency in compositional visual question answering,” 2022, pp. 5099–5108.
[10]
H. Liu, C. Li, Q. Wu, and Y. J. Lee, “Visual instruction tuning,” Advances in neural information processing systems, vol. 36, pp. 34892–34916, 2023.
[11]
J. Bai et al., “Qwen-VL: A versatile vision-language model for understanding, localization, text reading, and beyond,” arXiv preprint arXiv:2308.12966, 2023.
[12]
J. Li, D. Li, S. Savarese, and booktitle=International. conference on machine learning Hoi Steven, “BLIP-2: Bootstrapping language-image pre-training with frozen image encoders and large language models,” 2023 , organization={PMLR}, pp. 19730–19742.
[13]
W. Dai et al., “InstructBLIP: Towards general-purpose vision-language models with instruction tuning,” 2023, pp. 18, location = New Orleans, LA, USA, series = NIPS ’23.
[14]
Z. Liang et al., “A survey of multimodel large language models,” 2024, pp. 405–409.
[15]
F. He, Y. Wang, X. Miao, and X. Sun, “Interpretable visual reasoning: A survey,” Image and Vision Computing, vol. 112, p. 104194, 2021.
[16]
D. Bandyopadhyay, S. Bhattacharjee, and A. Ekbal, “Thinking machines: A survey of LLM based reasoning strategies,” arXiv preprint arXiv:2503.10814, 2025.
[17]
Q. Chen et al., “Towards reasoning era: A survey of long chain-of-thought for reasoning large language models,” arXiv preprint arXiv:2503.09567, 2025.
[18]
Y. Ma et al., “Position: Prospective of autonomous driving - multimodal LLMs world models embodied intelligence AI alignment and mamba,” 2025, pp. 1010–1026.
[19]
J. Fernandez Galarreta, N. Kerle, and M. Gerke, “UAV-based urban structural damage assessment using object-based image analysis and semantic reasoning,” Natural hazards and earth system sciences, vol. 15, no. 6, pp. 1087–1101, 2015.
[20]
booktitle=Proceedings. of the E. A. C. of the C. S. S. Rogers Erika, “A study of visual reasoning in medical diagnosis,” 2019 , organization={Routledge}, pp. 213–218.
[21]
L.-M. Zhan, B. Liu, L. Fan, J. Chen, and booktitle=Proceedings. of the 28th. A. I. C. on M. Wu Xiao-Ming, “Medical visual question answering via conditional reasoning,” 2020, pp. 2345–2354.
[22]
R. Wang, J. Mao, J. Hsu, H. Zhao, J. Wu, and Y. Gao, “Programmatically grounded, compositionally generalizable robotic manipulation,” arXiv preprint arXiv:2304.13826, 2023.
[23]
T. Thrush et al., “Winoground: Probing vision and language models for visio-linguistic compositionality,” 2022, pp. 5238–5248.
[24]
M. Yuksekgonul, F. Bianchi, P. Kalluri, D. Jurafsky, and booktitle=The. E. I. C. on L. R. Zou James, “When and why vision-language models behave like bags-of-words, and what to do about it?” 2023.
[25]
K. Kafle, R. Shrestha, and C. Kanan, “Challenges and prospects in vision and language research,” Frontiers in Artificial Intelligence, vol. 2, 2019, [Online]. Available: https://api.semanticscholar.org/CorpusID:127984232.
[26]
Y. Wang et al., “Exploring the reasoning abilities of multimodal large language models (MLLMs): A comprehensive survey on emerging trends in multimodal reasoning,” arXiv preprint arXiv:2401.06805, 2024.
[27]
Y. Man et al., “Argus: Vision-centric reasoning with grounded chain-of-thought,” 2025, pp. 14268–14280.
[28]
J. Yang, S. Yang, A. W. Gupta, R. Han, L. Fei-Fei, and booktitle=Proceedings. of the C. V. and P. R. C. Xie Saining, “Thinking in space: How multimodal large language models see, remember, and recall spaces,” 2025, pp. 10632–10643.
[29]
F. Ke, Z. Cai, S. Jahangard, W. Wang, P. D. Haghighi, and booktitle=European. C. on C. V. Rezatofighi Hamid, “HYDRA: A hyper agent for dynamic compositional visual reasoning,” 2024 , organization={Springer}, pp. 132–149.
[30]
A. Stanić, S. Caelles, and M. Tschannen, “Towards truly zero-shot compositional visual reasoning with LLMs as programmers,” Transactions on Machine Learning Research, 2024.
[31]
Y. Wang et al., “Multimodal chain-of-thought reasoning: A comprehensive survey,” arXiv preprint arXiv:2503.12605, 2025.
[32]
U. Sahin, H. Li, Q. Khan, D. Cremers, and booktitle=Proceedings. of the I. W. C. on A. of C. V. Tresp Volker, “Enhancing multimodal compositional reasoning of visual language models with generative negative mining,” 2024, pp. 5563–5573.
[33]
M. Deitke et al., “Molmo and PixMo: Open weights and open data for state-of-the-art vision-language models,” 2025, pp. 91–104.
[34]
W. Chen, Z. Gan, L. Li, Y. Cheng, W. Wang, and booktitle=Proceedings. of the I. W. C. on A. of C. V. Liu Jingjing, “Meta module network for compositional visual reasoning,” 2021, pp. 655–664.
[35]
W. Zheng, X. Liu, X. Ni, L. Yin, and B. Yang, “Improving visual reasoning through semantic representation,” IEEE access, vol. 9, pp. 91476–91486, 2021.
[36]
J. Hsu, J. Mao, J. Tenenbaum, and J. Wu, “What?s left? Concept grounding with logic-enhanced foundation models,” Advances in Neural Information Processing Systems, vol. 36, pp. 38798–38814, 2023.
[37]
B. S. Kim, J. Kim, D. Lee, and B. Jang, “Visual question answering: A survey of methods, datasets, evaluation, and challenges,” ACM Computing Surveys, vol. 57, no. 10, pp. 1–35, 2025.
[38]
S. Manmadhan and B. C. Kovoor, “Visual question answering: A state-of-the-art review,” Artificial Intelligence Review, vol. 53, no. 8, pp. 5705–5745, 2020.
[39]
J. Kuang et al., “Natural language understanding and inference with MLLM in visual question answering: A survey,” ACM Computing Surveys, vol. 57, no. 8, pp. 1–36, 2025.
[40]
Z. Lin, Y. Gao, X. Zhao, Y. Yang, and J. Sang, “Mind with eyes: From language reasoning to multimodal reasoning,” arXiv preprint arXiv:2503.18071, 2025.
[41]
M. J. Khan, F. Ilievski, J. G. Breslin, and E. Curry, “A survey of neurosymbolic visual reasoning with scene graphs and common sense knowledge,” Neurosymbolic Artificial Intelligence, vol. 1, pp. NAI–240719, 2025.
[42]
M. Małkiński and J. Mańdziuk, “Deep learning methods for,” ACM Computing Surveys, vol. 57, no. 7, pp. 1–36, 2025.
[43]
J. Xie, Z. Chen, R. Zhang, X. Wan, and G. Li, “Large multimodal agents: A survey,” arXiv preprint arXiv:2402.15116, 2024.
[44]
M. F. Ishmam, M. S. H. Shovon, M. F. Mridha, and N. Dey, “From image to language: A critical analysis of visual question answering (VQA) approaches, challenges, and opportunities,” Information Fusion, vol. 106, p. 102270, 2024.
[45]
J. Ma et al., “Robust visual question answering: Datasets, methods, and future challenges,” IEEE Transactions on Pattern Analysis and Machine Intelligence, 2024.
[46]
Y. Li et al., “Perception, reason, think, and plan: A survey on large multimodal reasoning models,” arXiv preprint arXiv:2505.04921, 2025.
[47]
S. Song et al., “How to bridge the gap between modalities: Survey on multimodal large language model,” IEEE Transactions on Knowledge and Data Engineering, 2025.
[48]
C. Qu et al., “Tool learning with large language models: A survey,” Frontiers of Computer Science, vol. 19, no. 8, p. 198343, 2025.
[49]
F. Cocchi, N. Moratelli, M. Cornia, L. Baraldi, and booktitle=Proceedings. of the C. V. and P. R. C. Cucchiara Rita, “Augmenting multimodal LLMs with self-reflective tokens for knowledge-based visual question answering,” 2025, pp. 9199–9209.
[50]
C. Zhang, Z. Yang, X. He, and L. Deng, “Multimodal intelligence: Representation learning, information fusion, and applications,” IEEE Journal of Selected Topics in Signal Processing, vol. 14, no. 3, pp. 478–493, 2020.
[51]
X. Hong, Y. Lan, L. Pang, J. Guo, and booktitle=Proceedings. of the I. C. on computer vision and pattern recognition Cheng Xueqi, “Transformation driven visual reasoning,” 2021, pp. 6903–6912.
[52]
K. He, X. Zhang, S. Ren, and booktitle=Proceedings. of the I. conference on computer vision and pattern recognition Sun Jian, “Deep residual learning for image recognition,” 2016, pp. 770–778.
[53]
W. He, J. Ren, R. Bai, and X. Jiang, “Two-stage rule-induction visual reasoning on RPMs with an application to video prediction,” Pattern Recognition, vol. 160, p. 111151, 2025.
[54]
W. He, J. Zhang, J. Ren, R. Bai, and booktitle=Proceedings. of the A. C. on A. I. Jiang Xudong, “Hierarchical ConViT with attention-based relational reasoner for visual analogical reasoning,” 2023, vol. 37, pp. 22–30.
[55]
J. Redmon, S. Divvala, R. Girshick, and booktitle=Proceedings. of the I. conference on computer vision and pattern recognition Farhadi Ali, “You only look once: Unified, real-time object detection,” 2016, pp. 779–788.
[56]
Z. Yu, J. Yu, J. Fan, and booktitle=Proceedings. of the I. international conference on computer vision Tao Dacheng, “Multi-modal factorized bilinear pooling with co-attention learning for visual question answering,” 2017, pp. 1821–1830.
[57]
J.-H. Kim, J. Jun, and B.-T. Zhang, “Bilinear attention networks,” Advances in neural information processing systems, vol. 31, 2018.
[58]
Z. Yu, J. Yu, Y. Cui, D. Tao, and booktitle=Proceedings. of the I. conference on computer vision and pattern recognition Tian Qi, “Deep modular co-attention networks for visual question answering,” 2019, pp. 6281–6290.
[59]
J. Lu, D. Batra, D. Parikh, and S. Lee, “ViLBERT: Pretraining task-agnostic visiolinguistic representations for vision-and-language tasks,” Advances in neural information processing systems, vol. 32, 2019.
[60]
A. Radford et al., “Learning transferable visual models from natural language supervision,” 2021 , organization={PmLR}, pp. 8748–8763.
[61]
Y.-C. Chen et al., “UNITER: UNiversal image-TExt representation learning,” 2020 , organization={Springer}, pp. 104–120.
[62]
J.-B. Alayrac et al., “Flamingo: A visual language model for few-shot learning,” Advances in neural information processing systems, vol. 35, pp. 23716–23736, 2022.
[63]
D. Zhu, J. Chen, X. Shen, X. Li, and booktitle=The. T. I. C. on L. R. Mohamed Elhoseiny, “MiniGPT-4: Enhancing vision-language understanding with advanced large language models,” 2024, [Online]. Available: https://openreview.net/forum?id=1tZbq88f27.
[64]
Z. Ma, J. Hong, M. O. Gul, M. Gandhi, I. Gao, and booktitle=Proceedings. of the I. C. on C. V. and P. R. Krishna Ranjay, “CREPE: Can vision-language foundation models reason compositionally?” 2023, pp. 10910–10921.
[65]
M. J. Cresswell, Logics and languages. Routledge , address = London, 2016.
[66]
R. Zellers, Y. Bisk, A. Farhadi, and booktitle=Proceedings. of the I. conference on computer vision and pattern recognition Choi Yejin, “From recognition to cognition: Visual commonsense reasoning,” 2019, pp. 6720–6731.
[67]
T. Gupta and booktitle=Proceedings. of the I. C. on C. V. and P. R. Kembhavi Aniruddha, “Visual programming: Compositional visual reasoning without training,” 2023, pp. 14953–14962.
[68]
D. A. Hudson and booktitle=Proceedings. of the I. conference on computer vision and pattern recognition Manning Christopher D, “GQA: A new dataset for real-world visual reasoning and compositional question answering,” 2019, pp. 6700–6709.
[69]
P. Lu et al., “Chameleon: Plug-and-play compositional reasoning with large language models,” Advances in Neural Information Processing Systems, vol. 36, pp. 43447–43478, 2023.
[70]
H. Jiang, X. Ma, W. Nie, Z. Yu, Y. Zhu, and booktitle=Proceedings. of the I. conference on computer vision and pattern recognition Anandkumar Anima, “Bongard-HOI: Benchmarking few-shot visual reasoning for human-object interactions,” 2022, pp. 19056–19065.
[71]
F. Ke et al., “DWIM: Towards tool-aware visual reasoning via discrepancy-aware workflow generation & instruct-masking tuning , booktitle = Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV),” 2025, pp. 3378–3389.
[72]
C. Zheng, J. Zhang, A. Kembhavi, and R. Krishna, “Iterated learning improves compositionality in large vision-language models , booktitle = Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR),” 2024, pp. 13785–13795.
[73]
D. Zhang et al., “Critic-v: VLM critics help catch VLM errors in multimodal reasoning,” 2025, pp. 9050–9061.
[74]
Y.-H. Liao, R. Mahmood, S. Fidler, and booktitle=Proceedings. of the C. V. and P. R. C. Acuna David, “Can large vision-language models correct semantic grounding errors by themselves?” 2025, pp. 14667–14678.
[75]
Z. Hou, X. Peng, Y. Qiao, and booktitle=Computer. V. 2020:. 16th. E. C. G. U. A. 23–28,. 2020,. P. P. X. 16. Tao Dacheng, “Visual compositional learning for human-object interaction detection,” 2020 , organization={Springer}, pp. 584–600.
[76]
A. Stone et al., “Learning visual composition through improved semantic guidance,” 2025, pp. 3740–3750.
[77]
A. Zeng et al., “Socratic models: Composing zero-shot multimodal reasoning with language,” 2023.
[78]
J. S. Park et al., “Synthetic visual genome: Dense scene graphs at scale with multimodal language models , booktitle = IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR),” 2025.
[79]
J. Chen et al., “Plug-and-play grounding of reasoning in multimodal large language models,” arXiv preprint arXiv:2403.19322, 2024.
[80]
J. Hsu, J. Mao, and J. Wu, “DisCo: Improving compositional generalization in visual reasoning through distribution coverage,” Transactions on Machine Learning Research, 2023.
[81]
S. Chen and booktitle=Proceedings. of the I. conference on computer vision and pattern recognition Zhao Qi, “Divide and conquer: Answering questions with object factorization and compositional reasoning,” 2023, pp. 6736–6745.
[82]
Z. Li, R. Luo, J. Zhang, M. Qiu, X. Huang, and booktitle =. "Proceedings. of the 2025. C. of the N. of the A. C. of the A. for C. L. H. L. T. (. Wei Zhongyu", “V oCoT: Unleashing visually grounded multi-step reasoning in large multi-modal models,” 2025", address = "Albuquerque, New Mexico, vol. 1: Long Papers), pp. 3769–3798", ISBN = "979-8-89176-189-6, [Online]. Available: https://aclanthology.org/2025.naacl-long.192/.
[83]
Z. Khan, V. K. BG, S. Schulter, Y. Fu, and booktitle=Proceedings. of the I. C. on C. V. and P. R. Chandraker Manmohan, “Self-training large language models for improved visual program synthesis with visual reinforcement,” 2024, pp. 14344–14353.
[84]
C. Cheng, J. Guan, W. Wu, and booktitle=Proceedings. of the 2024. C. on E. M. in N. L. P. Yan Rui, “From the least to the most: Building a plug-and-play visual reasoner via data synthesis,” 2024, pp. 4941–4957.
[85]
Z. Su et al., “Thinking with images for multimodal reasoning: Foundations, methods, and future frontiers,” arXiv preprint arXiv:2506.23918, 2025.
[86]
Q. Zhou, R. Zhou, Z. Hu, P. Lu, S. Gao, and Y. Zhang, “Image-of-thought prompting for visual reasoning refinement in multimodal large language models,” arXiv preprint arXiv:2405.13872, 2024.
[87]
Z. Yang et al., “The dawn of LMMs: Preliminary explorations with GPT-4V(ision),” arXiv preprint arXiv:2309.17421, vol. 9, no. 1, p. 1, 2023.
[88]
Q. Wu et al., “Grounded chain-of-thought for multimodal large language models , booktitle = Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR),” 2026, pp. 33577–33587.
[89]
B. Li et al., “Naturalbench: Evaluating vision-language models on natural adversarial samples,” 2024, vol. 37, pp. 17044–17068.
[90]
X. Fu et al., “BLINK: Multimodal large language models can see but not perceive,” 2024 , organization={Springer}, pp. 148–166.
[91]
X. Wu, D. Yu, Y. Huang, O. Russakovsky, and S. Arora, “ConceptMix: A compositional image generation benchmark with controllable difficulty,” Advances in Neural Information Processing Systems, vol. 37, pp. 86004–86047, 2024.
[92]
S. W. Kim, M. Tapaswi, and S. Fidler, “Visual reasoning by progressive module networks,” 2018 , booktitle={International Conference on Learning Representations}.
[93]
E. Jin, J. Hsu, and booktitle=The. T. I. C. on L. R. Jiajun Wu, “Predicate hierarchies improve few-shot state classification,” 2025, [Online]. Available: https://openreview.net/forum?id=lxu8Vz6cLs.
[94]
Y. Hu et al., “Visual program distillation: Distilling tools and programmatic reasoning into vision-language models,” 2024, pp. 9590–9601.
[95]
Y. Zhan et al., “Understand, think, and answer: Advancing visual reasoning with large multimodal models,” arXiv preprint arXiv:2505.20753, 2025.
[96]
P. Wang et al., “Qwen2-VL: Enhancing vision-language model’s perception of the world at any resolution,” arXiv preprint arXiv:2409.12191, 2024.
[97]
B. Xiao et al., “Florence-2: Advancing a unified representation for a variety of vision tasks,” 2024, pp. 4818–4829.
[98]
H. Liu et al., “LLaVA-NeXT: Improved reasoning, OCR, and world knowledge.” 2024, [Online]. Available: https://llava-vl.github.io/blog/2024-01-30-llava-next/.
[99]
G. Team et al., “Gemini 1.5: Unlocking multimodal understanding across millions of tokens of context,” arXiv preprint arXiv:2403.05530, 2024.
[100]
H. Lu et al., “DeepSeek-VL: Towards real-world vision-language understanding,” arXiv preprint arXiv:2403.05525, 2024.
[101]
J. Achiam et al., “GPT-4 technical report,” arXiv preprint arXiv:2303.08774, 2023.
[102]
Q. Ye et al., “mPLUG-Owl2: Revolutionizing multi-modal large language model with modality collaboration , booktitle = Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR),” 2024, pp. 13040–13051.
[103]
B. Chen et al., “SpatialVLM: Endowing vision-language models with spatial reasoning capabilities,” 2024, pp. 14455–14465.
[104]
F. Liu, G. Emerson, and N. Collier, “Visual spatial reasoning,” Transactions of the Association for Computational Linguistics, vol. 11, pp. 635–651, 2023.
[105]
J. Qi et al., “CogCoM: A visual language model with chain-of-manipulations reasoning,” 2025, [Online]. Available: https://openreview.net/forum?id=Fg0eo2AkST.
[106]
J. Austin et al., “Program synthesis with large language models,” arXiv preprint arXiv:2108.07732, 2021.
[107]
T. Kojima, S. S. Gu, M. Reid, Y. Matsuo, and Y. Iwasawa, “Large language models are zero-shot reasoners,” Advances in neural information processing systems, vol. 35, pp. 22199–22213, 2022.
[108]
K. Cobbe et al., “Training verifiers to solve math word problems,” arXiv preprint arXiv:2110.14168, 2021.
[109]
G. Zheng, B. Yang, J. Tang, H.-Y. Zhou, and S. Yang, “DDCoT: Duty-distinct chain-of-thought prompting for multimodal reasoning in language models,” Advances in Neural Information Processing Systems, vol. 36, pp. 5168–5191, 2023.
[110]
L. Chen et al., “Large language models are visual reasoning coordinators,” Advances in Neural Information Processing Systems, vol. 36, pp. 70115–70140, 2023.
[111]
H. You et al., “IdealGPT: Iteratively decomposing vision and language reasoning via large language models,” 2023, pp. 11289–11303.
[112]
Y. Hu, H. Hua, Z. Yang, W. Shi, N. A. Smith, and booktitle=Proceedings. of the I. I. C. on C. V. Luo Jiebo, “PromptCap: Prompt-guided image captioning for VQA with GPT-3,” 2023, pp. 2963–2975.
[113]
D. Zhu, J. Chen, K. Haydarov, X. Shen, W. Zhang, and M. Elhoseiny, “ChatGPT asks, BLIP-2 answers: Automatic questioning towards enriched visual descriptions,” Transactions on Machine Learning Research, 2024.
[114]
I. E. Toubal et al., “Modeling collaborator: Enabling subjective vision classification with minimal human effort via LLM tool-use,” 2024, pp. 17553–17563.
[115]
J. Huang, M. Qu, L. Li, and Y. Wei, “AdGPT: Explore meaningful advertising with ChatGPT,” ACM Trans. Multimedia Comput. Commun. Appl. , articleno = 133, vol. 21, no. 4, pp. 23, keywords = Meaningful Advertising Understanding, Large Language Models, Adaptive Reasoning Chain, 2025 , issue_date = {April 2025}, doi: 10.1145/3720546.
[116]
Z. Zhang, A. Zhang, M. Li, hai zhao, G. Karypis, and A. Smola, “Multimodal chain-of-thought reasoning in language models,” Transactions on Machine Learning Research, 2024, [Online]. Available: https://openreview.net/forum?id=y1pPWFVfvR , note={}.
[117]
H. He, G. Li, Z. Geng, J. Xu, and booktitle=The. T. I. C. on L. R. Peng Yuxin, “Analyzing and boosting the power of fine-grained visual recognition for multi-modal large language models,” 2025.
[118]
Z. Chen et al., “Visual chain-of-thought prompting for knowledge-based visual reasoning,” 2024, vol. 38, pp. 1254–1262.
[119]
Z. Yang et al., “Separation of powers: On segregating knowledge from observation in LLM-enabled knowledge-based visual question answering , booktitle = Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR),” 2025, pp. 24753–24762.
[120]
W. Fang, Q. Wu, J. Chen, and Y. Xue, “Notes-guided MLLM reasoning: Enhancing MLLM with knowledge and visual notes for visual question answering , booktitle = Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR),” 2025, pp. 19597–19607.
[121]
A. Compagnoni et al., “ReAG: Reasoning-augmented generation for knowledge-based visual question answering , booktitle = Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR),” 2026, pp. 11901–11911.
[122]
K. Li, Q. Xu, T. Qian, Y. Fu, Y. Jiao, and X. Wang, “CLiViS: Unleashing cognitive map through linguistic-visual synergy for embodied visual reasoning , booktitle = Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR),” 2026, pp. 5134–5143.
[123]
Y. Zhong, M. Qi, R. Wang, Y. Qiu, Y. Zhang, and booktitle=Proceedings. of the A. C. on A. I. Ma Huadong, “VIoTGPT: Learning to schedule vision tools towards intelligent video internet of things,” 2025, vol. 39, pp. 10680–10688.
[124]
R. Yang et al., “GPT4Tools: Teaching large language model to use tools via self-instruction,” Advances in Neural Information Processing Systems, vol. 36, pp. 71995–72007, 2023.
[125]
C. Wu, S. Yin, W. Qi, X. Wang, Z. Tang, and N. Duan, “Visual ChatGPT: Talking, drawing and editing with visual foundation models,” arXiv preprint arXiv:2303.04671, 2023.
[126]
D. Sur’is, S. Menon, and C. Vondrick, “ViperGPT: Visual inference via python execution for reasoning,” 2023 IEEE/CVF International Conference on Computer Vision (ICCV), pp. 11854–11864, 2023, [Online]. Available: https://api.semanticscholar.org/CorpusID:257505358.
[127]
Y. Shen, K. Song, X. Tan, D. Li, W. Lu, and Y. Zhuang, “HuggingGPT: Solving AI tasks with ChatGPT and its friends in hugging face,” Advances in Neural Information Processing Systems, vol. 36, pp. 38154–38180, 2023.
[128]
L. Yuan, Y. Chen, X. Wang, Y. Fung, H. Peng, and booktitle=The. T. I. C. on L. R. Heng Ji, “CRAFT : Customizing LLMs by creating and retrieving from specialized toolsets,” 2024, [Online]. Available: https://openreview.net/forum?id=G0vdDSt9XM.
[129]
R. Shen, N. Inoue, D. Guan, R. Cai, A. C. Kot, and K. Shinoda, “ContextualCoder: Adaptive in-context prompting for programmatic visual question answering,” IEEE Transactions on Multimedia, 2025.
[130]
Z. Liu et al., “InternGPT: Solving vision-centric tasks by interacting with ChatGPT beyond language,” arXiv preprint arXiv:2305.05662, 2023.
[131]
J. Hsu, G. Poesia, J. Wu, and booktitle =. P. on "I. C. B. I. N. B. F. M. in the A. of F. M. at N. 2023. W. Goodman Noah, “Can visual scratchpads with diagrammatic abstractions augment LLM reasoning?” 2023 , editor = {Antor?n, Javier and Blaas, Arno and Buchanan, Kelly and Feng, Fan and Fortuin, Vincent and Ghalebikesabi, Sahra and Kriegler, Andreas and Mason, Ian and Rohde, David and Ruiz, Francisco J. R. and Uelwer, Tobias and Xie, Yubin and Yang, Rui}, vol. 239 , series = Proceedings of Machine Learning Research, pp. 21–28, [Online]. Available: https://proceedings.mlr.press/v239/hsu23a.html.
[132]
Z. Yang et al., “MM-REACT: Prompting ChatGPT for multimodal reasoning and action,” arXiv preprint arXiv:2303.11381, 2023.
[133]
Z. Gao et al., “CLOVA: A closed-LOop visual assistant with tool usage and update,” 2024, pp. 13258–13268.
[134]
Z. Cai et al., “NAVER: A neuro-symbolic compositional automaton for visual grounding with explicit logic reasoning , booktitle = Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV),” 2025, pp. 24078–24089.
[135]
S. Modak, N. T. Patton, I. Dillig, and booktitle=Proceedings. of the A. C. on A. I. Biswas Joydeep, “SYNAPSE: SYmbolic neural-aided preference synthesis engine,” 2025, vol. 39, pp. 27529–27537.
[136]
A. Panagopoulou et al., “ViUniT: Visual unit tests for more robust visual programming,” 2025, pp. 24646–24656.
[137]
D. Marsili, R. Agrawal, Y. Yue, and booktitle=Proceedings. of the C. V. and P. R. C. Gkioxari Georgia, “Visual agentic ai for spatial reasoning with a dynamic api,” 2025, pp. 19446–19455.
[138]
F. Ziliotto, T. Campari, L. Serafini, and L. Ballan, “TANGO: Training-free embodied AI agents for open-world tasks , booktitle = Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR),” 2025, pp. 24603–24613.
[139]
Y. Zhao et al., “C ityEQA: A hierarchical LLM agent on embodied question answering benchmark in city space,” 2025", address = "Suzhou, China, pp. 12465–12480", ISBN = "979-8-89176-332-6, doi: 10.18653/v1/2025.emnlp-main.630.
[140]
S. Liu et al., “LLaVA-plus: Learning to use tools for creating multimodal agents,” 2024 , organization={Springer}, pp. 126–142.
[141]
Z. Li, B. Jasani, P. Tang, and booktitle=Proceedings. of the I. C. on C. V. and P. R. Ghadar Shabnam, “Synthesize step-by-step: Tools templates and LLMs as data generators for reasoning-based chart VQA,” 2024, pp. 13613–13623.
[142]
Z. Ma et al., “LATTE: Learning to reason with vision specialists,” 2025.
[143]
H. Fei, S. Wu, H. Zhang, T.-S. Chua, and booktitle=The. T. A. C. on N. I. P. S. Shuicheng YAN, “Vitron: A unified pixel-level vision LLM for understanding, generating, segmenting, editing,” 2024, [Online]. Available: https://openreview.net/forum?id=kPmSfhCM5s.
[144]
C. Li et al., “Multimodal foundation models: From specialists to general-purpose assistants,” Foundations and Trends® in Computer Graphics and Vision, vol. 16, no. 1–2, pp. 1–214, 2024.
[145]
J. Gu et al., “Knowledge-based visual question answer with multimodal processing, retrieval and filtering,” Advances in Neural Information Processing Systems, vol. 38, pp. 119251–119282, 2025.
[146]
M. Wu et al., “VT ool-R1: VLMs learn to think with images via reinforcement learning on multimodal tool use,” 2026, [Online]. Available: https://openreview.net/forum?id=Idst6X6gmy.
[147]
Z. Chen et al., “Geometrically-constrained agent for spatial reasoning , booktitle = Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR),” 2026, pp. 38689–38699.
[148]
Y. Hu et al., “Visual sketchpad: Sketching as a visual chain of thought for multimodal language models,” Advances in Neural Information Processing Systems, vol. 37, pp. 139348–139379, 2024.
[149]
P. Cai, C. Zhang, Y. Fu, H. Yuan, and booktitle=The. 41st. C. on U. in A. I. Zongqing Lu, “Creative agents: Empowering agents with imagination for creative tasks,” 2025, [Online]. Available: https://openreview.net/forum?id=y0dbr5uSc9.
[150]
Z. Su et al., “OpenThinkIMG: Learning to think with images via visual tool reinforcement learning,” arXiv preprint arXiv:2505.08617, 2025.
[151]
X. Yu et al., “Visual document understanding and reasoning: A multi-agent collaboration framework with agent-wise adaptive test-time scaling , booktitle = Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR),” 2026, pp. 12300–12311.
[152]
S. N. Akter, A. Madaan, S. Lee, Y. Yang, and E. Nyberg, “Self-imagine: Effective unimodal reasoning with multimodal models using self-imagination,” ArXiv, vol. abs/2401.08025, 2024, [Online]. Available: https://api.semanticscholar.org/CorpusID:266999740.
[153]
Q. Zhao et al., “CoT-VLA: Visual chain-of-thought reasoning for vision-language-action models,” 2025, pp. 1702–1713.
[154]
G. Xu et al., “LLaVA-CoT: Let vision language models reason step-by-step , booktitle = Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV),” 2025, pp. 2087–2098.
[155]
C. Mitra, B. Huang, T. Darrell, and booktitle=Proceedings. of the I. C. on C. V. and P. R. Herzig Roei, “Compositional chain-of-thought prompting for large multimodal models,” 2024, pp. 14420–14431.
[156]
X. Ma et al., “KARL: Knowledge-aware reasoning and reinforcement learning for knowledge-intensive visual grounding.” 2026 , eprint={2503.12797}, archivePrefix={arXiv}, primaryClass={cs.CV}, [Online]. Available: https://arxiv.org/abs/2503.12797.
[157]
L. Chen et al., “G1: Bootstrapping perception and reasoning abilities of vision-language model via reinforcement learning,” arXiv preprint arXiv:2505.13426, 2025.
[158]
M. Cao, H. Zhao, C. Zhang, X. Chang, I. Reid, and X. Liang, “Ground-R1: Incentivizing grounded visual reasoning via reinforcement learning,” arXiv preprint arXiv:2505.20272, 2025.
[159]
Z. Chen, X. Luo, and D. Li, “VisRL: Intention-driven visual perception via reinforced reasoning , booktitle = Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV),” 2025, pp. 2545–2555.
[160]
H. Tan et al., “Reason-rft: Reinforcement fine-tuning for visual reasoning of vision language models,” Advances in neural information processing systems, vol. 38, pp. 5772–5822, 2026.
[161]
H. Shen et al., “VLM-R1: A stable and generalizable R1-style large vision-language model,” arXiv preprint arXiv:2504.07615, 2025.
[162]
W. Huang et al., “Vision-R1: Incentivizing reasoning capability in multimodal large language models,” 2026, [Online]. Available: https://openreview.net/forum?id=UZIjskfbfU.
[163]
M. Bigverdi et al., “Perception tokens enhance visual reasoning in multimodal language models,” 2025, pp. 3836–3845.
[164]
Y. Cheng, A. Goel, and booktitle=Proceedings. of the C. V. and P. R. C. Bilen Hakan, “Visually interpretable subtask reasoning for visual question answering,” 2025, pp. 2760–2780.
[165]
X. Bao et al., “CoReS: Orchestrating the dance of reasoning and segmentation,” 2024 , organization={Springer}, pp. 187–204.
[166]
H. Li et al., “Thinking with geometry: Active geometry integration for spatial reasoning,” 2026, [Online]. Available: https://openreview.net/forum?id=2mEC3bPBlS.
[167]
Z. Chen et al., “Think with 3D: Geometric imagination grounded spatial reasoning from limited views , booktitle = Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR),” 2026, pp. 2613–2624.
[168]
F. Ke et al., “VIEW2SPACE: Studying multi-view visual reasoning from sparse observations,” arXiv preprint arXiv:2603.16506, 2026.
[169]
Q. Wang et al., “MindCube: Spatial mental modeling from limited views,” 2026, [Online]. Available: https://openreview.net/forum?id=0FhrtdKLtD.
[170]
A. Jaech et al., “OpenAI o1 system card,” arXiv preprint arXiv:2412.16720, 2024.
[171]
D. Guo et al., “DeepSeek-R1: Incentivizing reasoning capability in LLMs via reinforcement learning,” arXiv preprint arXiv:2501.12948, 2025.
[172]
Z. Shao et al., “DeepSeekMath: Pushing the limits of mathematical reasoning in open language models,” arXiv preprint arXiv:2402.03300, 2024.
[173]
T. Xiao, Y. Yuan, M. Li, Z. Chen, and booktitle=The. T. I. C. on L. R. Vasant G Honavar, “On a connection between imitation learning and RLHF,” 2025, [Online]. Available: https://openreview.net/forum?id=2QdsjiNXgj.
[174]
C. Wang, Y. Jiang, C. Yang, H. Liu, and booktitle=The. T. I. C. on L. R. Yuxin Chen, “Beyond reverse KL: Generalizing direct preference optimization with diverse divergence constraints,” 2024, [Online]. Available: https://openreview.net/forum?id=2cRzmWXK9N.
[175]
T. Chu et al., “SFT memorizes, RL generalizes: A comparative study of foundation model post-training,” 2025, [Online]. Available: https://openreview.net/forum?id=dYur3yabMj.
[176]
K. Marino, M. Rastegari, A. Farhadi, and booktitle=Proceedings. of the I. conference on computer vision and pattern recognition Mottaghi Roozbeh, “OK-VQA: A visual question answering benchmark requiring external knowledge,” 2019, pp. 3195–3204.
[177]
D. Schwenk, A. Khandelwal, C. Clark, K. Marino, and booktitle=European. conference on computer vision Mottaghi Roozbeh, “A-OKVQA: A benchmark for visual question answering using world knowledge,” 2022 , organization={Springer}, pp. 146–162.
[178]
P. Wu and booktitle=Proceedings. of the I. C. on C. V. and P. R. Xie Saining, “V?: Guided visual search as a core mechanism in multimodal LLMs,” 2024, pp. 13084–13094.
[179]
W. Wang et al., “Divide, conquer and combine: A training-free framework for high-resolution image perception in multimodal large language models,” 2025, vol. 39, pp. 7907–7915.
[180]
H. Shen et al., “Z oomEye: Enhancing multimodal LLMs with human-like zooming capabilities through tree-based image exploration,” 2025", address = "Suzhou, China, pp. 6602–6618", ISBN = "979-8-89176-332-6, doi: 10.18653/v1/2025.emnlp-main.335.
[181]
G. Sun et al., “Visual agents as fast and slow thinkers,” 2025, [Online]. Available: https://openreview.net/forum?id=ncCuiD3KJQ.
[182]
Z. Ma, S. Li, B. Sun, J. Cai, Z. Long, and F. Ma, “GeReA: Question-aware prompt captions for knowledge-based visual question answering,” arXiv preprint arXiv:2402.02503, 2024.
[183]
Y. Dong et al., “Insight-v: Exploring long-chain visual reasoning with multimodal large language models,” 2025, pp. 9062–9072.
[184]
H. Shao et al., “Visual CoT: Advancing multi-modal language models with a comprehensive dataset and benchmark for chain-of-thought reasoning,” Advances in Neural Information Processing Systems, vol. 37, pp. 8612–8642, 2024.
[185]
G. Sarch et al., “Grounded reinforcement learning for visual reasoning,” Advances in Neural Information Processing Systems, vol. 38, pp. 150977–151013, 2026.
[186]
Z. Chen et al., “SIFThinker: Spatially-aware image focus for visual reasoning,” 2026, vol. 40, pp. 20436–20444.
[187]
Z. Zheng et al., “DeepEyes: Incentivizing ”thinking with images” via reinforcement learning,” 2026, [Online]. Available: https://openreview.net/forum?id=xUyMXkI958.
[188]
Z. Yang, X. Yu, D. Chen, M. Shen, and C. Gan, “Machine mental imagery: Empower multimodal reasoning with latent visual tokens,” ArXiv, vol. abs/2506.17218, 2025, [Online]. Available: https://api.semanticscholar.org/CorpusID:279464966.
[189]
Y. Wu, R. Tian, G. Swamy, and booktitle=ICLR. 2025. W. on W. M. U. M. and S. Andrea Bajcsy, “From foresight to forethought: VLM-in-the-loop policy steering via latent alignment,” 2025, [Online]. Available: https://openreview.net/forum?id=qiv716hVAM.
[190]
C. Zhu et al., “Thinking with imagination: Agentic visual spatial reasoning with world simulators.” 2026 , eprint={2606.06476}, archivePrefix={arXiv}, primaryClass={cs.CV}, [Online]. Available: https://arxiv.org/abs/2606.06476.
[191]
X. Lai et al., “LISA: Reasoning segmentation via large language model,” 2024, pp. 9579–9589.
[192]
W. Yu et al., “MM -vet: Evaluating large multimodal models for integrated capabilities,” 2024 , editor = {Salakhutdinov, Ruslan and Kolter, Zico and Heller, Katherine and Weller, Adrian and Oliver, Nuria and Scarlett, Jonathan and Berkenkamp, Felix}, vol. 235 , series = Proceedings of Machine Learning Research, pp. 57730–57754.
[193]
S. Antol et al., “VQA: Visual question answering,” 2015, pp. 2425–2433.
[194]
Y. Goyal, T. Khot, D. Summers-Stay, D. Batra, and booktitle=Proceedings. of the I. conference on computer vision and pattern recognition Parikh Devi, “Making the v in VQA matter: Elevating the role of image understanding in visual question answering,” 2017, pp. 6904–6913.
[195]
T.-Y. Lin et al., “Microsoft COCO: Common objects in context,” 2014 , organization={Springer}, pp. 740–755.
[196]
R. Krishna et al., “Visual genome: Connecting language and vision using crowdsourced dense image annotations,” International journal of computer vision, vol. 123, no. 1, pp. 32–73, 2017.
[197]
Y. Zhu, O. Groth, M. Bernstein, and booktitle=Proceedings. of the I. conference on computer vision and pattern recognition Fei-Fei Li, “Visual7W: Grounded question answering in images,” 2016, pp. 4995–5004.
[198]
A. Agrawal, D. Batra, D. Parikh, and booktitle=Proceedings. of the I. conference on computer vision and pattern recognition Kembhavi Aniruddha, “Don’t just assume; look and answer: Overcoming priors for visual question answering,” 2018, pp. 4971–4980.
[199]
M. Acharya, K. Kafle, and booktitle=Proceedings. of the A. conference on artificial intelligence Kanan Christopher, “TallyQA: Answering complex counting questions,” 2019, vol. 33, pp. 8076–8084.
[200]
A. Ray, F. Radenovic, A. Dubey, B. Plummer, R. Krishna, and K. Saenko, “Cola: A benchmark for compositional text-to-image retrieval,” Advances in Neural Information Processing Systems, vol. 36, pp. 46433–46445, 2023.
[201]
J. Hsu, J. Mao, J. B. Tenenbaum, N. D. Goodman, and J. Wu, “What makes a maze look like a maze?” 2025 , booktitle={International Conference on Learning Representations (ICLR)}.
[202]
C.-Y. Hsieh, J. Zhang, Z. Ma, A. Kembhavi, and R. Krishna, “SugarCrepe: Fixing hackable benchmarks for vision-language compositionality,” Advances in neural information processing systems, vol. 36, pp. 31096–31116, 2023.
[203]
R. Kabir, N. Haque, M. S. Islam, et al., “A comprehensive survey on visual question answering datasets and algorithms,” arXiv preprint arXiv:2411.11150, 2024.
[204]
J. Andreas, M. Rohrbach, T. Darrell, and booktitle=Proceedings. of the I. conference on computer vision and pattern recognition Klein Dan, “Neural module networks,” 2016, pp. 39–48.
[205]
J. Zhang et al., “Task me anything,” 2024, [Online]. Available: https://openreview.net/forum?id=qeLh17biCr.
[206]
F. Fleuret, T. Li, C. Dubout, E. K. Wampler, S. Yantis, and D. Geman, “Comparing machines and humans on a visual categorization test,” Proceedings of the National Academy of Sciences, vol. 108, pp. 17621–17625, 2011, [Online]. Available: https://api.semanticscholar.org/CorpusID:12763277.
[207]
D. Bahdanau et al., “CLOSURE: Assessing systematic generalization of CLEVR models,” ArXiv, vol. abs/1912.05783, 2019, [Online]. Available: https://api.semanticscholar.org/CorpusID:208614779.
[208]
R. Vedantam, A. Szlam, M. Nickel, A. Morcos, and booktitle=International. C. on M. L. Lake Brenden M, “CURI: A benchmark for productive concept learning under uncertainty,” 2021 , organization={PMLR}, pp. 10519–10529.
[209]
R. Liu, C. Liu, Y. Bai, and booktitle=Proceedings. of the I. conference on computer vision and pattern recognition Yuille Alan L, “CLEVR-ref+: Diagnosing visual reasoning with referring expressions,” 2019, pp. 4185–4194.
[210]
L. Arras, A. Osman, and W. Samek, “CLEVR-XAI: A benchmark dataset for the ground truth evaluation of neural network explanations,” Information Fusion, vol. 81, pp. 14–40, 2022.
[211]
Z. Li and booktitle=Findings. of the A. for C. L. N. 2022. Søgaard Anders, “QLEVR: A diagnostic dataset for quantificational language and elementary visual reasoning,” 2022, pp. 980–996.
[212]
L. Salewski, A. S. Koepke, H. P. Lensch, and booktitle=International. W. on E. E. A. B. D. M. and C. Akata Zeynep, “CLEVR-x: A visual reasoning dataset for natural language explanations,” 2020 , organization={Springer}, pp. 69–88.
[213]
S. Kottur, J. M. F. Moura, D. Parikh, D. Batra, and booktitle=North. A. C. of the A. for C. L. Marcus Rohrbach, “CLEVR-dialog: A diagnostic dataset for multi-round reasoning in visual dialog,” 2019, [Online]. Available: https://api.semanticscholar.org/CorpusID:72940890.
[214]
D. H. Park et al., “Multimodal explanations: Justifying decisions and pointing to the evidence,” 2018, pp. 8779–8788.
[215]
A. Das, H. Agrawal, L. Zitnick, D. Parikh, and D. Batra, “Human attention in visual question answering: Do humans and deep networks look at the same regions?” Computer Vision and Image Understanding, vol. 163, pp. 90–100, 2017.
[216]
M. Shah, X. Chen, M. Rohrbach, and booktitle=Proceedings. of the I. C. on C. V. and P. R. Parikh Devi, “Cycle-consistency for robust visual question answering,” 2019, pp. 6649–6658.
[217]
D. Barrett, F. Hill, A. Santoro, A. Morcos, and booktitle =. P. of the 35th. I. C. on M. L. Lillicrap Timothy, “Measuring,” 2018 , editor = {Dy, Jennifer and Krause, Andreas}, vol. 80 , series = Proceedings of Machine Learning Research, pp. 511–520, [Online]. Available: https://proceedings.mlr.press/v80/barrett18a.html.
[218]
A. Holzinger, A. Saranti, and H. Mueller, “KANDINSKYPatterns–an experimental exploration environment for pattern analysis and machine intelligence,” arXiv preprint arXiv:2103.00519, 2021.
[220]
P. Wang, Q. Wu, C. Shen, A. Dick, and A. Van Den Hengel, “FVQA: Fact-based visual question answering,” IEEE transactions on Pattern Analysis and Machine Intelligence, vol. 40, no. 10, pp. 2413–2427, 2017.
[221]
P. Wang, Q. Wu, C. Shen, A. Dick, and A. Van Den Henge, “Explicit knowledge-based reasoning for visual question answering,” 2017 , isbn = {9780999241103}, p. 1290?1296.
[222]
D. Gao, R. Wang, S. Shan, and X. Chen, “CRIC: A VQA dataset for compositional reasoning on vision and commonsense,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 45, pp. 5561–5578, 2019, [Online]. Available: https://api.semanticscholar.org/CorpusID:239998781.
[223]
O. Kovaleva et al., “Towards visual dialog for radiology,” 2020, pp. 60–69.
[224]
A. F. Biten et al., “Scene text visual question answering,” 2019, pp. 4291–4301.
[225]
M. Mathew, D. Karatzas, and booktitle=Proceedings. of the I. winter conference on applications of computer vision Jawahar CV, “DocVQA: A dataset for VQA on document images,” 2021, pp. 2200–2209.
[226]
A. Kembhavi, M. Salvato, E. Kolve, M. Seo, H. Hajishirzi, and booktitle=Computer. V. 2016:. 14th. E. C. A. T. N. O. 11–14,. 2016,. P. P. I. 14. Farhadi Ali, “A diagram is worth a dozen images,” 2016 , organization={Springer}, pp. 235–251.
[227]
J. J. Lau, S. Gayen, A. Ben Abacha, and D. Demner-Fushman, “A dataset of clinically generated visual questions and answers about radiology images,” Scientific data, vol. 5, no. 1, pp. 1–10, 2018.
[228]
X. He, Y. Zhang, L. Mou, E. Xing, and P. Xie, “PathVQA: 30000+ questions for medical visual question answering,” arXiv preprint arXiv:2003.10286, 2020.
[229]
D. Gurari et al., “VizWiz grand challenge: Answering visual questions from blind people,” 2018, pp. 3608–3617.
[230]
G. I. Winata et al., “W orldCuisines: A massive-scale benchmark for multilingual and multicultural visual question answering on global cuisines,” 2025", address = "Albuquerque, New Mexico, vol. 1: Long Papers), pp. 3242–3264", ISBN = "979-8-89176-189-6, doi: 10.18653/v1/2025.naacl-long.167.
[231]
A. Masry et al., “C hartQA: A benchmark for question answering about charts with visual and logical reasoning,” 2022", address = "Dublin, Ireland, pp. 2263–2279, doi: 10.18653/v1/2022.findings-acl.177.
[232]
S.-H. Chou, W.-L. Chao, W.-S. Lai, M. Sun, and booktitle=Proceedings. of the I. winter conference on applications of computer vision Yang Ming-Hsuan, “Visual question answering on 360deg images,” 2020, pp. 1607–1616.
[233]
J. Hsu, J. Wu, and N. Goodman, “Geoclidean: Few-shot generalization in euclidean geometry,” Advances in Neural Information Processing Systems, vol. 35, pp. 39007–39019, 2022.
[234]
P. Lu et al., “MathVista: Evaluating mathematical reasoning of foundation models in visual contexts,” 2024, [Online]. Available: https://openreview.net/forum?id=KUNzEQMWU7.
[235]
C. Fu et al., “MME : A comprehensive evaluation benchmark for multimodal large language models,” 2026, [Online]. Available: https://openreview.net/forum?id=DgH9YCsqWm.
[236]
X. Yue et al., “MMMU: A massive multi-discipline multimodal understanding and reasoning benchmark for expert AGI,” 2024, pp. 9556–9567.
[237]
B. Li et al., “SEED-bench: Benchmarking multimodal large language models , booktitle = Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR),” 2024, pp. 13299–13308.
[238]
Y. Liu et al., “MMBench: Is your multi-modal model an all-around player?” 2024 , organization={Springer}, pp. 216–233.
[239]
H. Liu, C. Li, Y. Li, and Y. J. Lee, “Improved baselines with visual instruction tuning , booktitle = Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR),” 2024, pp. 26296–26306.
[240]
V. Pinto et al., “NovPhy: A physical reasoning benchmark for open-world AI systems,” Artificial Intelligence, vol. 336, p. 104198, 2024.
[241]
Q. Chen et al., “M \(^3\)CoT: A novel benchmark for multi-domain multi-step multi-modal chain-of-thought,” 2024", address = "Bangkok, Thailand, vol. 1: Long Papers), pp. 8199–8221, doi: 10.18653/v1/2024.acl-long.446.
[242]
Y. Bitton et al., “VisIT-bench: A benchmark for vision-language instruction following inspired by real-world use,” 2023, pp. 25, location = New Orleans, LA, USA, series = NIPS ’23.
[243]
Y. Li, Y. Du, K. Zhou, J. Wang, W. X. Zhao, and booktitle=Proceedings. of the 2023. C. on E. M. in N. L. P. Wen Ji-Rong, “Evaluating object hallucination in large vision-language models,” 2023, pp. 292–305.
[244]
T. Guan et al., “HallusionBench: An advanced diagnostic suite for entangled language hallucination and visual illusion in large vision-language models,” 2024, pp. 14375–14385.
[245]
T. Liang et al., “When’YES’meets’ BUT’: Can large models comprehend contradictory humor through comparative reasoning?” arXiv preprint arXiv:2503.23137, 2025.
[246]
V. Agarwal, R. Shetty, and M. Fritz, “Towards causal VQA: Revealing and reducing spurious correlations by invariant and covariant semantic editing,” 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 9687–9695, 2019, [Online]. Available: https://api.semanticscholar.org/CorpusID:209376944.
[247]
P. Lu et al., “Learn to explain: Multimodal reasoning via thought chains for science question answering,” Advances in Neural Information Processing Systems, vol. 35, pp. 2507–2521, 2022.
[248]
H. Rezatofighi, N. Tsoi, J. Gwak, A. Sadeghian, I. Reid, and booktitle=Proceedings. of the I. conference on computer vision and pattern recognition Savarese Silvio, “Generalized intersection over union: A metric and a loss for bounding box regression,” 2019, pp. 658–666.
[249]
K. Papineni, S. Roukos, T. Ward, editor =. "Isabelle. Zhu Wei-Jing", E. Charniak, and booktitle =. "Proceedings. of the 40th. A. M. of the A. for C. L. Lin Dekang", “BLEU: A method for automatic evaluation of machine translation,” 2002", address = "Philadelphia, Pennsylvania, USA, pp. 311–318, doi: 10.3115/1073083.1073135.
[250]
booktitle =. "Text. S. B. O. Lin Chin-Yew", “ROUGE : A package for automatic evaluation of summaries,” 2004", address = "Barcelona, Spain, pp. 74–81, [Online]. Available: https://aclanthology.org/W04-1013/.
[251]
J. Hessel et al., “CLIPS core: A reference-free evaluation metric for image captioning,” 2021", address = "Online and Punta Cana, Dominican Republic, pp. 7514–7528, doi: 10.18653/v1/2021.emnlp-main.595.
[252]
OpenAI, “OpenAI o3 and o4-mini system cards.” 2025, [Online]. Available: https://openai.com/index/o3-o4-mini-system-card/ , note = {System Cards for OpenAI's o3 and o4-mini models}.
[253]
S. Hao et al., “Reasoning with language model is planning with world model,” 2023.
[254]
S. Kambhampati et al., “Position: LLMs can?t plan, but can help planning in LLM-modulo frameworks,” 2024.
[255]
S. Huang, N. Lipovetzky, and booktitle=Proceedings. of the A. C. on A. I. Cohn Trevor, “Planning in the dark: LLM-symbolic planning pipeline without experts,” 2025, vol. 39, pp. 26542–26550.
[256]
S. A. Sloman, “The empirical case for two systems of reasoning.” Psychological bulletin, vol. 119, no. 1, p. 3, 1996.
[257]
X. Wang et al., “PromptAgent: Strategic planning with language models enables expert-level prompt optimization,” 2024.
[258]
A. Yehudai et al., “Survey on evaluation of LLM-based agents,” arXiv preprint arXiv:2503.16416, 2025.
[259]
H. Li, Z. Chen, J. Zhang, and F. Liu, “LASP: Surveying the state-of-the-art in large language model-assisted AI planning,” arXiv preprint arXiv:2409.01806, 2024.
[260]
P. N. Johnson-Laird, “Deductive reasoning,” Annual review of psychology, vol. 50, no. 1, pp. 109–135, 1999.
[261]
J. Weston et al., “Towards AI-complete question answering: A set of prerequisite toy tasks,” arXiv preprint arXiv:1502.05698, 2015.
[262]
F. Yu, H. Zhang, P. Tiwari, and B. Wang, “Natural language reasoning, a survey,” ACM Computing Surveys, vol. 56, no. 12, pp. 1–39, 2024.
[263]
M. Prabhushankar and G. AlRegib, “Introspective learning : A two-stage approach for inference in neural networks,” Advances in Neural Information Processing Systems, vol. 35, pp. 12126–12140, 2022.
[264]
D. Yu, B. Yang, D. Liu, H. Wang, and S. Pan, “A survey on neural-symbolic learning systems,” Neural networks : the official journal of the International Neural Network Society, vol. 166, pp. 105–126, 2021, [Online]. Available: https://api.semanticscholar.org/CorpusID:259252598.
[265]
M. Crouse, C. Nakos, I. Abdelaziz, and booktitle=Proceedings. of the A. C. on A. I. Forbus Ken, “Neural analogical matching,” 2021, vol. 35, pp. 809–817.
[266]
M. Blokpoel, T. Wareham, W. F. G. P. Haselager, I. Toni, and I. J. E. I. van Rooij, “Deep analogical inference as the origin of hypotheses,” J. Probl. Solving, vol. 11, 2019, [Online]. Available: https://api.semanticscholar.org/CorpusID:78087581.
[267]
M. Patel et al., “TripletCLIP: Improving compositional reasoning of CLIP via synthetic vision-language negatives,” Advances in neural information processing systems, vol. 37, pp. 32731–32760, 2024.
[268]
X. Wu, H. S. Hwang, P. Kirichenko, and O. Russakovsky, “COMPACT: COMPositional atomic-to-complex visual capability tuning,” 2025 , booktitle={Synthetic Data for Computer Vision Worksho}.
[269]
J. Zhang et al., “ProVision: Programmatically scaling vision-centric instruction data for multimodal language models,” arXiv preprint arXiv:2412.07012, 2024.
[270]
S. Jahangard, M. Mohammadi, Y. Shen, Z. Cai, and booktitle=Proceedings. of the A. C. on A. I. Rezatofighi Hamid, “JRDB-reasoning: A difficulty-graded benchmark for visual reasoning in robotics,” 2026, vol. 40, pp. 5276–5286.
[271]
D. T. Le et al., “JRDB-PanoTrack: An open-world panoptic segmentation and tracking robotic dataset in crowded human environments,” 2024, pp. 22325–22334.
[272]
M. Ehsanpour, F. Saleh, S. Savarese, I. Reid, and booktitle=Proceedings. of the I. C. on C. V. and P. R. Rezatofighi Hamid, “JRDB-act: A large-scale dataset for spatio-temporal action, social group and activity detection,” 2022, pp. 20983–20992.
[273]
Z. Ma, W. Huang, J. Zhang, T. Gupta, and booktitle=European. C. on C. V. Krishna Ranjay, “M & m?s: A benchmark to evaluate tool-use for m ulti-step m ulti-modal tasks,” 2024 , organization={Springer}, pp. 18–34.
[274]
D. Gao et al., “AssistGPT: A general multi-modal assistant that can plan, execute, inspect, and learn,” arXiv preprint arXiv:2306.08640, 2023.
[275]
X. Xi, H. Yang, S. Zhang, Y. Liu, S. Sun, and X. Fu, “Lightweight multimodal artificial intelligence framework for maritime multi-scene recognition,” arXiv preprint arXiv:2503.06978, 2025.
[276]
R. Abbasi, M. H. Rohban, and booktitle=European. C. on C. V. Baghshah Mahdieh Soleymani, “Deciphering the role of representation disentanglement: Investigating compositional generalization in CLIP models,” 2024 , organization={Springer}, pp. 35–50.
[277]
X. Wu et al., “VISCO: Benchmarking fine-grained critique and correction towards self-improvement in visual reasoning,” 2025, pp. 9527–9537.