Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,39 @@
|
|
1 |
---
|
2 |
datasets:
|
3 |
- jesbu1/bridge_v2_lerobot_pathmask
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
-
Pi0 model trained with PEEK VLM-labeled data: https://peek-robot.github.io/
|
6 |
|
7 |
-
Fine-tuned on BRIDGE.
|
|
|
1 |
---
|
2 |
datasets:
|
3 |
- jesbu1/bridge_v2_lerobot_pathmask
|
4 |
+
license: apache-2.0
|
5 |
+
tags:
|
6 |
+
- robot-manipulation
|
7 |
+
- vision-language-models
|
8 |
+
- zero-shot-generalization
|
9 |
+
- bridge-v2
|
10 |
+
---
|
11 |
+
Pi-0 vanilla model fine-tuned with PEEK-VLM labeled data for PEEK: https://peek-robot.github.io/
|
12 |
+
|
13 |
+
## Paper
|
14 |
+
[PEEK: Guiding and Minimal Image Representations for Zero-Shot Generalization of Robot Manipulation Policies](https://huggingface.co/papers/2509.18282)
|
15 |
+
|
16 |
+
## Project Page
|
17 |
+
[https://peek-robot.github.io](https://peek-robot.github.io/)
|
18 |
+
|
19 |
+
## Code/Github Repository
|
20 |
+
The main PEEK framework and associated code can be found on the Github repository:
|
21 |
+
[https://github.com/peek-robot/peek](https://github.com/peek-robot/peek)
|
22 |
+
|
23 |
+
## Sample Usage
|
24 |
+
Follow the instructions at [https://github.com/peek-robot/openpi/tree/main](https://github.com/peek-robot/openpi/tree/main).
|
25 |
+
|
26 |
+
## Citation
|
27 |
+
|
28 |
+
If you find this dataset useful for your research, please cite the original paper:
|
29 |
+
|
30 |
+
```bibtex
|
31 |
+
@inproceedings{zhang2025peek,
|
32 |
+
title={PEEK: Guiding and Minimal Image Representations for Zero-Shot Generalization of Robot Manipulation Policies},
|
33 |
+
author={Jesse Zhang and Marius Memmel and Kevin Kim and Dieter Fox and Jesse Thomason and Fabio Ramos and Erdem Bıyık and Abhishek Gupta and Anqi Li},
|
34 |
+
booktitle={arXiv:2509.18282},
|
35 |
+
year={2025},
|
36 |
+
}
|
37 |
+
```
|
38 |
---
|
|
|
39 |
|
|