🤖 AI Summary
Current vision-language models (VLMs) excel at 2D image understanding but exhibit significant limitations in depth perception and 3D spatial reasoning—capabilities essential for embodied intelligence. To address this gap, we propose SpatialVLM: a novel framework introducing the first RGB–depth multimodal training paradigm; SpatialQA, the first multi-level depth-aware question-answering dataset explicitly designed for spatial understanding; and SpatialBench, a comprehensive evaluation benchmark spanning geometric reasoning, spatial relation modeling, and logical inference. Experiments demonstrate that SpatialVLM achieves substantial gains over state-of-the-art VLMs on spatial understanding tasks, while also delivering consistent improvements on general multimodal benchmarks (MMBench) and embodied AI benchmarks (ALFRED). All code, models, and datasets are publicly released.
📝 Abstract
Vision Language Models (VLMs) have achieved impressive performance in 2D image understanding, however they are still struggling with spatial understanding which is the foundation of Embodied AI. In this paper, we propose SpatialBot for better spatial understanding by feeding both RGB and depth images. Additionally, we have constructed the SpatialQA dataset, which involves multi-level depth-related questions to train VLMs for depth understanding. Finally, we present SpatialBench to comprehensively evaluate VLMs' capabilities in spatial understanding at different levels. Extensive experiments on our spatial-understanding benchmark, general VLM benchmarks and Embodied AI tasks, demonstrate the remarkable improvements of SpatialBot trained on SpatialQA. The model, code and data are available at https://github.com/BAAI-DCAI/SpatialBot.