Zing Forum

Reading

GeoWeaver: Endowing Visual Tokens with Spatial Awareness Using Geometric Evidence Before Scene Reasoning

GeoWeaver proposes a pre-reasoning geometric grounding framework that fundamentally addresses the insufficient geometric understanding of multimodal large language models (MLLMs) in spatial reasoning by adaptively assigning the most relevant geometric abstractions to each visual token.

多模态大语言模型空间推理几何接地视觉Token表征学习MLLMvision-language model
Published 2026-05-21 22:40Recent activity 2026-05-22 11:48Estimated read 6 min
GeoWeaver: Endowing Visual Tokens with Spatial Awareness Using Geometric Evidence Before Scene Reasoning
1

Section 01

[Introduction] GeoWeaver: Pre-Reasoning Geometric Grounding Enhances Spatial Reasoning Capabilities of MLLMs

Multimodal large language models (MLLMs) have made significant progress in visual understanding, but their performance in spatial reasoning tasks is subpar. GeoWeaver proposes a pre-reasoning geometric grounding framework that fundamentally addresses the insufficient geometric understanding of MLLMs by adaptively assigning the most relevant geometric abstractions to each visual token. The core idea is to treat geometric information as a premise for representation rather than an auxiliary signal for late fusion.

2

Section 02

[Background] Limitations of Existing MLLM Geometric Information Processing

Current methods for incorporating geometric information into MLLMs include structural branches, 3D perception supervision, fusion during reasoning, and long-term memory. However, they share a common problem: coarse-grained processing—treating geometric cues as a unified signal shared by all visual tokens, ignoring the different role requirements of different tokens in spatial scenes (e.g., foreground objects need precise shapes, backgrounds need layout depth), leading to information redundancy or loss.

3

Section 03

[Method] Core Innovation of GeoWeaver: Token-Adaptive Geometric Evidence Allocation

The core of GeoWeaver is pre-reasoning geometric grounding:

  1. Multi-level geometric evidence library: Build an evidence library containing low-level (edges, corners), mid-level (planes, curved surfaces), and high-level (object shapes, scene layouts) geometric representations;
  2. Token-adaptive retrieval: Analyze the spatial role of tokens (foreground/background/transition), select matching geometric representations from the library, and dynamically assign weights;
  3. Residual grounding operation: Incorporate geometric evidence via residual connections, preserving original semantics while allowing learnable fusion strength.
4

Section 04

[Evidence] Experimental Validation: GeoWeaver Significantly Enhances Spatial Reasoning Capabilities

Experiments cover tasks such as spatial relationship understanding, navigation path planning, physical reasoning, and temporal spatial reasoning. The results show:

  1. Outperforms baseline models on all spatial reasoning benchmarks;
  2. Maintains competitiveness in general visual-language tasks;
  3. Compatible with different MLLM architectures, with good transferability.
5

Section 05

[Conclusion] Deep Insights: Geometric Information Should Be a Premise for Representation

GeoWeaver redefines the role of geometric information: from an auxiliary signal for late fusion to a premise for representation (shaping the foundation of visual representation before reasoning). Insights for architecture design:

  • Visual encoders need to retain geometric information simultaneously;
  • Different visual features require differentiated processing;
  • Representation quality determines the upper limit of reasoning.
6

Section 06

[Applications & Open Source] Application Prospects and Open Source Plan of GeoWeaver

Application prospects include robot visual navigation, AR/VR spatial anchoring, and anatomical structure understanding in medical imaging. The research team commits to open-sourcing the code and pre-trained models. Repository address: https://github.com/yahooo-m/GeoWeaver, supporting reproduction, task expansion, and technical integration.

7

Section 07

[Summary & Outlook] Contributions and Future Directions of GeoWeaver

The core insight of GeoWeaver is that different visual tokens require different geometric evidence. It enhances spatial reasoning capabilities through pre-reasoning grounding and proposes a new paradigm: geometric information shapes representation first rather than being a remedy during reasoning. Future directions include exploring richer geometric abstractions, integrating 3D representation learning, and validating more real-world scenarios.