ESPIRE
收藏资源简介:
ESPIRE是由通用人工智能国家重点实验室团队开发的具身空间推理诊断基准,包含148种空间推理任务类型。该数据集基于Isaac Sim物理仿真平台构建,覆盖了属性、关系、距离和方向等空间推理要素,支持6自由度物体重排任务。数据通过程序化生成方式构建,采用功能程序表示任务指令并与3D场景图结合生成真值目标,主要应用于评估视觉语言模型在机器人导航、操作等具身任务中的空间认知能力。
ESPIRE is an embodied spatial reasoning diagnostic benchmark developed by the team from the State Key Laboratory of General Artificial Intelligence, encompassing 148 types of spatial reasoning tasks. Built on the Isaac Sim physics simulation platform, this dataset covers core spatial reasoning elements including properties, relations, distances and directions, and supports 6-degree-of-freedom (6-DoF) object rearrangement tasks. The dataset is constructed through procedural generation: functional programs are used to represent task instructions and integrated with 3D scene graphs to generate ground-truth targets. Its primary application is to evaluate the spatial cognitive capabilities of vision-language models in embodied tasks such as robot navigation and manipulation.
ESPIRE 数据集概述
数据集简介
ESPIRE 是一个用于视觉语言模型具身空间推理的诊断性基准。它包含一个用于“拾取”任务的桌面场景和一个用于“放置”任务的货架场景,均设置在一个模拟的书房环境中。
核心特点
- 诊断隔离:将“定位”与“执行”分离,以使视觉语言模型适应机器人任务,并精确定位特定的空间推理失败点。
- 生成式推理:从判别性的视觉问答转向生成式评估;模型必须输出可行的 SE(3) 目标位姿。
- 丰富的任务类型:涵盖 148 种空间推理类型,包括关系、距离、属性(如尺寸)和方向,并具有不同的粒度。
空间维度与粒度
数据集在四个空间维度上支持从粗粒度到细粒度的推理:
- 方向:包含 615 个任务。
- 关系:包含 750 个任务。
- 距离:包含 705 个任务。
- 属性:包含 150 个任务。
场景与指令生成
通过程序化生成方法,系统性地创建了具有不同杂乱程度的环境和指令。支持 148 种任务类型、65 种指令家族、“拾取”与“放置”任务以及 3 种难度级别,以实现对具身空间推理的全面评估。
执行行为定性分析
中间执行状态被分为六种类型:
- 抓取有利视角
- 抓取不可行视角
- 机械臂遮挡
- 物体遮挡
- 无法识别的目标
- 物理上可实现的执行
引用信息
- 标题:ESPIRE: A Diagnostic Benchmark for Embodied Spatial Reasoning of Vision-Language Models
- 作者:Yanpeng Zhao, Wentao Ding, Hongtao Li, Baoxiong Jia, Zilong Zheng
- 年份:2026
- arXiv:https://arxiv.org/abs/2603.13033
- 归档:arXiv:2603.13033 [cs.CV]
相关链接
- GitHub:https://github.com/spatigen/espire.io
- 论文:https://arxiv.org/abs/2603.13033
- 基准平台:https://spatigen.github.io/espire.io/




