Datasets:
Update dataset card: Add paper, project page, code, citation, library_name and relevant tags
#2
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -4,6 +4,10 @@ task_categories:
|
|
| 4 |
- robotics
|
| 5 |
tags:
|
| 6 |
- LeRobot
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
configs:
|
| 8 |
- config_name: default
|
| 9 |
data_files: data/*/*.parquet
|
|
@@ -13,10 +17,11 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 13 |
|
| 14 |
## Dataset Description
|
| 15 |
|
|
|
|
| 16 |
|
| 17 |
-
|
| 18 |
-
- **
|
| 19 |
-
- **
|
| 20 |
- **License:** apache-2.0
|
| 21 |
|
| 22 |
## Dataset Structure
|
|
@@ -272,11 +277,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 272 |
}
|
| 273 |
```
|
| 274 |
|
| 275 |
-
|
| 276 |
## Citation
|
| 277 |
|
| 278 |
**BibTeX:**
|
| 279 |
|
| 280 |
```bibtex
|
| 281 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 282 |
```
|
|
|
|
| 4 |
- robotics
|
| 5 |
tags:
|
| 6 |
- LeRobot
|
| 7 |
+
- gaze
|
| 8 |
+
- foveated-vision
|
| 9 |
+
- human-robot-interaction
|
| 10 |
+
library_name: lerobot
|
| 11 |
configs:
|
| 12 |
- config_name: default
|
| 13 |
data_files: data/*/*.parquet
|
|
|
|
| 17 |
|
| 18 |
## Dataset Description
|
| 19 |
|
| 20 |
+
This dataset is associated with the paper [Look, Focus, Act: Efficient and Robust Robot Learning via Human Gaze and Foveated Vision Transformers](https://huggingface.co/papers/2507.15833).
|
| 21 |
|
| 22 |
+
- **Homepage:** https://ian-chuang.github.io/gaze-av-aloha/
|
| 23 |
+
- **Paper:** https://huggingface.co/papers/2507.15833
|
| 24 |
+
- **Code:** https://github.com/ian-chuang/gaze-av-aloha
|
| 25 |
- **License:** apache-2.0
|
| 26 |
|
| 27 |
## Dataset Structure
|
|
|
|
| 277 |
}
|
| 278 |
```
|
| 279 |
|
|
|
|
| 280 |
## Citation
|
| 281 |
|
| 282 |
**BibTeX:**
|
| 283 |
|
| 284 |
```bibtex
|
| 285 |
+
@misc{chuang2025lookfocusactefficient,
|
| 286 |
+
title={Look, Focus, Act: Efficient and Robust Robot Learning via Human Gaze and Foveated Vision Transformers},
|
| 287 |
+
author={Ian Chuang and Andrew Lee and Dechen Gao and Jinyu Zou and Iman Soltani},
|
| 288 |
+
year={2025},
|
| 289 |
+
eprint={2507.15833},
|
| 290 |
+
archivePrefix={arXiv},
|
| 291 |
+
primaryClass={cs.RO},
|
| 292 |
+
url={https://arxiv.org/abs/2507.15833},
|
| 293 |
+
}
|
| 294 |
```
|