Reframe dataset as dynamics / world-model interaction data (not policy demos); document 2026-03-23 as right-sensor-only pilot; add active_sensors per-date in tasks.json; lead with hours and contact frames instead of episode count
Browse files- README.md +33 -16
- docs/caveats.md +21 -2
- docs/quality.md +28 -14
- tasks.json +19 -1
README.md
CHANGED
|
@@ -10,9 +10,11 @@ tags:
|
|
| 10 |
- gelsight
|
| 11 |
- realsense
|
| 12 |
- motion-capture
|
|
|
|
|
|
|
| 13 |
pretty_name: React (Tactile-Visual Manipulation)
|
| 14 |
size_categories:
|
| 15 |
-
-
|
| 16 |
configs:
|
| 17 |
- config_name: motherboard
|
| 18 |
data_files:
|
|
@@ -26,37 +28,46 @@ configs:
|
|
| 26 |
|
| 27 |
# React
|
| 28 |
|
| 29 |
-
|
| 30 |
|
| 31 |

|
| 32 |
|
| 33 |
-
> **
|
| 34 |
|
| 35 |
## At a glance
|
| 36 |
|
| 37 |
| | |
|
| 38 |
|---|---|
|
| 39 |
-
|
|
| 40 |
-
|
|
| 41 |
-
|
|
| 42 |
-
| Tactile contact | 87.9 min — 66 % of frames; 4,136 contact events, median 0.73 s |
|
| 43 |
| Cameras | 3× Intel RealSense D415 (color + depth), 480×640, 30 FPS |
|
| 44 |
| Tactile | 2× GelSight Mini (left, right) |
|
| 45 |
| Motion capture | OptiTrack VRPN, 3 rigid bodies, ~120 Hz |
|
|
|
|
| 46 |
| License | CC-BY-4.0 |
|
| 47 |
|
| 48 |

|
| 49 |
|
| 50 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
|
| 52 |
-
|
|
|
|
|
|
|
| 53 |
|
| 54 |
```python
|
|
|
|
| 55 |
from datasets import load_dataset
|
| 56 |
ds = load_dataset("yxma/React", "motherboard", split="train")
|
| 57 |
```
|
| 58 |
|
| 59 |
-
Or grab a single episode:
|
| 60 |
|
| 61 |
```python
|
| 62 |
import torch
|
|
@@ -75,21 +86,27 @@ ep = torch.load(path, weights_only=False)
|
|
| 75 |
# Plus per-frame contact metrics: tactile_{side}_{intensity, area, mixed}
|
| 76 |
```
|
| 77 |
|
| 78 |
-
|
| 79 |
|
| 80 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
|
| 82 |
-
## Episode previews
|
| 83 |
|
| 84 |
-
Per-
|
| 85 |
|
| 86 |
## Repository layout
|
| 87 |
|
| 88 |
```
|
| 89 |
README.md # this file
|
| 90 |
-
tasks.json # task registry
|
| 91 |
bad_frames.json # data-quality skip-list
|
| 92 |
-
processed/mode1_v1/<task>/<date>/episode_*.pt # per-
|
| 93 |
figures/ # previews + analysis figures
|
| 94 |
docs/ # extended documentation
|
| 95 |
```
|
|
|
|
| 10 |
- gelsight
|
| 11 |
- realsense
|
| 12 |
- motion-capture
|
| 13 |
+
- dynamics
|
| 14 |
+
- world-model
|
| 15 |
pretty_name: React (Tactile-Visual Manipulation)
|
| 16 |
size_categories:
|
| 17 |
+
- 100K<n<1M
|
| 18 |
configs:
|
| 19 |
- config_name: motherboard
|
| 20 |
data_files:
|
|
|
|
| 28 |
|
| 29 |
# React
|
| 30 |
|
| 31 |
+
Dense, contact-rich, synchronized multimodal interaction recordings for **tactile-visual dynamics / world-model learning** — *not* a policy / demonstration dataset.
|
| 32 |
|
| 33 |

