IntentionNav
收藏资源简介:
IntentionNav是一个用于室内场景中意图驱动物体导航的基准测试数据集,包含500个项目。其核心特点是不直接命名目标物体类别,而是通过人类意图间接描述目标物体,要求智能体理解意图并导航到相应物体。数据来源于176个Kujiale公寓场景,涵盖64个目标物体类别。每个项目提供4种不同风格的英语意图描述变体(正式、自然、随意、情感),共计2000条英语指令。图像数据为1024x1024分辨率的PNG格式,使用Isaac Sim渲染。每个项目指向场景中唯一一个目标物体实例(该物体类别在场景中仅有一个物理实例)。数据集包含完整的字段定义,如唯一选择ID、场景ID、目标类别、目标代表实例、图像相对路径、四种意图文本、包含目标接地和风格区分度得分的元数据、主要意图模式分类(事件脚本、内在状态、物理状态、功能可供性)以及房间信息。此外,数据集还提供了用于评估的固定500个导航情节规格(包含起始位置、目标位置、房间、距离等),以及参考评估资源(包括参考代理记录、情节工件、评估代码快照和可复现性元数据)。该数据集主要用于具身AI代理和基于视觉语言模型的导航系统的基准评估。
IntentionNav is a benchmark dataset for intention-driven object navigation in indoor scenes, consisting of 500 items. Its core characteristic is that it does not directly name target object categories, but instead indirectly describes target objects via human intent, requiring intelligent agents to comprehend the intent and navigate to the corresponding objects. The dataset is sourced from 176 Kujiale apartment scenes, covering 64 target object categories. Each item provides four stylistically distinct English intent description variants (formal, natural, casual, emotional), totaling 2000 English instructions. The image data is in PNG format with a resolution of 1024x1024, rendered using Isaac Sim. Each item corresponds to exactly one target object instance in the scene (there is only one physical instance of that object category within the scene). The dataset includes complete field definitions, such as unique selection ID, scene ID, target category, target representative instance, relative image path, four types of intent texts, metadata containing target grounding and style distinctiveness scores, main intent pattern classification (event script, intrinsic state, physical state, affordance), as well as room information. Additionally, the dataset provides fixed 500 navigation episode specifications for evaluation (including start position, target position, room, distance, etc.), alongside reference evaluation resources (including reference agent recordings, episode artifacts, evaluation code snapshots and reproducibility metadata). This dataset is primarily used for benchmark evaluation of embodied AI agents and vision-language model-based navigation systems.
数据集概述
IntentionNav 是一个用于意图驱动的室内物体导航的基准数据集,包含 500 个样本。每个样本通过人类意图间接描述目标物体,而非直接命名物体类别。
关键数据规模
- 样本数量: 500 个
- 场景数量: 176 个 Kujiale 公寓场景
- 目标类别: 64 种
- 指令变体: 每个样本 4 种,共 2000 条英文指令
- 图片格式: 1024 x 1024 PNG,使用 Isaac Sim 渲染
- 目标策略: 每个样本指向一个 USD 物体实例,该实例在场景中唯一存在
意图模式分布
主要意图模式计数如下:
- 事件脚本 (event-script): 202 个
- 内部状态 (inner-state): 167 个
- 物理状态 (physical-state): 72 个
- 功能 (affordance): 59 个
数据集结构
README.md croissant.json selected_500_intents.jsonl episodes.jsonl <scene_id>/ intents.json manifest.json photos/ *.png
每个样本包含的字段
selection_id: 唯一 ID,例如 SEL_001scene_id: 场景 ID,例如 kujiale_XXXXtarget_category: 真实目标物体类别target_representative: 具体物体实例photo: 图片相对路径formal_en/natural_en/casual_en/emotional_en: 4 种英文意图变体_refine_meta: 可选的改写/判断元数据,包含目标定位(tg)和风格区分度(sd)分数_intent_mode: 主要诊断模式(EVENT_SCRIPT、INNER_STATE、PHYSICAL_STATE 或 AFFORDANCE)room/room_type: 目标所在房间
固定导航片段
episodes.jsonl 文件包含用于评估的固定 500 个导航片段规范。每行通过 selection_id 与意图记录关联,包含确切的 scene_id、目标物体及位置、起始位置及四元数、起始/目标房间以及测地距离/欧几里得距离。
参考评估资源
reference_results/ 目录提供参考智能体记录、保留的片段工件、评估代码快照以及可重复性元数据,用于审计和重演报告的基准分数。
目录结构如下:
reference_results/ logs/ episode_artifacts/ evaluation_code/ reproducibility/ MANIFEST.json SHA256SUMS
数据集用途
该数据集旨在用于具身 AI 智能体和基于 VLM 的导航系统的基准评估。数据集中不包含人类主体或个人身份信息。当前版本包含模型生成的英文意图和自动 VLM 判断元数据,用户应将这些标注视为基准标签,而非自然收集的人类话语。





