spikefly commited on
Commit
03a5b70
·
verified ·
1 Parent(s): fe08c91

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
- LeRobot v3.0 repack of the Fractal component in the SemanticVLA TraceX 240K release. This
22
- package preserves the component episode order and raw observation/action fields
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
- Trace columns in this v3 package:
27
 
28
- - `trace.x`: `float32[1]`, normalized image-space x coordinate on a 0-100 scale.
29
- - `trace.y`: `float32[1]`, normalized image-space y coordinate on a 0-100 scale.
30
 
31
- The v2-style `observation.trace.xy` column is intentionally not present in this
32
- v3 experiment.
33
 
34
- ## Contents
35
 
36
- - Repository: `spikefly/SemanticVLA-TraceX-240K-Fractal`
37
- - Format: LeRobot v3.0
38
- - Episodes: 87,182
39
- - Frames: 3,786,274
40
- - FPS: 5
41
- - Robot type: `google_robot`
42
- - Source dataset: Open-X-Embodiment fractal20220817_data v0.1.0
43
- - Data file target size: 100 MB
44
- - Video file target size: 500 MB
 
 
45
 
46
- ## Video Streams
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
 
48
  - `observation.images.image`
49
 
50
- ## Coverage
 
 
 
 
 
 
 
 
 
 
 
51
 
52
- The original 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 trace is inserted.
53
 
 
54
 
55
- ## Notes
 
 
 
 
 
 
 
56
 
57
- The `configs` block in this card is intentional: it makes Hugging Face Data
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 this dataset is subject to the original source dataset terms, plus the
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

  • SHA256: 5613731d2c5f71ef64591821a92e1341a5ebcdf3e5f1f063711f96da62aea19c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
assets/trace_overlays/ep_034901.gif ADDED

Git LFS Details

  • SHA256: 25620fc49a7b30b02016104f63827a197c04b2f1a5a72d7c6106202bc409030c
  • Pointer size: 132 Bytes
  • Size of remote file: 2.27 MB
assets/trace_overlays/ep_043630.gif ADDED

Git LFS Details

  • SHA256: 08ffe6f263d00ce67be1ec65f5aaecf30a55a693a30649c10165ee15bab0e908
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
assets/trace_overlays/ep_061060.gif ADDED

Git LFS Details

  • SHA256: e430ef7c75261da42dd4419c80babe4dec77b66ea8a977f37ca095f331b1fc82
  • Pointer size: 132 Bytes
  • Size of remote file: 2.56 MB