|
| 34 |
|
| 35 |
+
> **138 min of synchronized multimodal interaction · 88 min (66 %) of confirmed bimanual tactile contact · 4,136 distinct contact events · 240 k frames @ 30 Hz across 3 × RGB-D + 2 × GelSight + 3-body OptiTrack**
|
| 36 |
|
| 37 |
## At a glance
|
| 38 |
|
| 39 |
| | |
|
| 40 |
|---|---|
|
| 41 |
+
| Intended use | Dynamics / world-model learning over short multimodal windows. Sample short trajectories (1 s – 10 s); episode boundaries are not action boundaries. |
|
| 42 |
+
| Total synchronized duration | **138.4 min** at 30 Hz (239,759 multimodal frames) |
|
| 43 |
+
| Bimanual tactile-contact time | **87.9 min — 66 % of frames** (4,136 contact events, median 0.73 s) |
|
|
|
|
| 44 |
| Cameras | 3× Intel RealSense D415 (color + depth), 480×640, 30 FPS |
|
| 45 |
| Tactile | 2× GelSight Mini (left, right) |
|
| 46 |
| Motion capture | OptiTrack VRPN, 3 rigid bodies, ~120 Hz |
|
| 47 |
+
| Tasks | `motherboard` (more coming) |
|
| 48 |
| License | CC-BY-4.0 |
|
| 49 |
|
| 50 |

