paper-with-me

Papers

Reasoning in Space via Grounding in the World

2025-10-15 · Yiming Chen, Zekun Qi, Wenyao Zhang, Xin Jin, Li Zhang, Peidong Liu arxiv

In this paper, we claim that 3D visual grounding is the cornerstone of spatial reasoning and introduce the Grounded-Spatial Reasoner (GS-Reasoner) to explore the effective spatial representations that bridge the gap between them. Existing 3D LLMs suffer from the absence of a unified 3D representation capable of jointly capturing semantic and geometric information. This deficiency is manifested either in poor performance on grounding or in an excessive reliance on external modules, ultimately hindering the seamless integration of grounding and spatial reasoning. To address this, we propose a simple yet effective dual-path pooling mechanism that tightly aligns geometric features with both semantic and positional cues, constructing a unified image patch-based 3D representation that encapsulates all essential information without increasing the number of input tokens. Leveraging this holistic representation, GS-Reasoner is the first 3D LLM that achieves autoregressive grounding entirely without external modules while delivering performance comparable to state-of-the-art models, establishing a unified and self-contained framework for 3D spatial reasoning. To further bridge grounding and spatial reasoning, we introduce the Grounded Chain-of-Thought (GCoT) dataset. This dataset is meticulously curated to include both 3D bounding box annotations for objects referenced in reasoning questions and step-by-step reasoning paths that integrate grounding as a core component of the problem-solving process. Extensive experiments demonstrate that GS-Reasoner achieves impressive results on 3D visual grounding, which in turn significantly enhances its spatial reasoning capabilities, leading to state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2510.13800

Code (0)

등록된 구현이 없습니다.

Tasks

Spatial ReasoningVisual Grounding

Similar Papers 제목 키워드 기반

InterCoG: Towards Spatially Precise Image Editing with Interleaved Chain-of-Grounding Reasoning

2026-03-02 · Yecong Wan, Fan Li, Chunwei Wang, Hao Wu 외 arxiv

Emerging unified editing models have demonstrated strong capabilities in general object editing tasks. However, it remains a significant challenge to perform fine-grained editing in complex multi-entity scenes, particula…

Spatial ReasoningVisual GroundingImage Editing

MASS: Motion-Aware Spatial-Temporal Grounding for Physics Reasoning and Comprehension in Vision-Language Models

2025-11-23 · Xiyang Wu, Zongxia Li, Jihui Jin, Guangyao Shi 외 arxiv

Vision Language Models (VLMs) perform well on standard video tasks but struggle with physics-related reasoning involving motion dynamics and spatial interactions. We present a novel approach to address this gap by transl…

Visual Grounding

Softened Symbol Grounding for Neuro-symbolic Systems

2024-03-01 · Zenan Li, Yuan YAO, Taolue Chen, Jingwei Xu 외

Neuro-symbolic learning generally consists of two separated worlds, i.e., neural network training and symbolic constraint solving, whose success hinges on symbol grounding, a fundamental problem in AI. This paper present…

Aguvis: Unified Pure Vision Agents for Autonomous GUI Interaction

2024-12-05 · Yiheng Xu, Zekun Wang, Junli Wang, Dunjie Lu 외

Automating GUI tasks remains challenging due to reliance on textual representations, platform-specific action spaces, and limited reasoning capabilities. We introduce Aguvis, a unified vision-based framework for autonomo…

Multimodal ReasoningNatural Language Visual GroundingNavigate

Chain-of-Ground: Improving GUI Grounding via Iterative Reasoning and Reference Feedback

2025-12-01 · Aiden Yiliu Li, Bizhi Yu, Daoan Lei, Tianhe Ren 외 arxiv

GUI grounding aims to align natural language instructions with precise regions in complex user interfaces. Advanced multimodal large language models show strong ability in visual GUI grounding but still struggle with sma…

Visual Reasoning