ABot-World-Explorer-4D
收藏资源简介:
ABot World Explorer 4D 是一个深度增强的动作条件视频数据集,源自 ABot-World-0 项目。该数据集包含 20 个片段(episodes),共计 181,561 个 EXR 深度帧,以及对应的 RGB 视频、动作注释和 COLMAP 相机姿态。每个样本由视频文件(video.mp4)、注释归档(annotations.tar)和深度目录(depth/shard-*.tar)组成。注释归档中包含动作序列(action.json)、文本描述(caption.json)和 COLMAP 稀疏模型(cameras.txt, images.txt, points3D.txt)。深度数据采用 OpenEXR 格式,以绝对度量米为单位,分辨率为 1920x1080,三个通道(B、G、R)存储相同的深度值。该数据集适用于深度感知的世界模型、多模态对齐、动作条件视频生成、可控生成及智能体学习研究。注意:数据集不提供精确的逐帧时间戳对齐,也非校准传感器基准。许可证为 Apache-2.0。
ABot World Explorer 4D is a depth-enhanced action-conditioned video dataset derived from the ABot-World-0 project. It contains 20 episodes with a total of 181,561 EXR depth frames, along with corresponding RGB videos, action annotations, and COLMAP camera poses. Each sample consists of a video file (video.mp4), an annotation archive (annotations.tar), and a depth directory (depth/shard-*.tar). The annotation archive includes action sequences (action.json), text descriptions (caption.json), and a COLMAP sparse model (cameras.txt, images.txt, points3D.txt). Depth data is stored in OpenEXR format, with absolute metric meters, a resolution of 1920x1080, and three channels (B, G, R) containing the same depth values. This dataset is suitable for research on depth-aware world models, multimodal alignment, action-conditioned video generation, controllable generation, and agent learning. Note: The dataset does not provide precise per-frame timestamp alignment and is not a calibrated sensor benchmark. License: Apache-2.0.
ABot World Explorer 4D 数据集详情
数据集概览
ABot World Explorer 4D 是一个深度增强(depth-enabled)的动作条件视频数据集,源自 ABot-World-0 研究项目(arXiv:2607.19191)。该数据集以 4D 形式提供 20 个片段的视频、动作标注、相机位姿以及绝对度量深度数据,主要用于世界模型、多模态对齐、动作条件视频生成和智能体学习等研究方向。
- 许可证:Apache-2.0
- 数据规模:20 个片段(episodes),样本数量小于 1K
- Base source objects:120
- EXR depth objects:181,561
- 总数据对象数:181,681
- 深度表示:绝对度量深度(Absolute metric)
- 深度单位/缩放:米(m)/ 1.0
- 语义划分:无
数据集结构
text meta/abot-world-explorer-poster.png metadata.jsonl data/<prefix>/<sample_id>/video.mp4 data/<prefix>/<sample_id>/annotations.tar data/<prefix>/<sample_id>/depth/shard-*.tar LICENSE README.md
sample_id为匿名化、数据集命名空间内的 HMAC 标识符,源密钥和 OSS 位置未发布。- 数据按
sample_id前两位作为前缀进行目录分组。
数据文件格式
video.mp4
保留源 MP4 原始字节,未进行发布时转码。
annotations.tar
未压缩的 POSIX USTAR 归档文件,包含:
action.json:序列元数据和逐帧控制记录caption.json:包含perspective、scene_static、narrative字符串及dense_temporal数组sparse/0/下的三个 COLMAP 位姿文件(cameras.txt、images.txt、points3D.txt)
COLMAP 位姿文件
- 所有 20 个 4D 片段的审核模型均为纯位姿(pose-only)模型
- 包含一台 1920×1080 的
PINHOLE相机 images.txt中所有观测行为空,points3D.txt无点记录- 图像命名按
frame_000001.jpg顺序排列,图像与深度计数在每个片段内匹配
OpenEXR 深度文件
- 格式:OpenEXR v2,单部件扫描线图像
- 分辨率:1920×1080,数据与显示窗口匹配
(0, 0)-(1919, 1079) - 通道:
B、G、R,均为FLOAT类型,采样 1×1,无 Z 或 alpha 通道 - 压缩/行序:
PXR24/ 递增 Y - 审核发现 B、G、R 三通道承载相同的深度平面值
PXR24压缩为有损压缩,会将 32 位浮点数据降至 24 位精度- 深度按米为单位的绝对度量深度存储,
scale_to_m=1.0
深度文件按六位帧键(如 depth/000001.exr)排序,分组存储于未压缩的 shard-*.tar 归档中,每个分片不跨样本。
数据预览
Hugging Face 数据集查看器由 metadata.jsonl 支持,覆盖全部 20 个片段。查看器将类型化描述符转为可播放的 HTTPS 源,不复制或重写媒体负载。深度 TAR 归档作为普通仓库负载,查看器不进行解码。
使用建议与限制
- 适用场景:度量深度感知的世界模型、多模态对齐、动作条件视频、可控生成和智能体学习研究
- 不适用场景:不能作为校准传感器基准,不保证物理/因果正确性
- 已知局限:精确时长、时间戳级别的 RGB/动作/位姿/深度对齐关系未声明;深度测量方式(相机 z 深度或欧氏距离)及无效哨兵值含义未知;
dense_temporal数组可能为空
引用
如需引用,请参考 ABot-World-0 论文(arXiv:2607.19191),引用详情见 arXiv 页面。