|
| 51 |
|
| 52 |
+
## Recording sessions
|
| 53 |
+
|
| 54 |
+
| Date | Kind | Active sensors | Notes |
|
| 55 |
+
|---|---|---|---|
|
| 56 |
+
| 2026-03-23 | pilot | **right only** | Early trials. The left GelSight and left rigid body were not in use; ignore `tactile_left*` and `sensor_left_pose` for these recordings. |
|
| 57 |
+
| 2026-05-10 | session | left + right | First full bimanual session. |
|
| 58 |
+
| 2026-05-11 | session | left + right | Largest session. A handful of GelSight LED-flicker frames + one mocap teleport; see [`bad_frames.json`](bad_frames.json). |
|
| 59 |
|
| 60 |
+
See [`tasks.json`](tasks.json) for the machine-readable registry (per-date `active_sensors`, etc.).
|
| 61 |
+
|
| 62 |
+
## Quick start
|
| 63 |
|
| 64 |
```python
|
| 65 |
+
# Load by task with `datasets`
|
| 66 |
from datasets import load_dataset
|
| 67 |
ds = load_dataset("yxma/React", "motherboard", split="train")
|
| 68 |
```
|
| 69 |
|
| 70 |
+
Or grab a single episode file directly:
|
| 71 |
|
| 72 |
```python
|
| 73 |
import torch
|
|
|
|
| 86 |
# Plus per-frame contact metrics: tactile_{side}_{intensity, area, mixed}
|
| 87 |
```
|
| 88 |
|
| 89 |
+
Sampling short windows for dynamics learning:
|
| 90 |
|
| 91 |
+
```python
|
| 92 |
+
import json
|
| 93 |
+
with open("bad_frames.json") as f:
|
| 94 |
+
bad = json.load(f)["episodes"]
|
| 95 |
+
# Drop ~0.085 % of frames flagged in bad_frames.json — see docs/quality.md
|
| 96 |
+
# For 2026-03-23 episodes, also ignore the left-sensor fields (right-only pilot).
|
| 97 |
+
```
|
| 98 |
|
| 99 |
+
## Episode-file previews
|
| 100 |
|
| 101 |
+
Per-file GIF previews live under [`figures/episode_previews/`](figures/episode_previews) — first 2 minutes at 10× speed, showing all 3 RealSense cameras with projected GelSight axes plus both tactile pads. (The on-disk recording unit is called an "episode" purely for file naming — episode boundaries don't carry semantic meaning for this dataset.)
|
| 102 |
|
| 103 |
## Repository layout
|
| 104 |
|
| 105 |
```
|
| 106 |
README.md # this file
|
| 107 |
+
tasks.json # task / session registry
|
| 108 |
bad_frames.json # data-quality skip-list
|
| 109 |
+
processed/mode1_v1/<task>/<date>/episode_*.pt # per-file tensors
|
| 110 |
figures/ # previews + analysis figures
|
| 111 |
docs/ # extended documentation
|
| 112 |
```
|
docs/caveats.md
CHANGED
|
@@ -2,9 +2,28 @@
|
|
| 2 |
|
| 3 |
For known sensor-level anomalies and the `bad_frames.json` skip-list, see [`quality.md`](quality.md).
|
| 4 |
|
| 5 |
-
##
|
| 6 |
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
- `episode_000` and `episode_002` — short test recordings (8.8 s and 10.4 s) with no tactile contact on either sensor; intentionally excluded.
|
| 9 |
- `episode_001` — lost at recording time (HDF5 superblock never finalized when the writer was killed mid-write); intentionally absent.
|
| 10 |
- The remaining episode IDs are non-contiguous as a result. **Don't infer ordering from filename gaps.**
|
|
|
|
| 2 |
|
| 3 |
For known sensor-level anomalies and the `bad_frames.json` skip-list, see [`quality.md`](quality.md).
|
| 4 |
|
| 5 |
+
## What this dataset is and isn't
|
| 6 |
|
| 7 |
+
React is a **dense multimodal interaction stream** intended for learning **dynamics / world models** over short multimodal windows. It is **not**:
|
| 8 |
+
|
| 9 |
+
- A demonstration / policy-learning dataset. "Episodes" here are just file boundaries — they don't carry semantic / action structure.
|
| 10 |
+
- Comparable apples-to-apples with BridgeData V2, DROID, RT-1, ALOHA, etc. on "number of demos." The relevant comparison is *hours of synchronized multimodal contact-rich interaction*.
|
| 11 |
+
|
| 12 |
+
## Per-session caveats
|
| 13 |
+
|
| 14 |
+
### 2026-03-23 — right-sensor-only pilot
|
| 15 |
+
|
| 16 |
+
The first 3 recording files (2026-03-23/episode_{000,001,002}) are **early pilot trials with only the right GelSight sensor in use**. For these files:
|
| 17 |
+
|
| 18 |
+
- `tactile_left` is essentially flat (peak intensity ≤ 1.4 vs ≥ 12 when actively used). Treat as empty.
|
| 19 |
+
- `sensor_left_pose` is not informative — the left rigid body was either not mounted or stationary off-workspace; the few "pose teleport" events flagged in `bad_frames.json` for these files are mocap noise on an unused tracker.
|
| 20 |
+
- `tactile_right` and `sensor_right_pose` are valid and contribute ~7.5 min of useful single-sensor contact data.
|
| 21 |
+
|
| 22 |
+
Dataloaders consuming these files should either mask the left modalities or skip the date entirely if they require bimanual data. The `active_sensors` field in [`../tasks.json`](../tasks.json) records this explicitly.
|
| 23 |
+
|
| 24 |
+
## Other caveats
|
| 25 |
+
|
| 26 |
+
- **Missing / dropped files** on `motherboard/2026-05-11`:
|
| 27 |
- `episode_000` and `episode_002` — short test recordings (8.8 s and 10.4 s) with no tactile contact on either sensor; intentionally excluded.
|
| 28 |
- `episode_001` — lost at recording time (HDF5 superblock never finalized when the writer was killed mid-write); intentionally absent.
|
| 29 |
- The remaining episode IDs are non-contiguous as a result. **Don't infer ordering from filename gaps.**
|
docs/quality.md
CHANGED
|
@@ -1,35 +1,39 @@
|
|
| 1 |
# Data quality
|
| 2 |
|
| 3 |
-
A small fraction of frames contain known sensor artifacts. The repo ships a [`../bad_frames.json`](../bad_frames.json) index so downstream code can avoid sampling on top of these intervals — useful since
|
| 4 |
|
| 5 |
## Headline numbers
|
| 6 |
|
| 7 |
| | |
|
| 8 |
|---|---:|
|
| 9 |
-
| Total frames | 239,759 |
|
| 10 |
-
|
|
| 11 |
| Frames flagged in `bad_frames.json` | **202 (0.084 %)** |
|
| 12 |
-
|
|
| 13 |
|
| 14 |
## Failure modes — quantitative breakdown
|
| 15 |
|
| 16 |
-
| # | Mode | Frames | % of dataset |
|
| 17 |
|---|---|---:|---:|---:|---|---|
|
| 18 |
| 1 | **GelSight LED flicker** | 66 | **0.028 %** | 5 / 30 | 1–2 frames of uniform pink/magenta wash across the gel surface; adjacent frames normal. 2026-05-11 / {003, 007, 008, 011, 017}. | [`intensity_spike_overview.png`](../figures/dataset_figures/intensity_spike_samples/intensity_spike_overview.png) |
|
| 19 |
-
| 2 | **OptiTrack pose teleport (>5 m/s)** | 136 | **0.057 %** | 5 / 30 | Position jumps by >5 cm in 33 ms — mocap lost lock and reacquired. 2026-03-23/{001, 002}, 2026-05-10/{001, 002}, 2026-05-11/015. | [`pose_teleport_samples/`](../figures/dataset_figures/pose_teleport_samples/) |
|
| 20 |
-
| 3 | Sensor at rest (>30 s freeze) | 37,601 | **15.68 %** | 5 / 30 | Multi-minute periods with pose ≈ const and tactile ≈ const (sensor set down on the table). **Not corruption**, but degenerate for dynamics learning. 2026-05-11/{012: 5.4 min, 017: 10.7 min, 005: 1.3 min}, 2026-03-23/{001: 1.8 min, 002: 1.6 min}. | [`data_quality_report.png`](../figures/dataset_figures/data_quality_report.png) |
|
| 21 |
|
| 22 |
-
**Modes 1+2
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
## Inspection figures
|
| 25 |
|
| 26 |
-
**Mode 1 — GelSight LED flicker** (overview across all 5 affected
|
| 27 |
|
| 28 |

|
| 29 |
|
| 30 |
-
Per-
|
| 31 |
|
| 32 |
-
**Mode 2 — OptiTrack pose teleport** (2 examples for the
|
| 33 |
|
| 34 |

|
| 35 |

|
|
@@ -76,9 +80,12 @@ A per-mode aggregate is also available: [`figures/dataset_figures/data_quality_b
|
|
| 76 |
|
| 77 |
```python
|
| 78 |
import json
|
|
|
|
| 79 |
|
| 80 |
with open("bad_frames.json") as f:
|
| 81 |
bad = json.load(f)["episodes"]
|
|
|
|
|
|
|
| 82 |
|
| 83 |
def is_clean_window(ep_name, t_start, t_end):
|
| 84 |
"""Return True if [t_start, t_end] does not overlap any flagged interval."""
|
|
@@ -90,9 +97,16 @@ def is_clean_window(ep_name, t_start, t_end):
|
|
| 90 |
return False
|
| 91 |
return True
|
| 92 |
|
| 93 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
```
|
| 95 |
|
| 96 |
-
## Full report (per-
|
| 97 |
|
| 98 |
-
Every
|
|
|
|
| 1 |
# Data quality
|
| 2 |
|
| 3 |
+
A small fraction of frames contain known sensor artifacts. The repo ships a [`../bad_frames.json`](../bad_frames.json) index so downstream code can avoid sampling on top of these intervals — useful since this dataset is intended for **short-window dynamics / world-model learning**, where a glitch landing inside a training window can dominate the loss for that step.
|
| 4 |
|
| 5 |
## Headline numbers
|
| 6 |
|
| 7 |
| | |
|
| 8 |
|---|---:|
|
| 9 |
+
| Total synchronized frames | 239,759 (138.4 min @ 30 Hz) |
|
| 10 |
+
| Recording files | 30 |
|
| 11 |
| Frames flagged in `bad_frames.json` | **202 (0.084 %)** |
|
| 12 |
+
| Recording files with ≥1 flagged frame | 10 |
|
| 13 |
|
| 14 |
## Failure modes — quantitative breakdown
|
| 15 |
|
| 16 |
+
| # | Mode | Frames | % of dataset | Files | Symptom | Example |
|
| 17 |
|---|---|---:|---:|---:|---|---|
|
| 18 |
| 1 | **GelSight LED flicker** | 66 | **0.028 %** | 5 / 30 | 1–2 frames of uniform pink/magenta wash across the gel surface; adjacent frames normal. 2026-05-11 / {003, 007, 008, 011, 017}. | [`intensity_spike_overview.png`](../figures/dataset_figures/intensity_spike_samples/intensity_spike_overview.png) |
|
| 19 |
+
| 2 | **OptiTrack pose teleport (>5 m/s)** | 136 | **0.057 %** | 5 / 30 | Position jumps by >5 cm in 33 ms — mocap lost lock and reacquired. 2026-03-23/{001, 002} (these are on the unused **left** tracker — see Notes), 2026-05-10/{001, 002}, 2026-05-11/015. | [`pose_teleport_samples/`](../figures/dataset_figures/pose_teleport_samples/) |
|
| 20 |
+
| 3 | Sensor at rest (>30 s freeze) | 37,601 | **15.68 %** | 5 / 30 | Multi-minute periods with pose ≈ const and tactile ≈ const (sensor set down on the table). **Not corruption**, but degenerate for dynamics learning. 2026-05-11/{012: 5.4 min, 017: 10.7 min, 005: 1.3 min}, 2026-03-23/{001: 1.8 min, 002: 1.6 min} (latter two are on the unused left tracker). | [`data_quality_report.png`](../figures/dataset_figures/data_quality_report.png) |
|
| 21 |
|
| 22 |
+
**Modes 1+2 together: 202 / 239,759 = 0.084 % of frames are corrupted in any modality.** Mode 3 is tracked separately because it is healthy data, just non-informative for dynamics. `bad_frames.json` covers modes 1 and 2 only; if you also want to skip rest periods, intersect with the velocity track from `sensor_*_pose`.
|
| 23 |
+
|
| 24 |
+
### Notes on the 2026-03-23 entries
|
| 25 |
+
|
| 26 |
+
`2026-03-23/episode_{001,002}` were **right-sensor-only pilot trials** (see [`caveats.md`](caveats.md)). The "pose teleport" flags on those files are on the **left** tracker, which was not in use, so the position values were essentially random mocap noise. If you are masking out the left modalities for those files (which you should), these teleport intervals can also be ignored.
|
| 27 |
|
| 28 |
## Inspection figures
|
| 29 |
|
| 30 |
+
**Mode 1 — GelSight LED flicker** (overview across all 5 affected files):
|
| 31 |
|
| 32 |

|
| 33 |
|
| 34 |
+
Per-file close-ups (reference frame, ±1 s neighbors, peak frame): [`figures/dataset_figures/intensity_spike_samples/`](../figures/dataset_figures/intensity_spike_samples/).
|
| 35 |
|
| 36 |
+
**Mode 2 — OptiTrack pose teleport** (2 examples for 2026-03-23, where only the processed `.pt` is on the publishing machine; the other 4 affected files have GIFs in the same folder):
|
| 37 |
|
| 38 |

|
| 39 |

|
|
|
|
| 80 |
|
| 81 |
```python
|
| 82 |
import json
|
| 83 |
+
from pathlib import Path
|
| 84 |
|
| 85 |
with open("bad_frames.json") as f:
|
| 86 |
bad = json.load(f)["episodes"]
|
| 87 |
+
with open("tasks.json") as f:
|
| 88 |
+
sessions = json.load(f)["tasks"]["motherboard"]["per_date_notes"]
|
| 89 |
|
| 90 |
def is_clean_window(ep_name, t_start, t_end):
|
| 91 |
"""Return True if [t_start, t_end] does not overlap any flagged interval."""
|
|
|
|
| 97 |
return False
|
| 98 |
return True
|
| 99 |
|
| 100 |
+
def active_sensors(ep_name):
|
| 101 |
+
"""Returns e.g. ['right'] or ['left', 'right']."""
|
| 102 |
+
date = ep_name.split("/")[0]
|
| 103 |
+
return sessions[date]["active_sensors"]
|
| 104 |
+
|
| 105 |
+
# In your sampler:
|
| 106 |
+
# if not is_clean_window(...): resample
|
| 107 |
+
# sides = active_sensors(...) # mask out inactive tactile + pose modalities
|
| 108 |
```
|
| 109 |
|
| 110 |
+
## Full report (per-file CSV)
|
| 111 |
|
| 112 |
+
Every file's individual stats (frames, duration, contact %, max intensity left/right, drift, max pose velocity, etc.) are in [`figures/dataset_figures/data_quality_report.csv`](../figures/dataset_figures/data_quality_report.csv).
|
tasks.json
CHANGED
|
@@ -2,8 +2,26 @@
|
|
| 2 |
"tasks": {
|
| 3 |
"motherboard": {
|
| 4 |
"language": "Bimanual manipulation of components on a computer motherboard.",
|
|
|
|
| 5 |
"dates": ["2026-03-23", "2026-05-10", "2026-05-11"],
|
| 6 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"notes": "2026-05-11/episode_001 was lost at recording time (HDF5 superblock not finalized). 2026-05-11/episodes 000 and 002 were short test recordings with no tactile contact and were dropped."
|
| 8 |
}
|
| 9 |
},
|
|
|
|
| 2 |
"tasks": {
|
| 3 |
"motherboard": {
|
| 4 |
"language": "Bimanual manipulation of components on a computer motherboard.",
|
| 5 |
+
"purpose": "Dense, contact-rich, synchronized multimodal interaction data for tactile-visual dynamics / world-model learning. Not a policy-learning / demonstration dataset.",
|
| 6 |
"dates": ["2026-03-23", "2026-05-10", "2026-05-11"],
|
| 7 |
+
"per_date_notes": {
|
| 8 |
+
"2026-03-23": {
|
| 9 |
+
"kind": "pilot",
|
| 10 |
+
"active_sensors": ["right"],
|
| 11 |
+
"note": "Early trials. ONLY the right GelSight + right rigid body were used. The left tactile stream is essentially flat (peak intensity ≤ 1.4 vs ≥ 12 when active) and the left OptiTrack pose is not informative — treat as right-sensor-only data."
|
| 12 |
+
},
|
| 13 |
+
"2026-05-10": {
|
| 14 |
+
"kind": "session",
|
| 15 |
+
"active_sensors": ["left", "right"],
|
| 16 |
+
"note": "First full bimanual recording session."
|
| 17 |
+
},
|
| 18 |
+
"2026-05-11": {
|
| 19 |
+
"kind": "session",
|
| 20 |
+
"active_sensors": ["left", "right"],
|
| 21 |
+
"note": "Largest session. A few GelSight LED-flicker frames and one mocap teleport event — see bad_frames.json."
|
| 22 |
+
}
|
| 23 |
+
},
|
| 24 |
+
"n_episode_files": 30,
|
| 25 |
"notes": "2026-05-11/episode_001 was lost at recording time (HDF5 superblock not finalized). 2026-05-11/episodes 000 and 002 were short test recordings with no tactile contact and were dropped."
|
| 26 |
}
|
| 27 |
},
|