Add CVPR 2026 banner + 4 trace overlay GIFs + cleaner README
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: SemanticVLA TraceX 240K Fractal
|
| 3 |
tags:
|
| 4 |
- robotics
|
| 5 |
- lerobot
|
|
@@ -16,48 +16,84 @@ configs:
|
|
| 16 |
path: data/**/*.parquet
|
| 17 |
---
|
| 18 |
|
| 19 |
-
# SemanticVLA TraceX 240K Fractal
|
| 20 |
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
from the full-preserve v2-style release package, while reducing the file count
|
| 24 |
-
by grouping multiple episodes per parquet/video file.
|
| 25 |
|
| 26 |
-
|
| 27 |
|
| 28 |
-
|
| 29 |
-
- `trace.y`: `float32[1]`, normalized image-space y coordinate on a 0-100 scale.
|
| 30 |
|
| 31 |
-
|
| 32 |
-
v3 experiment.
|
| 33 |
|
| 34 |
-
|
| 35 |
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
|
|
|
|
|
|
| 45 |
|
| 46 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
- `observation.images.image`
|
| 49 |
|
| 50 |
-
## Coverage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
|
| 52 |
-
|
| 53 |
|
|
|
|
| 54 |
|
| 55 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
|
| 57 |
-
|
| 58 |
-
Studio read `data/**/*.parquet` as the train split, so the parquet columns such
|
| 59 |
-
as `action`, `observation.*`, `trace.x`, and `trace.y` are visible instead of
|
| 60 |
-
auto-detecting the repository as a video-only dataset.
|
| 61 |
|
| 62 |
-
Use of
|
| 63 |
-
terms of the added SemanticVLA TraceX annotations.
|
|
|
|
| 1 |
---
|
| 2 |
+
pretty_name: SemanticVLA TraceX 240K Fractal (RT-1)
|
| 3 |
tags:
|
| 4 |
- robotics
|
| 5 |
- lerobot
|
|
|
|
| 16 |
path: data/**/*.parquet
|
| 17 |
---
|
| 18 |
|
| 19 |
+
# SemanticVLA TraceX 240K · Fractal (RT-1)
|
| 20 |
|
| 21 |
+
> :tada: **Accepted to CVPR 2026.**
|
| 22 |
+
> :black_nib: Fei Ni¹, Zhuo Chen², Yifu Yuan³, Zibin Dong³, Xianze Yao³, Shan Luo², Jianye Hao³, Jiankang Deng¹†, Stefanos Zafeiriou¹† :school: ¹Imperial College London ²King's College London ³Tianjin University :e-mail: [f.ni@imperial.ac.uk](mailto:f.ni@imperial.ac.uk)
|
|
|
|
|
|
|
| 23 |
|
| 24 |
+
The **Fractal (RT-1)** component of [**TraceX-240K**](https://hf.co/collections/spikefly/semanticvla-datasets) — the trace-annotated trajectory corpus introduced in **SemanticVLA**. This package is a LeRobot v3.0 repack of Fractal · Google Robot · Open-X-Embodiment fractal20220817 v0.1.0 with **dense per-frame end-effector trace labels** stored directly in every frame row.
|
| 25 |
|
| 26 |
+
> :books: **Code · checkpoints · paper:** https://github.com/Fei-Ni/SemanticVLA_Offcial
|
|
|
|
| 27 |
|
| 28 |
+
## :movie_camera: Sample trace overlays
|
|
|
|
| 29 |
|
| 30 |
+
Each clip shows the orange trace label (per-frame gripper position) overlaid on the original episode camera feed.
|
| 31 |
|
| 32 |
+
<table>
|
| 33 |
+
<tr>
|
| 34 |
+
<td><img src="assets/trace_overlays/ep_017431.gif" width="200" alt="episode 17431"></td>
|
| 35 |
+
<td><img src="assets/trace_overlays/ep_034901.gif" width="200" alt="episode 34901"></td>
|
| 36 |
+
<td><img src="assets/trace_overlays/ep_043630.gif" width="200" alt="episode 43630"></td>
|
| 37 |
+
<td><img src="assets/trace_overlays/ep_061060.gif" width="200" alt="episode 61060"></td>
|
| 38 |
+
</tr>
|
| 39 |
+
<tr>
|
| 40 |
+
<td align="center"><sub>episode 17431</sub></td><td align="center"><sub>episode 34901</sub></td><td align="center"><sub>episode 43630</sub></td><td align="center"><sub>episode 61060</sub></td>
|
| 41 |
+
</tr>
|
| 42 |
+
</table>
|
| 43 |
|
| 44 |
+
## :compass: Trace label schema
|
| 45 |
+
|
| 46 |
+
Dense per-frame end-effector position columns, stored directly in every frame row:
|
| 47 |
+
|
| 48 |
+
- `trace.x` — `float32[1]`, normalized image-space x coordinate on a `[0, 100]` scale.
|
| 49 |
+
- `trace.y` — `float32[1]`, normalized image-space y coordinate on a `[0, 100]` scale.
|
| 50 |
+
|
| 51 |
+
`(0, 0)` is the top-left corner of the frame, `(100, 100)` the bottom-right.
|
| 52 |
+
|
| 53 |
+
## :package: Contents
|
| 54 |
+
|
| 55 |
+
| Field | Value |
|
| 56 |
+
|---|---|
|
| 57 |
+
| HF repo | `spikefly/SemanticVLA-TraceX-240K-Fractal` |
|
| 58 |
+
| Format | LeRobot v3.0 |
|
| 59 |
+
| Episodes | 87,182 |
|
| 60 |
+
| Frames | 3,786,274 |
|
| 61 |
+
| FPS | 5 |
|
| 62 |
+
| Robot type | `google_robot` |
|
| 63 |
+
| Source dataset | Open-X-Embodiment fractal20220817_data v0.1.0 |
|
| 64 |
+
| Data file target | 100 MB |
|
| 65 |
+
| Video file target | 500 MB |
|
| 66 |
+
|
| 67 |
+
### Video streams
|
| 68 |
|
| 69 |
- `observation.images.image`
|
| 70 |
|
| 71 |
+
## :compass: Coverage
|
| 72 |
+
|
| 73 |
+
The upstream Fractal train split has 87,212 episodes. This TraceX v3 package contains the 87,182 episodes with valid dense trace annotations; the 30 episodes without dense trace are excluded (no synthetic fallback inserted).
|
| 74 |
+
|
| 75 |
+
## :open_file_folder: Sibling datasets in TraceX-240K
|
| 76 |
+
|
| 77 |
+
<table>
|
| 78 |
+
<tr><th>Dataset</th><th>HF Repository</th><th>Embodiment</th></tr>
|
| 79 |
+
<tr><td><b>Bridge</b></td><td><a href="https://huggingface.co/datasets/spikefly/SemanticVLA-TraceX-240K-Bridge">spikefly/SemanticVLA-TraceX-240K-Bridge</a></td><td>BridgeData V2 / WidowX</td></tr>
|
| 80 |
+
<tr><td><b>BC-Z</b></td><td><a href="https://huggingface.co/datasets/spikefly/SemanticVLA-TraceX-240K-BC-Z">spikefly/SemanticVLA-TraceX-240K-BC-Z</a></td><td>BC-Z / Google Robot</td></tr>
|
| 81 |
+
<tr><td><b>DROID</b></td><td><a href="https://huggingface.co/datasets/spikefly/SemanticVLA-TraceX-240K-DROID">spikefly/SemanticVLA-TraceX-240K-DROID</a></td><td>DROID / Franka</td></tr>
|
| 82 |
+
</table>
|
| 83 |
|
| 84 |
+
## :pencil: Citation
|
| 85 |
|
| 86 |
+
If you use this dataset, please cite SemanticVLA:
|
| 87 |
|
| 88 |
+
```bibtex
|
| 89 |
+
@inproceedings{ni2026semanticvla,
|
| 90 |
+
title = {SemanticVLA: Towards Semantic Reasoning over Action Memorization via Synergistic Explicit Trace and Latent Action Planning},
|
| 91 |
+
author = {Ni, Fei and Chen, Zhuo and Yuan, Yifu and Dong, Zibin and Yao, Xianze and Luo, Shan and Hao, Jianye and Deng, Jiankang and Zafeiriou, Stefanos},
|
| 92 |
+
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
| 93 |
+
year = {2026}
|
| 94 |
+
}
|
| 95 |
+
```
|
| 96 |
|
| 97 |
+
## :scroll: License & terms
|
|
|
|
|
|
|
|
|
|
| 98 |
|
| 99 |
+
The trace annotation labels (`trace.x` / `trace.y`) are released under the [MIT License](https://github.com/Fei-Ni/SemanticVLA_Offcial/blob/main/LICENSE) as part of the SemanticVLA code release. Use of the underlying robot trajectory data is subject to the **original source dataset terms** (Open-X-Embodiment fractal20220817_data v0.1.0). Please consult the upstream dataset license before use.
|
|
|
assets/trace_overlays/ep_017431.gif
ADDED
|
Git LFS Details
|
assets/trace_overlays/ep_034901.gif
ADDED
|
Git LFS Details
|
assets/trace_overlays/ep_043630.gif
ADDED
|
Git LFS Details
|
assets/trace_overlays/ep_061060.gif
ADDED
|
Git LFS Details
|