Probe set: start frames from held-out intervals; 05-19 included
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- test_sets/probes_v1/README.md +48 -12
- test_sets/probes_v1/manifest.json +26 -14
- test_sets/probes_v1/overlay_example.jpg +2 -2
- test_sets/probes_v1/overlays/run0_rot+x.jpg +2 -2
- test_sets/probes_v1/overlays/run0_rot+y.jpg +2 -2
- test_sets/probes_v1/overlays/run0_rot+z.jpg +2 -2
- test_sets/probes_v1/overlays/run0_rot-x.jpg +2 -2
- test_sets/probes_v1/overlays/run0_rot-y.jpg +2 -2
- test_sets/probes_v1/overlays/run0_rot-z.jpg +2 -2
- test_sets/probes_v1/overlays/run0_trans+x.jpg +2 -2
- test_sets/probes_v1/overlays/run0_trans+y.jpg +2 -2
- test_sets/probes_v1/overlays/run0_trans+z.jpg +2 -2
- test_sets/probes_v1/overlays/run0_trans-x.jpg +2 -2
- test_sets/probes_v1/overlays/run0_trans-y.jpg +2 -2
- test_sets/probes_v1/overlays/run0_trans-z.jpg +2 -2
- test_sets/probes_v1/overlays/run1_rot+x.jpg +2 -2
- test_sets/probes_v1/overlays/run1_rot+y.jpg +2 -2
- test_sets/probes_v1/overlays/run1_rot+z.jpg +2 -2
- test_sets/probes_v1/overlays/run1_rot-x.jpg +2 -2
- test_sets/probes_v1/overlays/run1_rot-y.jpg +2 -2
- test_sets/probes_v1/overlays/run1_rot-z.jpg +2 -2
- test_sets/probes_v1/overlays/run1_trans+x.jpg +2 -2
- test_sets/probes_v1/overlays/run1_trans+y.jpg +2 -2
- test_sets/probes_v1/overlays/run1_trans+z.jpg +2 -2
- test_sets/probes_v1/overlays/run1_trans-x.jpg +2 -2
- test_sets/probes_v1/overlays/run1_trans-y.jpg +2 -2
- test_sets/probes_v1/overlays/run1_trans-z.jpg +2 -2
- test_sets/probes_v1/overlays/run2_rot+x.jpg +2 -2
- test_sets/probes_v1/overlays/run2_rot+y.jpg +2 -2
- test_sets/probes_v1/overlays/run2_rot+z.jpg +2 -2
- test_sets/probes_v1/overlays/run2_rot-x.jpg +2 -2
- test_sets/probes_v1/overlays/run2_rot-y.jpg +2 -2
- test_sets/probes_v1/overlays/run2_rot-z.jpg +2 -2
- test_sets/probes_v1/overlays/run2_trans+x.jpg +2 -2
- test_sets/probes_v1/overlays/run2_trans+y.jpg +2 -2
- test_sets/probes_v1/overlays/run2_trans+z.jpg +2 -2
- test_sets/probes_v1/overlays/run2_trans-x.jpg +2 -2
- test_sets/probes_v1/overlays/run2_trans-y.jpg +2 -2
- test_sets/probes_v1/overlays/run2_trans-z.jpg +2 -2
- test_sets/probes_v1/overlays/run3_rot+x.jpg +2 -2
- test_sets/probes_v1/overlays/run3_rot+y.jpg +2 -2
- test_sets/probes_v1/overlays/run3_rot+z.jpg +2 -2
- test_sets/probes_v1/overlays/run3_rot-x.jpg +2 -2
- test_sets/probes_v1/overlays/run3_rot-y.jpg +2 -2
- test_sets/probes_v1/overlays/run3_rot-z.jpg +2 -2
- test_sets/probes_v1/overlays/run3_trans+x.jpg +2 -2
- test_sets/probes_v1/overlays/run3_trans+y.jpg +2 -2
- test_sets/probes_v1/overlays/run3_trans+z.jpg +2 -2
- test_sets/probes_v1/overlays/run3_trans-x.jpg +2 -2
- test_sets/probes_v1/overlays/run3_trans-y.jpg +2 -2
test_sets/probes_v1/README.md
CHANGED
|
@@ -1,4 +1,16 @@
|
|
| 1 |
-
# React probe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
72 commanded action sequences over 6 start frames, for scoring a tactile world
|
| 4 |
model's rollouts against ground truth that is **geometric, not photometric**.
|
|
@@ -205,27 +217,51 @@ depth, and neither substitutes for the other.
|
|
| 205 |
rollout that overshoots a path ending 15 px from the edge leaves the image
|
| 206 |
and cannot be scored at all.
|
| 207 |
|
| 208 |
-
###
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 209 |
|
| 210 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 211 |
|
| 212 |
-
|
| 213 |
-
|
| 214 |
-
|
| 215 |
-
|
| 216 |
-
|
| 217 |
-
|
| 218 |
-
|
| 219 |
-
|
| 220 |
|
| 221 |
## Reproducing
|
| 222 |
|
| 223 |
```
|
|
|
|
| 224 |
python scripts/build_probe_testset.py --runs 6 --seed 0
|
|
|
|
| 225 |
python scripts/test_probe_testset.py
|
| 226 |
```
|
| 227 |
|
| 228 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 229 |
pixels recompute from the calibration **inside the package**, that the deltas
|
| 230 |
integrate back to the poses, that the ground truth keeps its scoring margin, and
|
| 231 |
that the scorer reads zero on the ground truth and exactly 10 mm on an injected
|
|
|
|
| 1 |
+
# React probe set — controlled actions for measuring ACTION FOLLOWING
|
| 2 |
+
|
| 3 |
+
> **This is one of two evaluation sets, and they answer different questions.**
|
| 4 |
+
>
|
| 5 |
+
> | | question | data |
|
| 6 |
+
> |---|---|---|
|
| 7 |
+
> | **held-out split** | can the model predict what actually happened? | real frames, real actions, real futures — `ReactVideoDataset(..., split="test")` |
|
| 8 |
+
> | **probe set** (this) | does the model *follow the action it is given*? | commanded actions nobody performed; ground truth is geometric |
|
| 9 |
+
>
|
| 10 |
+
> The held-out split scores prediction against recorded frames. It cannot
|
| 11 |
+
> isolate action-following, because the action in a recording is whatever the
|
| 12 |
+
> human happened to do. These probes command motions that were never performed,
|
| 13 |
+
> one axis at a time, so a failure names a direction.
|
| 14 |
|
| 15 |
72 commanded action sequences over 6 start frames, for scoring a tactile world
|
| 16 |
model's rollouts against ground truth that is **geometric, not photometric**.
|
|
|
|
| 217 |
rollout that overshoots a path ending 15 px from the edge leaves the image
|
| 218 |
and cannot be scored at all.
|
| 219 |
|
| 220 |
+
### Start frames are HELD OUT
|
| 221 |
+
|
| 222 |
+
Start frames are drawn only from the held-out intervals of `splits.json`.
|
| 223 |
+
Without that the context images would be *training* frames: the action is novel
|
| 224 |
+
either way, but the model would already have seen the picture it starts from,
|
| 225 |
+
and nothing would say so.
|
| 226 |
+
|
| 227 |
+
The release holds out **intervals from inside episodes**, not whole episodes.
|
| 228 |
+
There are 32 motherboard episodes; spending them on episode-level held-out data
|
| 229 |
+
buys independence a short-horizon world model does not need — what it must
|
| 230 |
+
generalise over is dynamics within a scene, not scenes. Measured, with a
|
| 231 |
+
64-frame training window: **test 12.1%, guard 9.4%, train 78.5%**, over 147
|
| 232 |
+
intervals plus 2 wholly-held-out episodes.
|
| 233 |
|
| 234 |
+
The **guard** is the part that leaks if you get it wrong. A training window
|
| 235 |
+
starting shortly before a held-out interval still contains its frames, so
|
| 236 |
+
starts in `[a-(S-1), b]` must be rejected, not just `[a, b]`. `splits.json`
|
| 237 |
+
records `guard_frames = max_train_window - 1`, and the loader **refuses** a
|
| 238 |
+
longer window rather than leaking — a leak here leaves no trace in any metric
|
| 239 |
+
until the numbers are suspiciously good. Without the guard, 1827 windows leak
|
| 240 |
+
in the first six episodes alone.
|
| 241 |
|
| 242 |
+
### Sessions
|
| 243 |
+
|
| 244 |
+
All three sessions are used. **2026-05-19** had its OptiTrack world redefined
|
| 245 |
+
mid-collection; the release applies the translation-only correction
|
| 246 |
+
(230, 0, 175) mm, and the residual yaw about the table normal is **unmeasured**
|
| 247 |
+
— attempts scatter ±2.3°, about 16 px at the workspace. It is included with
|
| 248 |
+
that stated in `manifest.json` under `world_residual` and `session_note`, rather
|
| 249 |
+
than the session being dropped to hide a bounded, declared error.
|
| 250 |
|
| 251 |
## Reproducing
|
| 252 |
|
| 253 |
```
|
| 254 |
+
python scripts/build_splits.py # writes splits.json
|
| 255 |
python scripts/build_probe_testset.py --runs 6 --seed 0
|
| 256 |
+
python scripts/test_splits.py
|
| 257 |
python scripts/test_probe_testset.py
|
| 258 |
```
|
| 259 |
|
| 260 |
+
`test_splits.py` enumerates every admissible training window and asserts none
|
| 261 |
+
touches a held-out frame, and that removing the guard *does* leak — a guard
|
| 262 |
+
nobody can show to be load-bearing is decoration.
|
| 263 |
+
|
| 264 |
+
`test_probe_testset.py` asserts the package is self-contained, that the stored ground-truth
|
| 265 |
pixels recompute from the calibration **inside the package**, that the deltas
|
| 266 |
integrate back to the poses, that the ground truth keeps its scoring margin, and
|
| 267 |
that the scorer reads zero on the ground truth and exactly 10 mm on an injected
|
test_sets/probes_v1/manifest.json
CHANGED
|
@@ -26,11 +26,11 @@
|
|
| 26 |
},
|
| 27 |
"trusted_sessions": [
|
| 28 |
"2026-05-10",
|
| 29 |
-
"2026-05-11"
|
|
|
|
| 30 |
],
|
| 31 |
-
"excluded_sessions": {
|
| 32 |
-
|
| 33 |
-
},
|
| 34 |
"overlay_error_budget_px": {
|
| 35 |
"camera_reprojection": {
|
| 36 |
"left": 3.6,
|
|
@@ -52,20 +52,32 @@
|
|
| 52 |
"yaw_deg": 0.0,
|
| 53 |
"yaw_applied": false,
|
| 54 |
"in_plane_mm": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
}
|
| 56 |
},
|
|
|
|
|
|
|
|
|
|
| 57 |
"probes": [
|
| 58 |
{
|
| 59 |
"run": 0,
|
| 60 |
-
"episode": "2026-05-11/
|
| 61 |
-
"moving_side": "
|
| 62 |
"n_probes": 12,
|
| 63 |
"meta": "probes/run0/meta.json"
|
| 64 |
},
|
| 65 |
{
|
| 66 |
"run": 1,
|
| 67 |
-
"episode": "2026-05-
|
| 68 |
-
"moving_side": "
|
| 69 |
"n_probes": 12,
|
| 70 |
"meta": "probes/run1/meta.json"
|
| 71 |
},
|
|
@@ -78,22 +90,22 @@
|
|
| 78 |
},
|
| 79 |
{
|
| 80 |
"run": 3,
|
| 81 |
-
"episode": "2026-05-
|
| 82 |
-
"moving_side": "
|
| 83 |
"n_probes": 12,
|
| 84 |
"meta": "probes/run3/meta.json"
|
| 85 |
},
|
| 86 |
{
|
| 87 |
"run": 4,
|
| 88 |
-
"episode": "2026-05-11/
|
| 89 |
-
"moving_side": "
|
| 90 |
"n_probes": 12,
|
| 91 |
"meta": "probes/run4/meta.json"
|
| 92 |
},
|
| 93 |
{
|
| 94 |
"run": 5,
|
| 95 |
-
"episode": "2026-05-11/
|
| 96 |
-
"moving_side": "
|
| 97 |
"n_probes": 12,
|
| 98 |
"meta": "probes/run5/meta.json"
|
| 99 |
}
|
|
|
|
| 26 |
},
|
| 27 |
"trusted_sessions": [
|
| 28 |
"2026-05-10",
|
| 29 |
+
"2026-05-11",
|
| 30 |
+
"2026-05-19"
|
| 31 |
],
|
| 32 |
+
"excluded_sessions": {},
|
| 33 |
+
"start_frames_from": "held-out intervals of splits.json (never training frames)",
|
|
|
|
| 34 |
"overlay_error_budget_px": {
|
| 35 |
"camera_reprojection": {
|
| 36 |
"left": 3.6,
|
|
|
|
| 52 |
"yaw_deg": 0.0,
|
| 53 |
"yaw_applied": false,
|
| 54 |
"in_plane_mm": null
|
| 55 |
+
},
|
| 56 |
+
"2026-05-19": {
|
| 57 |
+
"tilt_deg": 0.0,
|
| 58 |
+
"tilt_note": "forbidden by the L-bracket procedure; the 3.38 deg once measured here was an artefact of a non-planar contact cloud (in-plane halves 6.35 deg apart, vs 0.56 deg on the reference)",
|
| 59 |
+
"yaw_deg": null,
|
| 60 |
+
"yaw_applied": false,
|
| 61 |
+
"yaw_note": "NOT MEASURED. Matching the tracked board's projected outline against the board segmented in a camera gave +2.41 deg with a 95% frame-bootstrap of [0.36, 3.15], but that interval covered only frame-to-frame noise. Varying the camera and the hull clipping moves 2026-05-19 over -1.84 to +3.04 deg \u2014 and moves the REFERENCE date, which is zero by construction, over -1.83 to +3.28 deg. The method's systematic scatter is the size of the effect, so it has no power and the number was withdrawn.",
|
| 62 |
+
"in_plane_mm": null,
|
| 63 |
+
"status": "the (230, 0, 175) mm translation the release already applies is the only correction; how good it is remains unmeasured"
|
| 64 |
}
|
| 65 |
},
|
| 66 |
+
"session_note": {
|
| 67 |
+
"2026-05-19": "world frame redefined mid-collection; the release applies a translation-only correction and the residual yaw about the table normal is unmeasured (+/-2.3 deg, about 16 px at the workspace). Included with that stated; see world_residual."
|
| 68 |
+
},
|
| 69 |
"probes": [
|
| 70 |
{
|
| 71 |
"run": 0,
|
| 72 |
+
"episode": "2026-05-11/episode_007",
|
| 73 |
+
"moving_side": "right",
|
| 74 |
"n_probes": 12,
|
| 75 |
"meta": "probes/run0/meta.json"
|
| 76 |
},
|
| 77 |
{
|
| 78 |
"run": 1,
|
| 79 |
+
"episode": "2026-05-10/episode_009",
|
| 80 |
+
"moving_side": "left",
|
| 81 |
"n_probes": 12,
|
| 82 |
"meta": "probes/run1/meta.json"
|
| 83 |
},
|
|
|
|
| 90 |
},
|
| 91 |
{
|
| 92 |
"run": 3,
|
| 93 |
+
"episode": "2026-05-10/episode_005",
|
| 94 |
+
"moving_side": "left",
|
| 95 |
"n_probes": 12,
|
| 96 |
"meta": "probes/run3/meta.json"
|
| 97 |
},
|
| 98 |
{
|
| 99 |
"run": 4,
|
| 100 |
+
"episode": "2026-05-11/episode_011",
|
| 101 |
+
"moving_side": "right",
|
| 102 |
"n_probes": 12,
|
| 103 |
"meta": "probes/run4/meta.json"
|
| 104 |
},
|
| 105 |
{
|
| 106 |
"run": 5,
|
| 107 |
+
"episode": "2026-05-11/episode_007",
|
| 108 |
+
"moving_side": "left",
|
| 109 |
"n_probes": 12,
|
| 110 |
"meta": "probes/run5/meta.json"
|
| 111 |
}
|
test_sets/probes_v1/overlay_example.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run0_rot+x.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run0_rot+y.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run0_rot+z.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run0_rot-x.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run0_rot-y.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run0_rot-z.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run0_trans+x.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run0_trans+y.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run0_trans+z.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run0_trans-x.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run0_trans-y.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run0_trans-z.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run1_rot+x.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run1_rot+y.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run1_rot+z.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run1_rot-x.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run1_rot-y.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run1_rot-z.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run1_trans+x.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run1_trans+y.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run1_trans+z.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run1_trans-x.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run1_trans-y.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run1_trans-z.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run2_rot+x.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run2_rot+y.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run2_rot+z.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run2_rot-x.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run2_rot-y.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run2_rot-z.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run2_trans+x.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run2_trans+y.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run2_trans+z.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run2_trans-x.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run2_trans-y.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run2_trans-z.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run3_rot+x.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run3_rot+y.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run3_rot+z.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run3_rot-x.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run3_rot-y.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run3_rot-z.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run3_trans+x.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run3_trans+y.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run3_trans+z.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run3_trans-x.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
test_sets/probes_v1/overlays/run3_trans-y.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|