Add dataset card for EgoTeam
#1
by nielsr HF Staff - opened
README.md
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- video-text-to-text
|
| 4 |
+
tags:
|
| 5 |
+
- robotics
|
| 6 |
+
- multi-robot
|
| 7 |
+
- egocentric-vision
|
| 8 |
+
- spatial-reasoning
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# EgoTeam: Multi-Robot Egocentric QA Dataset
|
| 12 |
+
|
| 13 |
+
[**Paper**](https://huggingface.co/papers/2605.18431) | [**Code**](https://github.com/KPeng9510/seeing-together)
|
| 14 |
+
|
| 15 |
+
**EgoTeam** is a large-scale multi-robot egocentric video question-answering dataset designed for cooperative embodied reasoning. It is part of the **CoopSR** benchmark, which evaluates the ability of Multimodal Large Language Models (MLLMs) to integrate synchronized egocentric videos from a team of moving robots to answer spatial, temporal, and coordination questions.
|
| 16 |
+
|
| 17 |
+
## Dataset Highlights
|
| 18 |
+
|
| 19 |
+
- **114K+ QA pairs**: Spanning 19 question types across four reasoning tiers.
|
| 20 |
+
- **Team-based Reasoning**: Synchronized egocentric RGB-D videos from teams of 2, 3, and 4 robots.
|
| 21 |
+
- **Simulated & Real-world**: Data collected in Habitat and iGibson simulators, with a real-world test set featuring quadruped robots.
|
| 22 |
+
- **Rich Metadata**: Includes robot poses, pairwise relative poses, semantic information, object relations, and robot-object interactions.
|
| 23 |
+
|
| 24 |
+
## Benchmark: CoopSR
|
| 25 |
+
|
| 26 |
+
The CoopSR benchmark evaluates models across four progressive reasoning levels:
|
| 27 |
+
|
| 28 |
+
| Tier | Name | Description |
|
| 29 |
+
|---|---|---|
|
| 30 |
+
| **T1** | Egocentric Spatial QA | Single-robot spatial awareness (locations, directions, layouts). |
|
| 31 |
+
| **T2** | Pairwise Relationship Reasoning | Reasoning about two robots/viewpoints (visibility, occlusion, relations). |
|
| 32 |
+
| **T3** | Scene-Level Composition | Integrating multiple views into a coherent scene-level representation and temporal movement. |
|
| 33 |
+
| **T4** | Multi-Robot Dynamic Spatial Reasoning | High-level collaborative reasoning (team belief updates, coordination, task assignment). |
|
| 34 |
+
|
| 35 |
+
## Citation
|
| 36 |
+
|
| 37 |
+
If you find this dataset or benchmark useful for your research, please cite:
|
| 38 |
+
|
| 39 |
+
```bibtex
|
| 40 |
+
@article{peng2024seeing,
|
| 41 |
+
title={Seeing Together: Multi-Robot Cooperative Egocentric Spatial Reasoning with Multimodal Large Language Models},
|
| 42 |
+
author={Peng, Kun and others},
|
| 43 |
+
journal={arXiv preprint arXiv:2605.18431},
|
| 44 |
+
year={2024}
|
| 45 |
+
}
|
| 46 |
+
```
|