SpatialCLI: Learning to Reason With Spatial Tools, Then Without Them

Yang Zhou, Zixuan Huang, Sunzhu Li, Zhuo Yang, Chen Zhang, Shunian Chen, Caijun Yan, Jianyao Xu, Shunyu Liu, Weijie Fu, Peiliang Li, Xiaozhi Chen, Yuxiang Cai

arXiv:2607.27703 · 2026-08-02 공개 · arXiv · PDF

reinforcement-learning vision-language-models tool-use spatial-reasoning embodied-agents mindcube perception-internalization spatial-cli

Abstract

Vision-language models (VLMs) are increasingly used in embodied agents to interpret visual inputs, reason about spatial relationships, and make task-level decisions based on that reasoning. However, a fundamental capability mismatch remains: general VLMs can reason about the overall task but often miss the visual details that determine success, while specialist vision models can capture those details but cannot translate them into task-level decisions. In this work, we propose SpatialCLI, a framework that teaches VLMs to reason with spatial tools and progressively internalize the specialist perceptual capabilities they provide. SpatialCLI proceeds in three stages: (1) Call exposes specialist vision models as spatial tools to augment the VLM's perception; (2) Learn uses Cold-Start SFT and agentic RL to improve tool use; and (3) Internalize verbalizes successful tool-use trajectories to internalize specialist perceptual capabilities. We further introduce SpatialCLI-Bench, a 516-example benchmark for compositional perception across localization, segmentation, depth, and pose. On MindCube, SpatialCLI raises Qwen3-VL-8B-Instruct from 29.3% to 84.6% with tools, surpassing GPT-5.6 Sol with tools (72.1%), while retaining 73.8% without tools after internalization.

한국어 요약

한 줄 요약

SpatialCLI는 VLM이 공간 도구를 활용한 후 이를 내재화하여 공간 추론 성능을 향상시키는 3단계 프레임워크이다.

핵심 기여도

핵심 아이디어

기존 VLM은 공간 세부 정보를 정확히 인식하지 못하며, 전문 시각 모델은 세부 정보는 인식하지만 작업 수준 결정을 할 수 없다. 이 문제를 해결하기 위해 SpatialCLI는 VLM이 공간 도구를 활용한 후, 그 사용 경험을 내재화하여 독립적인 추론 능력을 갖도록 한다.

Call 단계에서는 SAM 3, DA3, VGGT 등 전문 시각 모델을 공간 도구로 연결하여 VLM의 인식을 향상시킨다. Learn 단계에서는 Cold-Start SFT와 agentic RL을 사용하여 도구 사용 정책을 학습한다. Internalize 단계에서는 성공적인 도구 사용 경로를 Dual-View Capability Internalization을 통해 VLM에 내재화한다.

이 접근은 VLM이 외부 도구 없이도 전문 시각 능력을 직접 추론할 수 있도록 하며, 이는 물리적 세계에 본질적으로 적합한 Foundation Model로의 진화를 가능하게 한다.

기술적 접근법

주요 결과

의의 및 한계

SpatialCLI는 VLM이 외부 전문 모델을 활용하고, 이를 내재화하여 독립적인 공간 추론을 가능하게 하는 새로운 프레임워크이다. 이는 물리적 세계에 적합한 Foundation Model로의 진화를 제시하며, 기존 VLM의 한계를 극복할 수 있는 가능성을 보여준다.

하지만, 현재는 구조화된 공간 인식 출력과 인식 중심 작업에만 제한된다. 전문 도구의 커버리지와 신뢰성에 의존하며, 다중 모달 출력 내재화나 VLA 도구 통합은 아직 미비하다.

실용적 활용

SpatialCLI는 로봇, 자율 주행, AR/VR 등 실제 물리적 환경에서 작동하는 시스템에 적용 가능하다. 특히, 복합 공간 작업에서 여러 전문 인식 능력을 조합적으로 활용해야 하는 상황에서 유용하다.