LT-VQA
收藏资源简介:
LT-VQA是由大邱庆北科学技术院构建的多会话场景理解数据集,旨在评估长期目标记忆与时空推理能力。该数据集包含多会话机器人记录、持久身份标注以及时间问答对,数据源自机器人多次访问动态环境,通过实例级3D分割与跨会话身份关联生成。创建过程涉及多会话SLAM对齐、目标检测与跟踪,以及人工标注的时序问答。数据集面向长期机器人操作中的历史遗忘问题,支持纵向目标中心推理与视觉问答,为评估时空记忆框架提供标准化基准。
LT-VQA is a multi-session scene understanding dataset developed by Daegu Gyeongbuk Institute of Science and Technology, with the primary objective of evaluating long-term object memory and spatiotemporal reasoning capabilities. This dataset includes multi-session robot recordings, persistent identity annotations, and temporal question-answer pairs, which are generated through robots' repeated visits to dynamic environments via instance-level 3D segmentation and cross-session identity association. The dataset construction pipeline encompasses multi-session SLAM alignment, object detection and tracking, as well as manual annotation of the temporal question-answer pairs. Targeting the problem of historical forgetting in long-term robotic operations, this dataset supports longitudinal object-centric reasoning and visual question answering, serving as a standardized benchmark for evaluating spatiotemporal memory frameworks.
LT-VQA 数据集详情
数据集简介
LT-VQA 是一个用于评估长期目标中心场景理解的多会话受控数据集。与单会话 VQA 基准不同,LT-VQA 专注于跨会话的目标身份一致性、事件级状态转换标注以及会话索引时序推理,可支持诸如“绿色椅子在所有会话中位于何处?”等跨会话查询。
数据集规模
| 属性 | 数值 |
|---|---|
| 环境数 | 3 |
| 总会话数 | 30 |
| 问答对数量 | 80 |
环境构成
🏠 Lab-S(紧凑室内空间)
- 会话数:10
- 帧数/会话:116–159
- 时长/会话:1.6–2.1 分钟
- 追踪目标数:10
🏢 Lab-L(较大室内空间)
- 会话数:10
- 帧数/会话:115–183
- 时长/会话:2.6–3.3 分钟
- 追踪目标数:10
🚗 Parking Lot(室外场景)
- 会话数:10
- 帧数/会话:124–195
- 时长/会话:2.2–3.2 分钟
- 任务:聚合占用率统计
追踪目标列表
Lab-S:机器狗、蓝色挎包、垃圾桶、白色桌子、手持吸尘器、花卉、咖啡机、白色椅子、灭火器、冰箱
Lab-L:棕色篮子、盆栽、绿色椅子、打印机、机器狗、银色耳机、剪刀、沙发、白板、吸尘器
数据内容与格式
- 原始数据:每环境包含 RGB 视频和图像、深度及置信度图、相机标定、IMU 和里程计数据
- 对齐数据:图像、PLY 点云、位姿、时间戳和元数据
- 标注格式:按会话提供 JSON 格式的物体级事件标签和时序问答对,包含三类标注:
- 事件标签:如物体移动事件,含源/目标位置和位移量
- QA-Event:事件级问答对(例如“机器狗在第 6 会话发生了什么?”)
- QA-Freq:频率统计类问答对(例如“哪个物体移动最频繁?”)
实验结果
| 方法 | Event F1 ↑ | QA-Event ↑ | QA-Freq ↑ | Tokens ↓ |
|---|---|---|---|---|
| Geometric Only | 0.630 | N/A | N/A | – |
| Text-Batch | 0.460 | 0.300 | 0.267 | 1,992K |
| VLM-Batch | 0.790 | 0.680 | 0.333 | 7,152K |
| STAR | 0.420 | 0.460 | N/A | 55,622K |
| LT-Mem (Qwen2.5-3B) | 0.885 | 0.800 | 0.567 | 431K |
| LT-Mem (Gemini 2.5 Pro) | 0.910 | 0.820 | 0.600 | 438K |
在 LT-VQA(Lab-S + Lab-L 合并)上,LT-Mem 在所有指标上达到 SOTA 水平。使用 Gemini 2.5 Pro 推理器时,Event F1 达 0.910,QA-Event 达 0.820,QA-Freq 达 0.600,超越最强视觉基线(VLM-Batch),同时 token 消耗减少约 16 倍(438K vs 7,152K)。即使使用轻量级本地 Qwen2.5-3B 推理器,也能超越所有基线。
数据集下载
完整数据集提供下载,包含各环境的原始数据和对齐数据;标注文件以 JSON 格式提供,包含事件级别标注和时序 QA 对。




