Preprint
Computer Vision

Visual Structures Help Visual Reasoning

Amirmohammad Izadi, Mohammadali Banayeeanzade, Fatemeh Askari, Ali Rahimiakbar, M. Vahedi, Hosein Hasani, M. Baghshah
June 27, 2025Neural Information Processing Systems9 citations

9

Citations

0

Influential Citations

Neural Information Processing Systems

Venue

2025

Year

Abstract

Despite progress in Large Vision-Language Models (LVLMs), their capacity for visual reasoning is often limited by the binding problem: the failure to reliably associate perceptual features with their correct visual referents. This limitation underlies persistent errors in tasks such as counting, visual search, scene description, and spatial relationship understanding. A key factor is that current LVLMs process visual features largely in parallel, lacking mechanisms for spatially grounded, serial attention. This paper introduces Visual Input Structure for Enhanced Reasoning (VISER), a simple, effective method that augments visual inputs with low-level spatial structures and pairs them with a textual prompt that encourages sequential, spatially-aware parsing. We empirically demonstrate substantial performance improvements across core visual reasoning tasks, using only a single-query inference. Specifically, VISER improves GPT-4o performance on visual search, counting, and spatial relationship tasks by 25.0%, 26.8%, and 9.5%, respectively, and reduces edit distance error in scene description by 0.32 on 2D datasets. Furthermore, we find that the visual modification is essential for these gains; purely textual strategies, including Chain-of-Thought prompting, are insufficient and can even degrade performance. VISER underscores the importance of visual input design over purely linguistically based reasoning strategies and suggests that visual structuring is a powerful and general approach for enhancing compositional and spatial reasoning in LVLMs.

Analysis

Why This Paper Matters

Large Vision-Language Models (LVLMs) have made remarkable strides in multimodal understanding, yet they consistently struggle with tasks requiring precise spatial reasoning—such as counting objects in a cluttered scene or describing spatial relationships. This paper identifies the root cause as the "binding problem": the failure to reliably associate perceptual features with their correct visual referents. Current LVLMs process visual features largely in parallel, lacking mechanisms for spatially grounded, serial attention. This work matters because it offers a simple, effective solution that directly addresses this fundamental limitation, demonstrating that augmenting visual inputs with low-level spatial structures can yield substantial performance gains without requiring architectural changes or multi-query inference.

The paper's significance is amplified by its finding that purely textual strategies, including Chain-of-Thought prompting, are insufficient and can even degrade performance. This challenges the prevailing trend of focusing on linguistic reasoning improvements and redirects attention to the visual input design itself. For practitioners, this means that careful preprocessing of visual data—such as adding grid overlays or bounding boxes—can be a powerful and cost-effective way to boost model performance on spatial reasoning tasks.

Technical Contributions

  • VISER Framework: Introduces a method that augments visual inputs with low-level spatial structures (e.g., grids, bounding boxes) and pairs them with a textual prompt that encourages sequential, spatially-aware parsing.
  • Single-Query Inference: Achieves improvements using only a single query, avoiding the computational overhead of multi-step reasoning or iterative attention mechanisms.
  • Empirical Validation: Demonstrates consistent gains across three core visual reasoning tasks—visual search, counting, and spatial relationships—using GPT-4o as the backbone model.
  • Ablation Studies: Shows that visual modification is essential; purely textual strategies like Chain-of-Thought prompting are insufficient and can even degrade performance.

Results

VISER achieves the following improvements over baseline GPT-4o:

  • Visual search: 25.0% improvement
  • Counting: 26.8% improvement
  • Spatial relationship tasks: 9.5% improvement
  • Scene description: Reduces edit distance error by 0.32 on 2D datasets

These results are notable because they are obtained with a single-query inference, making the method practical for real-world applications where latency and cost are concerns. The paper also reports that Chain-of-Thought prompting alone fails to match these gains, underscoring the necessity of visual input structuring.

Significance

VISER has broad implications for the AI field. It highlights a critical but often overlooked aspect of multimodal reasoning: the design of visual inputs. By demonstrating that simple spatial augmentations can yield substantial improvements, the paper opens up new avenues for research in visual preprocessing, attention mechanisms, and model interpretability. It also suggests that future LVLMs may benefit from incorporating explicit spatial grounding into their architectures, rather than relying solely on learned representations. For practitioners, VISER offers a practical, low-cost technique to enhance model performance on spatial reasoning tasks, with potential applications in robotics, autonomous driving, and assistive technologies.