File size: 20,181 Bytes
9a6db6f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
{
  "title": "Ropedia Xperience-10M 128-Episode Task Suite Enhancement Pack",
  "status": "pass",
  "run_id": "task_suite_enhancement_128_v1_20260608",
  "generated_at_utc": "2026-06-08T12:30:01+00:00",
  "scope": "No-new-episode enhancement plan over the current selected 128-episode 96/16/16 split.",
  "current_128_split": {
    "total_windows": 3808,
    "split_windows": {
      "test": 448,
      "train": 2848,
      "val": 512
    },
    "selected_episode_counts": {
      "test": 16,
      "train": 96,
      "val": 16
    },
    "windowed_episode_counts": {
      "test": 14,
      "train": 89,
      "val": 16
    },
    "unique_main_tasks": 106,
    "windows_per_episode": {
      "min": 32,
      "median": 32,
      "max": 32
    }
  },
  "dense_window_scenarios": [
    {
      "id": "current_export",
      "window_frames": 20,
      "stride_frames": "selected_sparse_windows",
      "role": "current public 128-episode JSON-task export",
      "estimated_windows": 3808,
      "estimated_split_windows": {
        "test": 448,
        "train": 2848,
        "val": 512
      },
      "multiplier_vs_current_export": 1.0,
      "source_note": "Estimated from current public-safe window frame spans; the real exporter must still validate raw-stream availability and label coverage."
    },
    {
      "id": "dense_20f_stride20",
      "window_frames": 20,
      "stride_frames": 20,
      "role": "non-overlap dense coverage over each observed episode frame span",
      "estimated_windows": 30422,
      "estimated_split_windows": {
        "test": 3383,
        "train": 22822,
        "val": 4217
      },
      "multiplier_vs_current_export": 7.99,
      "source_note": "Estimated from current public-safe window frame spans; the real exporter must still validate raw-stream availability and label coverage."
    },
    {
      "id": "dense_20f_stride10",
      "window_frames": 20,
      "stride_frames": 10,
      "role": "2x overlap action/subtask densification",
      "estimated_windows": 60725,
      "estimated_split_windows": {
        "test": 6752,
        "train": 45555,
        "val": 8418
      },
      "multiplier_vs_current_export": 15.95,
      "source_note": "Estimated from current public-safe window frame spans; the real exporter must still validate raw-stream availability and label coverage."
    },
    {
      "id": "dense_20f_stride5",
      "window_frames": 20,
      "stride_frames": 5,
      "role": "high-overlap action boundary and transition stress setting",
      "estimated_windows": 121331,
      "estimated_split_windows": {
        "test": 13490,
        "train": 91021,
        "val": 16820
      },
      "multiplier_vs_current_export": 31.86,
      "source_note": "Estimated from current public-safe window frame spans; the real exporter must still validate raw-stream availability and label coverage."
    },
    {
      "id": "medium_40f_stride20",
      "window_frames": 40,
      "stride_frames": 20,
      "role": "subtask/procedure context window",
      "estimated_windows": 30303,
      "estimated_split_windows": {
        "test": 3369,
        "train": 22733,
        "val": 4201
      },
      "multiplier_vs_current_export": 7.96,
      "source_note": "Estimated from current public-safe window frame spans; the real exporter must still validate raw-stream availability and label coverage."
    },
    {
      "id": "long_80f_stride40",
      "window_frames": 80,
      "stride_frames": 40,
      "role": "procedure and world-model context window",
      "estimated_windows": 15067,
      "estimated_split_windows": {
        "test": 1674,
        "train": 11305,
        "val": 2088
      },
      "multiplier_vs_current_export": 3.96,
      "source_note": "Estimated from current public-safe window frame spans; the real exporter must still validate raw-stream availability and label coverage."
    },
    {
      "id": "multiscale_20s10_40s20_80s40",
      "role": "recommended no-new-episode v5 export: short action windows plus medium/long procedure context",
      "components": [
        "dense_20f_stride10",
        "medium_40f_stride20",
        "long_80f_stride40"
      ],
      "estimated_windows": 106095,
      "estimated_split_windows": {
        "test": 11795,
        "train": 79593,
        "val": 14707
      },
      "multiplier_vs_current_export": 27.86,
      "source_note": "Composite planning estimate; store as a new export run rather than replacing existing 128-episode packages."
    }
  ],
  "hierarchical_target_contract": {
    "id": "xperience10m_128_hierarchical_action_targets_v1",
    "status": "ready_for_export",
    "purpose": "Reduce fine-grained label sparsity without changing the sealed 96/16/16 episode split.",
    "target_fields": [
      {
        "field": "action_family",
        "source": "normalized true action string",
        "values": [
          "locomotion",
          "reach_grasp_release",
          "place_arrange_align",
          "manipulate_adjust",
          "tool_cut_mark_write",
          "sort_count_organize",
          "inspect_observe_use",
          "clean_cook",
          "other_fine_action",
          "unknown"
        ],
        "metric": "macro_f1"
      },
      {
        "field": "action_verb",
        "source": "first normalized verb phrase from action label",
        "metric": "macro_f1 with train-seen and unseen slices"
      },
      {
        "field": "fine_action",
        "source": "existing action label",
        "metric": "exact match and label-normalized semantic family match"
      },
      {
        "field": "subtask_family",
        "source": "normalized subtask phrase or main task fallback",
        "metric": "accuracy and macro_f1"
      },
      {
        "field": "contact_transition",
        "source": "existing contact and transition fields",
        "metric": "accuracy, balanced accuracy, calibration"
      },
      {
        "field": "object_set",
        "source": "existing objects list",
        "metric": "micro_f1 and object-category recall"
      }
    ],
    "public_safety": [
      "No raw MP4/HDF5/RRD files are written.",
      "No full Qwen/Cosmos weights are mirrored.",
      "Generated labels and aggregate metrics remain public-safe derived metadata."
    ]
  },
  "task_bottlenecks": [
    {
      "task": "next_action",
      "display_name": "Next-Action Prediction",
      "priority": "highest",
      "simple_status": "pass",
      "simple_primary_metric": "macro_f1",
      "simple_primary_score": 0.00019966057701906761,
      "neural_status": "pass",
      "neural_primary_score": 0.0,
      "num_classes": 1184,
      "unseen_test_class_count": 145,
      "bottleneck": "fine-grained label explosion and held-out unseen labels",
      "next_action": "add hierarchical action/subtask families plus label-normalized scoring"
    },
    {
      "task": "timeline_action",
      "display_name": "Action Recognition",
      "priority": "highest",
      "simple_status": "pass",
      "simple_primary_metric": "macro_f1",
      "simple_primary_score": 0.00017511601435951318,
      "neural_status": "pass",
      "neural_primary_score": 0.0,
      "num_classes": 1187,
      "unseen_test_class_count": 144,
      "bottleneck": "fine-grained label explosion and held-out unseen labels",
      "next_action": "add hierarchical action/subtask families plus label-normalized scoring"
    },
    {
      "task": "timeline_subtask",
      "display_name": "Procedure Step Recognition",
      "priority": "highest",
      "simple_status": "pass",
      "simple_primary_metric": "macro_f1",
      "simple_primary_score": 0.0,
      "neural_status": "pass",
      "neural_primary_score": 0.0,
      "num_classes": 850,
      "unseen_test_class_count": 113,
      "bottleneck": "fine-grained label explosion and held-out unseen labels",
      "next_action": "add hierarchical action/subtask families plus label-normalized scoring"
    },
    {
      "task": "cross_modal_retrieval",
      "display_name": "Cross-Modal Retrieval",
      "priority": "high",
      "simple_status": "unsupported_without_raw_128_feature_blocks",
      "simple_primary_metric": "mrr",
      "simple_primary_score": null,
      "neural_status": "not_run",
      "neural_primary_score": null,
      "num_classes": null,
      "unseen_test_class_count": null,
      "bottleneck": "missing raw 128-episode feature blocks",
      "next_action": "export compact raw-feature shards for this task before model comparison"
    },
    {
      "task": "hand_trajectory_forecast",
      "display_name": "Hand Trajectory Forecasting",
      "priority": "high",
      "simple_status": "unsupported_without_raw_128_feature_blocks",
      "simple_primary_metric": "mpjpe",
      "simple_primary_score": null,
      "neural_status": "not_run",
      "neural_primary_score": null,
      "num_classes": null,
      "unseen_test_class_count": null,
      "bottleneck": "missing raw 128-episode feature blocks",
      "next_action": "export compact raw-feature shards for this task before model comparison"
    },
    {
      "task": "misalignment_detection",
      "display_name": "Multimodal Synchronization Detection",
      "priority": "high",
      "simple_status": "unsupported_without_raw_128_feature_blocks",
      "simple_primary_metric": "f1",
      "simple_primary_score": null,
      "neural_status": "not_run",
      "neural_primary_score": null,
      "num_classes": null,
      "unseen_test_class_count": null,
      "bottleneck": "missing raw 128-episode feature blocks",
      "next_action": "export compact raw-feature shards for this task before model comparison"
    },
    {
      "task": "modality_reconstruction",
      "display_name": "Cross-Modal Reconstruction",
      "priority": "high",
      "simple_status": "unsupported_without_raw_128_feature_blocks",
      "simple_primary_metric": "r2",
      "simple_primary_score": null,
      "neural_status": "not_run",
      "neural_primary_score": null,
      "num_classes": null,
      "unseen_test_class_count": null,
      "bottleneck": "missing raw 128-episode feature blocks",
      "next_action": "export compact raw-feature shards for this task before model comparison"
    },
    {
      "task": "caption_grounding",
      "display_name": "Language Grounding",
      "priority": "medium",
      "simple_status": "pass",
      "simple_primary_metric": "mrr",
      "simple_primary_score": 0.012785504572093487,
      "neural_status": "not_run",
      "neural_primary_score": null,
      "num_classes": null,
      "unseen_test_class_count": null,
      "bottleneck": "weak public-safe metadata/text baseline",
      "next_action": "add dense windows and stronger fusion baselines before interpreting model quality"
    },
    {
      "task": "contact_prediction",
      "display_name": "Contact State Prediction",
      "priority": "medium",
      "simple_status": "pass",
      "simple_primary_metric": "macro_f1",
      "simple_primary_score": 0.5167950693374422,
      "neural_status": "pass",
      "neural_primary_score": 0.21951219512195122,
      "num_classes": 2,
      "unseen_test_class_count": 0,
      "bottleneck": "usable control task",
      "next_action": "keep as sanity/control metric for future dense-window and model runs"
    },
    {
      "task": "object_relevance",
      "display_name": "Object Relevance Prediction",
      "priority": "medium",
      "simple_status": "pass",
      "simple_primary_metric": "micro_f1",
      "simple_primary_score": 0.18221614227086183,
      "neural_status": "pass",
      "neural_primary_score": 0.1053878034339846,
      "num_classes": null,
      "unseen_test_class_count": null,
      "bottleneck": "moderate task signal, still needs robustness split",
      "next_action": "add session/task-family slices and bootstrap confidence intervals"
    },
    {
      "task": "temporal_order",
      "display_name": "Temporal Order Verification",
      "priority": "medium",
      "simple_status": "pass",
      "simple_primary_metric": "f1",
      "simple_primary_score": 0.32713178294573647,
      "neural_status": "not_run",
      "neural_primary_score": null,
      "num_classes": 2,
      "unseen_test_class_count": null,
      "bottleneck": "usable control task",
      "next_action": "keep as sanity/control metric for future dense-window and model runs"
    },
    {
      "task": "transition_detection",
      "display_name": "Action Boundary Detection",
      "priority": "medium",
      "simple_status": "pass",
      "simple_primary_metric": "macro_f1",
      "simple_primary_score": 0.5219803670507895,
      "neural_status": "pass",
      "neural_primary_score": 0.45822172492907925,
      "num_classes": 2,
      "unseen_test_class_count": 0,
      "bottleneck": "usable control task",
      "next_action": "keep as sanity/control metric for future dense-window and model runs"
    }
  ],
  "qwen_v4_error_pressure": {
    "run_id": "xperience10m_qwen3_omni_128ep_structured_json_v4_4epoch_full8gpu_lora_eval_test_full",
    "samples": 448,
    "json_validity_rate": 1.0,
    "action_macro_f1": 0.0018678269676001454,
    "subtask_accuracy": 0.0,
    "next_action_accuracy": 0.033482142857142856,
    "contact_accuracy": 0.7299107142857143,
    "transition_accuracy": 0.9732142857142857,
    "object_micro_f1": 0.31099781500364165,
    "num_unseen_label_samples": 317,
    "unseen_label_sample_share": 0.7075892857142857,
    "seen_label_accuracy": 0.09923664122137404,
    "unseen_label_accuracy": 0.0031545741324921135,
    "eval_unique_labels": 189,
    "eval_singleton_label_count": 42,
    "eval_singleton_label_share": 0.2222222222222222,
    "action_family_error_summary": [
      {
        "family": "manipulate_adjust",
        "samples": 98,
        "action_exact_rate": 0.030612244897959183,
        "seen_share": 0.22448979591836735,
        "contact_exact_rate": 0.7959183673469388,
        "transition_exact_rate": 1.0
      },
      {
        "family": "reach_grasp_release",
        "samples": 88,
        "action_exact_rate": 0.011363636363636364,
        "seen_share": 0.45454545454545453,
        "contact_exact_rate": 0.7954545454545454,
        "transition_exact_rate": 0.9318181818181818
      },
      {
        "family": "other_fine_action",
        "samples": 73,
        "action_exact_rate": 0.0,
        "seen_share": 0.2465753424657534,
        "contact_exact_rate": 0.7945205479452054,
        "transition_exact_rate": 0.9726027397260274
      },
      {
        "family": "place_arrange_align",
        "samples": 65,
        "action_exact_rate": 0.03076923076923077,
        "seen_share": 0.26153846153846155,
        "contact_exact_rate": 0.5384615384615384,
        "transition_exact_rate": 0.9692307692307692
      },
      {
        "family": "sort_count_organize",
        "samples": 36,
        "action_exact_rate": 0.0,
        "seen_share": 0.1388888888888889,
        "contact_exact_rate": 0.6388888888888888,
        "transition_exact_rate": 1.0
      },
      {
        "family": "tool_cut_mark_write",
        "samples": 28,
        "action_exact_rate": 0.25,
        "seen_share": 0.6428571428571429,
        "contact_exact_rate": 1.0,
        "transition_exact_rate": 1.0
      },
      {
        "family": "inspect_observe_use",
        "samples": 27,
        "action_exact_rate": 0.0,
        "seen_share": 0.37037037037037035,
        "contact_exact_rate": 0.6666666666666666,
        "transition_exact_rate": 0.9629629629629629
      },
      {
        "family": "locomotion",
        "samples": 27,
        "action_exact_rate": 0.0,
        "seen_share": 0.037037037037037035,
        "contact_exact_rate": 0.48148148148148145,
        "transition_exact_rate": 1.0
      },
      {
        "family": "clean_cook",
        "samples": 6,
        "action_exact_rate": 0.16666666666666666,
        "seen_share": 0.0,
        "contact_exact_rate": 0.6666666666666666,
        "transition_exact_rate": 0.8333333333333334
      }
    ],
    "top_true_objects": [
      {
        "object": "smartphone",
        "count": 134
      },
      {
        "object": "table",
        "count": 56
      },
      {
        "object": "scissors",
        "count": 47
      },
      {
        "object": "water bottle",
        "count": 43
      },
      {
        "object": "pen",
        "count": 41
      },
      {
        "object": "paper",
        "count": 34
      },
      {
        "object": "cardboard",
        "count": 32
      },
      {
        "object": "utility knife",
        "count": 32
      },
      {
        "object": "marker",
        "count": 31
      },
      {
        "object": "puzzle box",
        "count": 31
      },
      {
        "object": "paper strips",
        "count": 29
      },
      {
        "object": "buttons",
        "count": 28
      },
      {
        "object": "cardboard box",
        "count": 25
      },
      {
        "object": "ruler",
        "count": 23
      },
      {
        "object": "power bank",
        "count": 21
      },
      {
        "object": "star beads",
        "count": 21
      },
      {
        "object": "cardboard pieces",
        "count": 20
      },
      {
        "object": "hand",
        "count": 19
      },
      {
        "object": "canned food",
        "count": 19
      },
      {
        "object": "jigsaw puzzle",
        "count": 19
      }
    ]
  },
  "cosmos3_super_forward_dynamics_reference": {
    "status": "verified",
    "run_id": null,
    "train_rows": null,
    "val_rows": null,
    "test_rows": null,
    "test_mse": null,
    "adapter_parameter_numel": null
  },
  "experiment_backlog": [
    {
      "id": "dense_window_export_v1",
      "priority": 1,
      "status": "ready_to_implement",
      "goal": "Create a new dense-window export over the same 128 episodes without replacing existing JSONL packages.",
      "expected_artifacts": [
        "dataset_dense_20f_stride10.jsonl",
        "dataset_dense_multiscale_manifest.json",
        "label_family_distribution.json"
      ],
      "gate": "episode ids and split assignment must exactly match the current 96/16/16 split"
    },
    {
      "id": "hierarchical_qwen3_v5",
      "priority": 2,
      "status": "ready_after_dense_export",
      "goal": "Train/evaluate Qwen3 with hierarchical action/subtask targets, constrained label options, and no-public-overwrite packaging.",
      "suggested_setup": "high-rank LoRA or partial projector/last-layer unfreeze before full-parameter tuning",
      "primary_comparison": "Qwen3 v4 action/subtask/next-action plus seen/unseen-label slices"
    },
    {
      "id": "raw_feature_unblocker_128",
      "priority": 3,
      "status": "ready_to_implement_on_training_host",
      "goal": "Export compact 128-episode raw feature shards for tasks currently marked unsupported_without_raw_128_feature_blocks.",
      "target_tasks": [
        "hand_trajectory_forecast",
        "cross_modal_retrieval",
        "modality_reconstruction",
        "misalignment_detection"
      ]
    },
    {
      "id": "cosmos3_fd_v2_multiscale",
      "priority": 4,
      "status": "ready_after_dense_export",
      "goal": "Continue Cosmos3-Super forward-dynamics with multiscale horizons and temporal consistency metrics.",
      "primary_comparison": "Cosmos3-Super Forward-Dynamics v1 validation/test MSE and rank-level loss records"
    },
    {
      "id": "robustness_and_confidence_pack",
      "priority": 5,
      "status": "ready_from_existing_outputs",
      "goal": "Add bootstrap confidence intervals, task-family slices, session slices, and random-time/random-label sanity checks.",
      "public_output": "results/omni_finetune/task_suite_enhancement_128_v1_20260608/robustness_pack_v1.json"
    }
  ],
  "public_artifacts": {
    "result_dir": "results/omni_finetune/task_suite_enhancement_128_v1_20260608",
    "public_json": "docs/data/task_suite_enhancement_128.json",
    "public_markdown": "TASK_SUITE_ENHANCEMENT_128.md"
  },
  "non_overwrite_policy": {
    "result_directory_created_once": true,
    "stable_public_summaries_update_to_latest_enhancement_pack": true,
    "prior_model_result_packages_overwritten": false
  }
}