ACTIVE
收藏资源简介:
ACTIVE(Action from Robotic View)是一个专为移动服务机器人感知视角设计的大规模数据集,包含30个复合动作类别、80名参与者和46,868个注释视频实例,涵盖RGB和点云两种模态。参与者在不同环境中执行各种人类动作,距离从3米到50米不等,同时摄像机平台也是移动的,模拟了机器人感知的真实场景。该数据集旨在推动自然人机交互(N-HRI)中的动作和属性识别研究。
ACTIVE (Action from Robotic View) is a large-scale dataset specifically designed for the perception perspective of mobile service robots. It consists of 30 complex action categories, 80 participants, and 46,868 annotated video instances, covering two modalities: RGB and point cloud. Participants perform various human actions in different environments, with distances ranging from 3 meters to 50 meters. Additionally, the camera platform is mobile, simulating the real-world scenarios of robot perception. This dataset is intended to advance research on action and attribute recognition in natural human-robot interaction (N-HRI).
ACTIVE: Action from Robotic View 数据集概述
📜 数据集简介
- 目的:为自然人机交互(N-HRI)中的机器人视角动作识别提供支持。
- 特点:
- 包含30个复合动作类别。
- 80名参与者。
- 46,868个标注视频实例。
- 涵盖RGB和点云两种模态。
- 动作距离范围:3m至50m。
- 模拟机器人移动感知场景,包含不同相机高度。
📊 数据集详情
- 下载地址:Hugging Face数据集下载
- 评估协议:
- 交叉主体评估:
- 训练集:53名参与者(ID列表见原始文档)。
- 测试集:27名参与者。
- 交叉主体评估:
⚙️ 使用方法
-
训练: bash python train.py --config cfgs/active_pc_config.yaml --data_path /path/to/your/active_dataset
-
评估: bash python test.py --config cfgs/active_pc_config.yaml --data_path /path/to/your/active_dataset --checkpoint /path/to/your/model.pth
📄 相关论文
- 标题:Recognizing Actions from Robotic View for Natural Human-Robot Interaction
- 会议:ICCV 2025
- arXiv链接:arXiv:2507.22522
🙏 致谢
- 基于PSTNet的代码库。




