itspublu commited on
Commit
da0d8df
·
verified ·
1 Parent(s): 0409428

Release EgoSieve-Eval v0.1.0

Browse files
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cdla-permissive-2.0
3
+ task_categories:
4
+ - video-classification
5
+ tags:
6
+ - egocentric-video
7
+ - robotics
8
+ - video-quality
9
+ - temporal-segmentation
10
+ - metadata-only
11
+ pretty_name: EgoSieve-Eval
12
+ size_categories:
13
+ - 1K<n<10K
14
+ configs:
15
+ - config_name: default
16
+ data_files:
17
+ - split: train
18
+ path: data/train.jsonl
19
+ - split: validation
20
+ path: data/validation.jsonl
21
+ - split: test
22
+ path: data/test.jsonl
23
+ ---
24
+
25
+ # EgoSieve-Eval
26
+
27
+ EgoSieve-Eval is the metadata-only, source-grouped evidence index used for
28
+ EgoSieve-S v0.1. It contains 1407 labeled window rows across
29
+ 992 train, 219 validation, and
30
+ 196 test examples. Source and generated videos are deliberately
31
+ not redistributed.
32
+
33
+ ## What the labels mean
34
+
35
+ Readiness and boundary targets are derived from HoloAssist v1_1 fine-action
36
+ intervals using a published fixed-grid occupancy rule. The test set contains
37
+ 0 direct-human and 142 human-derived
38
+ readiness rows. Human-derived rows are not independent judgments under the
39
+ EgoSieve rubric; the recorded review count applies to HoloAssist source
40
+ interval review.
41
+
42
+ `low_hand_activity` is an occupancy proxy. `acting_hand_not_visible` follows
43
+ HoloAssist's acting-hand visibility modifier; it does not assert that every
44
+ hand is absent from a frame. Blur, exposure, camera instability, duplicate
45
+ frames, and scene-cut labels are paired controlled corruptions versus
46
+ unmodified references. Their metrics measure that discrimination setting, not
47
+ human-audited natural prevalence.
48
+
49
+ Held-out issue rows by provenance: 0 human,
50
+ 109 human-derived, and
51
+ 36 controlled-corruption.
52
+ Unknown task targets remain null and masked.
53
+
54
+ ## Splits and leakage
55
+
56
+ Splits are assigned by original HoloAssist source video, so a source window,
57
+ its unmodified reference, and every generated variant stay in one split. The
58
+ exact membership is in `evidence/splits.json`; raw held-out predictions and
59
+ recomputed metrics are included alongside it.
60
+
61
+ ## Media, license, and privacy
62
+
63
+ This repository contains labels, source identifiers, timestamps, and model
64
+ outputs only. Obtain source media from the
65
+ [HoloAssist project](https://holoassist.github.io/#download) under its terms.
66
+ HoloAssist declares CDLA-Permissive-2.0. First-person video can contain faces,
67
+ screens, homes, and bystanders; the absence of media here is intentional and
68
+ does not replace the source dataset's consent and privacy documentation.
69
+
70
+ The transport mirror used for the local build was pinned for byte stability
71
+ but did not declare its own license or establish publisher byte equivalence;
72
+ it is not presented here as the rights source.
73
+
74
+ ## Reproducibility and limitations
75
+
76
+ The build recipe is in
77
+ [`scripts/build_v01_corpus.py`](https://github.com/publu/egosieve/blob/c7f8431a89108ac9cf805cb674ed3d5691d370cf/scripts/build_v01_corpus.py).
78
+ Every label row carries task-level validity and provenance. These weak-label
79
+ metrics should not be read as performance on a direct, independently annotated
80
+ in-the-wild benchmark, and the model must not be used for robot control.
81
+
82
+ ## Citation
83
+
84
+ ```bibtex
85
+ @inproceedings{wang2023holoassist,
86
+ title={HoloAssist: an Egocentric Human Interaction Dataset for Interactive AI Assistants in the Real World},
87
+ author={Wang, et al.},
88
+ booktitle={ICCV},
89
+ year={2023}
90
+ }
91
+ ```
data/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/validation.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
evidence/metrics.json ADDED
@@ -0,0 +1,911 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boundaries": {
3
+ "f1": 0.10303030303030303,
4
+ "macro_f1": 0.10264985850270131,
5
+ "per_boundary": {
6
+ "end": {
7
+ "f1": 0.08695652173913043,
8
+ "false_negatives": 76,
9
+ "false_positives": 71,
10
+ "n_predicted": 78,
11
+ "n_reference": 83,
12
+ "precision": 0.08974358974358974,
13
+ "recall": 0.08433734939759036,
14
+ "tolerance_s": 0.3,
15
+ "true_positives": 7
16
+ },
17
+ "start": {
18
+ "f1": 0.11834319526627218,
19
+ "false_negatives": 76,
20
+ "false_positives": 73,
21
+ "n_predicted": 83,
22
+ "n_reference": 86,
23
+ "precision": 0.12048192771084337,
24
+ "recall": 0.11627906976744186,
25
+ "tolerance_s": 0.3,
26
+ "true_positives": 10
27
+ }
28
+ },
29
+ "tolerance_s": 0.3
30
+ },
31
+ "calibration": {
32
+ "ece": 0.10181597378891956,
33
+ "n_bins": 15,
34
+ "selective_risk": [
35
+ {
36
+ "coverage": 0.007042253521126761,
37
+ "risk": 0.0,
38
+ "threshold": 0.9785982966423035
39
+ },
40
+ {
41
+ "coverage": 0.014084507042253521,
42
+ "risk": 0.0,
43
+ "threshold": 0.9749881625175476
44
+ },
45
+ {
46
+ "coverage": 0.02112676056338028,
47
+ "risk": 0.0,
48
+ "threshold": 0.9708016514778137
49
+ },
50
+ {
51
+ "coverage": 0.028169014084507043,
52
+ "risk": 0.0,
53
+ "threshold": 0.9654684662818909
54
+ },
55
+ {
56
+ "coverage": 0.035211267605633804,
57
+ "risk": 0.0,
58
+ "threshold": 0.9647557139396667
59
+ },
60
+ {
61
+ "coverage": 0.04225352112676056,
62
+ "risk": 0.0,
63
+ "threshold": 0.95993971824646
64
+ },
65
+ {
66
+ "coverage": 0.04929577464788732,
67
+ "risk": 0.0,
68
+ "threshold": 0.9558194279670715
69
+ },
70
+ {
71
+ "coverage": 0.056338028169014086,
72
+ "risk": 0.0,
73
+ "threshold": 0.9506757855415344
74
+ },
75
+ {
76
+ "coverage": 0.06338028169014084,
77
+ "risk": 0.0,
78
+ "threshold": 0.9432445764541626
79
+ },
80
+ {
81
+ "coverage": 0.07042253521126761,
82
+ "risk": 0.0,
83
+ "threshold": 0.9395464658737183
84
+ },
85
+ {
86
+ "coverage": 0.07746478873239436,
87
+ "risk": 0.0,
88
+ "threshold": 0.9356266856193542
89
+ },
90
+ {
91
+ "coverage": 0.08450704225352113,
92
+ "risk": 0.0,
93
+ "threshold": 0.9277149438858032
94
+ },
95
+ {
96
+ "coverage": 0.09154929577464789,
97
+ "risk": 0.0,
98
+ "threshold": 0.9270812273025513
99
+ },
100
+ {
101
+ "coverage": 0.09859154929577464,
102
+ "risk": 0.0,
103
+ "threshold": 0.9223453998565674
104
+ },
105
+ {
106
+ "coverage": 0.1056338028169014,
107
+ "risk": 0.0,
108
+ "threshold": 0.9153896570205688
109
+ },
110
+ {
111
+ "coverage": 0.11267605633802817,
112
+ "risk": 0.0,
113
+ "threshold": 0.9138949513435364
114
+ },
115
+ {
116
+ "coverage": 0.11971830985915492,
117
+ "risk": 0.0,
118
+ "threshold": 0.9056422114372253
119
+ },
120
+ {
121
+ "coverage": 0.1267605633802817,
122
+ "risk": 0.0,
123
+ "threshold": 0.8984699845314026
124
+ },
125
+ {
126
+ "coverage": 0.13380281690140844,
127
+ "risk": 0.0,
128
+ "threshold": 0.8912601470947266
129
+ },
130
+ {
131
+ "coverage": 0.14084507042253522,
132
+ "risk": 0.0,
133
+ "threshold": 0.8866124153137207
134
+ },
135
+ {
136
+ "coverage": 0.14788732394366197,
137
+ "risk": 0.0,
138
+ "threshold": 0.8859921097755432
139
+ },
140
+ {
141
+ "coverage": 0.15492957746478872,
142
+ "risk": 0.0,
143
+ "threshold": 0.8843626976013184
144
+ },
145
+ {
146
+ "coverage": 0.1619718309859155,
147
+ "risk": 0.0,
148
+ "threshold": 0.8809880614280701
149
+ },
150
+ {
151
+ "coverage": 0.16901408450704225,
152
+ "risk": 0.0,
153
+ "threshold": 0.8779430389404297
154
+ },
155
+ {
156
+ "coverage": 0.176056338028169,
157
+ "risk": 0.0,
158
+ "threshold": 0.8700658082962036
159
+ },
160
+ {
161
+ "coverage": 0.18309859154929578,
162
+ "risk": 0.0,
163
+ "threshold": 0.869512677192688
164
+ },
165
+ {
166
+ "coverage": 0.19014084507042253,
167
+ "risk": 0.0,
168
+ "threshold": 0.8692640662193298
169
+ },
170
+ {
171
+ "coverage": 0.19718309859154928,
172
+ "risk": 0.0,
173
+ "threshold": 0.8634099364280701
174
+ },
175
+ {
176
+ "coverage": 0.20422535211267606,
177
+ "risk": 0.0,
178
+ "threshold": 0.8606836199760437
179
+ },
180
+ {
181
+ "coverage": 0.2112676056338028,
182
+ "risk": 0.0,
183
+ "threshold": 0.8580561876296997
184
+ },
185
+ {
186
+ "coverage": 0.21830985915492956,
187
+ "risk": 0.0,
188
+ "threshold": 0.8532955050468445
189
+ },
190
+ {
191
+ "coverage": 0.22535211267605634,
192
+ "risk": 0.0,
193
+ "threshold": 0.8486052751541138
194
+ },
195
+ {
196
+ "coverage": 0.2323943661971831,
197
+ "risk": 0.0,
198
+ "threshold": 0.8466795682907104
199
+ },
200
+ {
201
+ "coverage": 0.23943661971830985,
202
+ "risk": 0.0,
203
+ "threshold": 0.8345886468887329
204
+ },
205
+ {
206
+ "coverage": 0.24647887323943662,
207
+ "risk": 0.0,
208
+ "threshold": 0.8026491403579712
209
+ },
210
+ {
211
+ "coverage": 0.2535211267605634,
212
+ "risk": 0.0,
213
+ "threshold": 0.7876570224761963
214
+ },
215
+ {
216
+ "coverage": 0.2605633802816901,
217
+ "risk": 0.0,
218
+ "threshold": 0.777341365814209
219
+ },
220
+ {
221
+ "coverage": 0.2676056338028169,
222
+ "risk": 0.0,
223
+ "threshold": 0.7769111394882202
224
+ },
225
+ {
226
+ "coverage": 0.2746478873239437,
227
+ "risk": 0.02564102564102564,
228
+ "threshold": 0.7709655165672302
229
+ },
230
+ {
231
+ "coverage": 0.28169014084507044,
232
+ "risk": 0.05,
233
+ "threshold": 0.7617332339286804
234
+ },
235
+ {
236
+ "coverage": 0.2887323943661972,
237
+ "risk": 0.04878048780487805,
238
+ "threshold": 0.7604919672012329
239
+ },
240
+ {
241
+ "coverage": 0.29577464788732394,
242
+ "risk": 0.047619047619047616,
243
+ "threshold": 0.7595592737197876
244
+ },
245
+ {
246
+ "coverage": 0.3028169014084507,
247
+ "risk": 0.046511627906976744,
248
+ "threshold": 0.7578303813934326
249
+ },
250
+ {
251
+ "coverage": 0.30985915492957744,
252
+ "risk": 0.06818181818181818,
253
+ "threshold": 0.7573817372322083
254
+ },
255
+ {
256
+ "coverage": 0.31690140845070425,
257
+ "risk": 0.08888888888888889,
258
+ "threshold": 0.7382044792175293
259
+ },
260
+ {
261
+ "coverage": 0.323943661971831,
262
+ "risk": 0.08695652173913043,
263
+ "threshold": 0.7275846600532532
264
+ },
265
+ {
266
+ "coverage": 0.33098591549295775,
267
+ "risk": 0.10638297872340426,
268
+ "threshold": 0.7253553867340088
269
+ },
270
+ {
271
+ "coverage": 0.3380281690140845,
272
+ "risk": 0.125,
273
+ "threshold": 0.7212566137313843
274
+ },
275
+ {
276
+ "coverage": 0.34507042253521125,
277
+ "risk": 0.12244897959183673,
278
+ "threshold": 0.7201822400093079
279
+ },
280
+ {
281
+ "coverage": 0.352112676056338,
282
+ "risk": 0.12,
283
+ "threshold": 0.7181268930435181
284
+ },
285
+ {
286
+ "coverage": 0.3591549295774648,
287
+ "risk": 0.11764705882352941,
288
+ "threshold": 0.7067763209342957
289
+ },
290
+ {
291
+ "coverage": 0.36619718309859156,
292
+ "risk": 0.11538461538461539,
293
+ "threshold": 0.7059850692749023
294
+ },
295
+ {
296
+ "coverage": 0.3732394366197183,
297
+ "risk": 0.11320754716981132,
298
+ "threshold": 0.7034484148025513
299
+ },
300
+ {
301
+ "coverage": 0.38028169014084506,
302
+ "risk": 0.1111111111111111,
303
+ "threshold": 0.6953450441360474
304
+ },
305
+ {
306
+ "coverage": 0.3873239436619718,
307
+ "risk": 0.12727272727272726,
308
+ "threshold": 0.6934010982513428
309
+ },
310
+ {
311
+ "coverage": 0.39436619718309857,
312
+ "risk": 0.14285714285714285,
313
+ "threshold": 0.6928385496139526
314
+ },
315
+ {
316
+ "coverage": 0.4014084507042254,
317
+ "risk": 0.14035087719298245,
318
+ "threshold": 0.6875641345977783
319
+ },
320
+ {
321
+ "coverage": 0.4084507042253521,
322
+ "risk": 0.15517241379310345,
323
+ "threshold": 0.682883083820343
324
+ },
325
+ {
326
+ "coverage": 0.4154929577464789,
327
+ "risk": 0.1694915254237288,
328
+ "threshold": 0.680123507976532
329
+ },
330
+ {
331
+ "coverage": 0.4225352112676056,
332
+ "risk": 0.16666666666666666,
333
+ "threshold": 0.6797986030578613
334
+ },
335
+ {
336
+ "coverage": 0.4295774647887324,
337
+ "risk": 0.16393442622950818,
338
+ "threshold": 0.6752837896347046
339
+ },
340
+ {
341
+ "coverage": 0.43661971830985913,
342
+ "risk": 0.1774193548387097,
343
+ "threshold": 0.6729797124862671
344
+ },
345
+ {
346
+ "coverage": 0.44366197183098594,
347
+ "risk": 0.1746031746031746,
348
+ "threshold": 0.6679282188415527
349
+ },
350
+ {
351
+ "coverage": 0.4507042253521127,
352
+ "risk": 0.1875,
353
+ "threshold": 0.6677338480949402
354
+ },
355
+ {
356
+ "coverage": 0.45774647887323944,
357
+ "risk": 0.18461538461538463,
358
+ "threshold": 0.661428689956665
359
+ },
360
+ {
361
+ "coverage": 0.4647887323943662,
362
+ "risk": 0.19696969696969696,
363
+ "threshold": 0.6572338342666626
364
+ },
365
+ {
366
+ "coverage": 0.47183098591549294,
367
+ "risk": 0.19402985074626866,
368
+ "threshold": 0.653522789478302
369
+ },
370
+ {
371
+ "coverage": 0.4788732394366197,
372
+ "risk": 0.19117647058823528,
373
+ "threshold": 0.6505226492881775
374
+ },
375
+ {
376
+ "coverage": 0.4859154929577465,
377
+ "risk": 0.2028985507246377,
378
+ "threshold": 0.6478556990623474
379
+ },
380
+ {
381
+ "coverage": 0.49295774647887325,
382
+ "risk": 0.2,
383
+ "threshold": 0.6478320956230164
384
+ },
385
+ {
386
+ "coverage": 0.5,
387
+ "risk": 0.19718309859154928,
388
+ "threshold": 0.6450753211975098
389
+ },
390
+ {
391
+ "coverage": 0.5070422535211268,
392
+ "risk": 0.19444444444444445,
393
+ "threshold": 0.6443135738372803
394
+ },
395
+ {
396
+ "coverage": 0.5140845070422535,
397
+ "risk": 0.1917808219178082,
398
+ "threshold": 0.6387242078781128
399
+ },
400
+ {
401
+ "coverage": 0.5211267605633803,
402
+ "risk": 0.1891891891891892,
403
+ "threshold": 0.6365565061569214
404
+ },
405
+ {
406
+ "coverage": 0.528169014084507,
407
+ "risk": 0.18666666666666668,
408
+ "threshold": 0.6219522953033447
409
+ },
410
+ {
411
+ "coverage": 0.5352112676056338,
412
+ "risk": 0.18421052631578946,
413
+ "threshold": 0.6203232407569885
414
+ },
415
+ {
416
+ "coverage": 0.5422535211267606,
417
+ "risk": 0.19480519480519481,
418
+ "threshold": 0.6122931838035583
419
+ },
420
+ {
421
+ "coverage": 0.5492957746478874,
422
+ "risk": 0.20512820512820512,
423
+ "threshold": 0.6081559062004089
424
+ },
425
+ {
426
+ "coverage": 0.5563380281690141,
427
+ "risk": 0.20253164556962025,
428
+ "threshold": 0.6073778867721558
429
+ },
430
+ {
431
+ "coverage": 0.5633802816901409,
432
+ "risk": 0.2,
433
+ "threshold": 0.6060569286346436
434
+ },
435
+ {
436
+ "coverage": 0.5704225352112676,
437
+ "risk": 0.19753086419753085,
438
+ "threshold": 0.5997864007949829
439
+ },
440
+ {
441
+ "coverage": 0.5774647887323944,
442
+ "risk": 0.1951219512195122,
443
+ "threshold": 0.5997534990310669
444
+ },
445
+ {
446
+ "coverage": 0.5845070422535211,
447
+ "risk": 0.1927710843373494,
448
+ "threshold": 0.5953237414360046
449
+ },
450
+ {
451
+ "coverage": 0.5915492957746479,
452
+ "risk": 0.20238095238095238,
453
+ "threshold": 0.5941823124885559
454
+ },
455
+ {
456
+ "coverage": 0.5985915492957746,
457
+ "risk": 0.21176470588235294,
458
+ "threshold": 0.5934625267982483
459
+ },
460
+ {
461
+ "coverage": 0.6056338028169014,
462
+ "risk": 0.22093023255813954,
463
+ "threshold": 0.5914394855499268
464
+ },
465
+ {
466
+ "coverage": 0.6126760563380281,
467
+ "risk": 0.21839080459770116,
468
+ "threshold": 0.5906749367713928
469
+ },
470
+ {
471
+ "coverage": 0.6197183098591549,
472
+ "risk": 0.2159090909090909,
473
+ "threshold": 0.5881286859512329
474
+ },
475
+ {
476
+ "coverage": 0.6267605633802817,
477
+ "risk": 0.21348314606741572,
478
+ "threshold": 0.5872332453727722
479
+ },
480
+ {
481
+ "coverage": 0.6338028169014085,
482
+ "risk": 0.2111111111111111,
483
+ "threshold": 0.5820847153663635
484
+ },
485
+ {
486
+ "coverage": 0.6408450704225352,
487
+ "risk": 0.21978021978021978,
488
+ "threshold": 0.5806494951248169
489
+ },
490
+ {
491
+ "coverage": 0.647887323943662,
492
+ "risk": 0.21739130434782608,
493
+ "threshold": 0.5798211097717285
494
+ },
495
+ {
496
+ "coverage": 0.6549295774647887,
497
+ "risk": 0.21505376344086022,
498
+ "threshold": 0.5790390372276306
499
+ },
500
+ {
501
+ "coverage": 0.6619718309859155,
502
+ "risk": 0.2127659574468085,
503
+ "threshold": 0.5737349987030029
504
+ },
505
+ {
506
+ "coverage": 0.6690140845070423,
507
+ "risk": 0.22105263157894736,
508
+ "threshold": 0.5696506500244141
509
+ },
510
+ {
511
+ "coverage": 0.676056338028169,
512
+ "risk": 0.22916666666666666,
513
+ "threshold": 0.5688532590866089
514
+ },
515
+ {
516
+ "coverage": 0.6830985915492958,
517
+ "risk": 0.2268041237113402,
518
+ "threshold": 0.5659663081169128
519
+ },
520
+ {
521
+ "coverage": 0.6901408450704225,
522
+ "risk": 0.22448979591836735,
523
+ "threshold": 0.561969518661499
524
+ },
525
+ {
526
+ "coverage": 0.6971830985915493,
527
+ "risk": 0.2222222222222222,
528
+ "threshold": 0.5612437129020691
529
+ },
530
+ {
531
+ "coverage": 0.704225352112676,
532
+ "risk": 0.23,
533
+ "threshold": 0.560014545917511
534
+ },
535
+ {
536
+ "coverage": 0.7112676056338029,
537
+ "risk": 0.22772277227722773,
538
+ "threshold": 0.5560212731361389
539
+ },
540
+ {
541
+ "coverage": 0.7183098591549296,
542
+ "risk": 0.22549019607843138,
543
+ "threshold": 0.5555626153945923
544
+ },
545
+ {
546
+ "coverage": 0.7253521126760564,
547
+ "risk": 0.23300970873786409,
548
+ "threshold": 0.5549414157867432
549
+ },
550
+ {
551
+ "coverage": 0.7323943661971831,
552
+ "risk": 0.2403846153846154,
553
+ "threshold": 0.5528377890586853
554
+ },
555
+ {
556
+ "coverage": 0.7394366197183099,
557
+ "risk": 0.23809523809523808,
558
+ "threshold": 0.5498709082603455
559
+ },
560
+ {
561
+ "coverage": 0.7464788732394366,
562
+ "risk": 0.24528301886792453,
563
+ "threshold": 0.5496175289154053
564
+ },
565
+ {
566
+ "coverage": 0.7535211267605634,
567
+ "risk": 0.24299065420560748,
568
+ "threshold": 0.5491195917129517
569
+ },
570
+ {
571
+ "coverage": 0.7605633802816901,
572
+ "risk": 0.24074074074074073,
573
+ "threshold": 0.5454109311103821
574
+ },
575
+ {
576
+ "coverage": 0.7676056338028169,
577
+ "risk": 0.23853211009174313,
578
+ "threshold": 0.5437308549880981
579
+ },
580
+ {
581
+ "coverage": 0.7746478873239436,
582
+ "risk": 0.23636363636363636,
583
+ "threshold": 0.5408222079277039
584
+ },
585
+ {
586
+ "coverage": 0.7816901408450704,
587
+ "risk": 0.23423423423423423,
588
+ "threshold": 0.5377092957496643
589
+ },
590
+ {
591
+ "coverage": 0.7887323943661971,
592
+ "risk": 0.24107142857142858,
593
+ "threshold": 0.5375081896781921
594
+ },
595
+ {
596
+ "coverage": 0.795774647887324,
597
+ "risk": 0.24778761061946902,
598
+ "threshold": 0.536466658115387
599
+ },
600
+ {
601
+ "coverage": 0.8028169014084507,
602
+ "risk": 0.2543859649122807,
603
+ "threshold": 0.536387026309967
604
+ },
605
+ {
606
+ "coverage": 0.8098591549295775,
607
+ "risk": 0.25217391304347825,
608
+ "threshold": 0.5324616432189941
609
+ },
610
+ {
611
+ "coverage": 0.8169014084507042,
612
+ "risk": 0.25,
613
+ "threshold": 0.5308805704116821
614
+ },
615
+ {
616
+ "coverage": 0.823943661971831,
617
+ "risk": 0.24786324786324787,
618
+ "threshold": 0.5300038456916809
619
+ },
620
+ {
621
+ "coverage": 0.8309859154929577,
622
+ "risk": 0.2542372881355932,
623
+ "threshold": 0.5289361476898193
624
+ },
625
+ {
626
+ "coverage": 0.8380281690140845,
627
+ "risk": 0.25210084033613445,
628
+ "threshold": 0.5283809304237366
629
+ },
630
+ {
631
+ "coverage": 0.8450704225352113,
632
+ "risk": 0.25,
633
+ "threshold": 0.5202050805091858
634
+ },
635
+ {
636
+ "coverage": 0.852112676056338,
637
+ "risk": 0.24793388429752067,
638
+ "threshold": 0.5186665654182434
639
+ },
640
+ {
641
+ "coverage": 0.8591549295774648,
642
+ "risk": 0.2459016393442623,
643
+ "threshold": 0.5156799554824829
644
+ },
645
+ {
646
+ "coverage": 0.8661971830985915,
647
+ "risk": 0.24390243902439024,
648
+ "threshold": 0.5134891271591187
649
+ },
650
+ {
651
+ "coverage": 0.8732394366197183,
652
+ "risk": 0.25,
653
+ "threshold": 0.5130227208137512
654
+ },
655
+ {
656
+ "coverage": 0.8802816901408451,
657
+ "risk": 0.248,
658
+ "threshold": 0.5101680755615234
659
+ },
660
+ {
661
+ "coverage": 0.8873239436619719,
662
+ "risk": 0.24603174603174602,
663
+ "threshold": 0.509554922580719
664
+ },
665
+ {
666
+ "coverage": 0.8943661971830986,
667
+ "risk": 0.2440944881889764,
668
+ "threshold": 0.5037893652915955
669
+ },
670
+ {
671
+ "coverage": 0.9014084507042254,
672
+ "risk": 0.2421875,
673
+ "threshold": 0.5029663443565369
674
+ },
675
+ {
676
+ "coverage": 0.9084507042253521,
677
+ "risk": 0.24806201550387597,
678
+ "threshold": 0.5028750896453857
679
+ },
680
+ {
681
+ "coverage": 0.9154929577464789,
682
+ "risk": 0.24615384615384617,
683
+ "threshold": 0.4982180595397949
684
+ },
685
+ {
686
+ "coverage": 0.9225352112676056,
687
+ "risk": 0.24427480916030533,
688
+ "threshold": 0.4955993592739105
689
+ },
690
+ {
691
+ "coverage": 0.9295774647887324,
692
+ "risk": 0.25,
693
+ "threshold": 0.4955015182495117
694
+ },
695
+ {
696
+ "coverage": 0.9366197183098591,
697
+ "risk": 0.24812030075187969,
698
+ "threshold": 0.49113929271698
699
+ },
700
+ {
701
+ "coverage": 0.9436619718309859,
702
+ "risk": 0.2537313432835821,
703
+ "threshold": 0.48746660351753235
704
+ },
705
+ {
706
+ "coverage": 0.9507042253521126,
707
+ "risk": 0.25925925925925924,
708
+ "threshold": 0.48663508892059326
709
+ },
710
+ {
711
+ "coverage": 0.9577464788732394,
712
+ "risk": 0.2647058823529412,
713
+ "threshold": 0.48107993602752686
714
+ },
715
+ {
716
+ "coverage": 0.9647887323943662,
717
+ "risk": 0.27007299270072993,
718
+ "threshold": 0.4754067361354828
719
+ },
720
+ {
721
+ "coverage": 0.971830985915493,
722
+ "risk": 0.2753623188405797,
723
+ "threshold": 0.47474241256713867
724
+ },
725
+ {
726
+ "coverage": 0.9788732394366197,
727
+ "risk": 0.2805755395683453,
728
+ "threshold": 0.46219325065612793
729
+ },
730
+ {
731
+ "coverage": 0.9859154929577465,
732
+ "risk": 0.2857142857142857,
733
+ "threshold": 0.45889368653297424
734
+ },
735
+ {
736
+ "coverage": 0.9929577464788732,
737
+ "risk": 0.28368794326241137,
738
+ "threshold": 0.4410141706466675
739
+ },
740
+ {
741
+ "coverage": 1.0,
742
+ "risk": 0.2887323943661972,
743
+ "threshold": 0.4321807622909546
744
+ }
745
+ ]
746
+ },
747
+ "data": {
748
+ "datasets": [
749
+ {
750
+ "license": "CDLA-Permissive-2.0",
751
+ "name": "HoloAssist",
752
+ "training_windows": 1149
753
+ },
754
+ {
755
+ "license": "CDLA-Permissive-2.0",
756
+ "name": "HoloAssist controlled corruptions",
757
+ "training_windows": 258
758
+ }
759
+ ]
760
+ },
761
+ "evaluation": {
762
+ "annotation_guide": "docs/ANNOTATION.md at c7f8431a89108ac9cf805cb674ed3d5691d370cf",
763
+ "boundary_examples": 97,
764
+ "grouped_split": true,
765
+ "issue_examples": 145,
766
+ "issue_examples_by_provenance": {
767
+ "human": 0,
768
+ "human-derived": 109,
769
+ "programmatic-controlled-corruption": 36
770
+ },
771
+ "issues_controlled_corruptions": true,
772
+ "per_source": {
773
+ "HoloAssist": {
774
+ "readiness_examples": 142,
775
+ "readiness_macro_f1": 0.6739487071345404
776
+ }
777
+ },
778
+ "readiness_examples": 142,
779
+ "readiness_examples_by_provenance": {
780
+ "human": 0,
781
+ "human-derived": 142
782
+ },
783
+ "readiness_human_grounded": true,
784
+ "test_examples": 196
785
+ },
786
+ "evidence": {
787
+ "checkpoint_sha256": "469af04c69e3db8e9e4e406f2ca559d6f7f50fe6baa91e6ecfbf8709a4f1051d",
788
+ "splits_sha256": "a01ec9078a2953f95242d62be08cb1389ff72a84a200f0e9075034b47b1cc475",
789
+ "test_predictions_sha256": "21f54ec8869e8612471f45a73090b273b7f16f756a5094bfa39654d93bf4d9e1"
790
+ },
791
+ "input_frames": 12,
792
+ "issues": {
793
+ "macro_auroc": 0.7407332886206125,
794
+ "macro_average_precision": 0.7221960584848784,
795
+ "per_issue": {
796
+ "acting_hand_not_visible": {
797
+ "ap": 0.3686868686868687,
798
+ "auroc": 0.7333333333333333,
799
+ "average_precision": 0.3686868686868687,
800
+ "n_valid": 18,
801
+ "negatives": 15,
802
+ "positives": 3,
803
+ "undefined": []
804
+ },
805
+ "blur": {
806
+ "ap": 0.9583333333333334,
807
+ "auroc": 0.9444444444444444,
808
+ "average_precision": 0.9583333333333334,
809
+ "n_valid": 12,
810
+ "negatives": 6,
811
+ "positives": 6,
812
+ "undefined": []
813
+ },
814
+ "camera_instability": {
815
+ "ap": 0.6603535353535352,
816
+ "auroc": 0.5555555555555556,
817
+ "average_precision": 0.6603535353535352,
818
+ "n_valid": 12,
819
+ "negatives": 6,
820
+ "positives": 6,
821
+ "undefined": []
822
+ },
823
+ "duplicate_frames": {
824
+ "ap": 0.5835016835016835,
825
+ "auroc": 0.4722222222222222,
826
+ "average_precision": 0.5835016835016835,
827
+ "n_valid": 12,
828
+ "negatives": 6,
829
+ "positives": 6,
830
+ "undefined": []
831
+ },
832
+ "exposure": {
833
+ "ap": 0.8734126984126984,
834
+ "auroc": 0.8888888888888888,
835
+ "average_precision": 0.8734126984126984,
836
+ "n_valid": 12,
837
+ "negatives": 6,
838
+ "positives": 6,
839
+ "undefined": []
840
+ },
841
+ "low_hand_activity": {
842
+ "ap": 0.9429926595143986,
843
+ "auroc": 0.9795774647887324,
844
+ "average_precision": 0.9429926595143986,
845
+ "n_valid": 91,
846
+ "negatives": 71,
847
+ "positives": 20,
848
+ "undefined": []
849
+ },
850
+ "scene_cut": {
851
+ "ap": 0.6680916305916307,
852
+ "auroc": 0.6111111111111112,
853
+ "average_precision": 0.6680916305916307,
854
+ "n_valid": 12,
855
+ "negatives": 6,
856
+ "positives": 6,
857
+ "undefined": []
858
+ }
859
+ }
860
+ },
861
+ "readiness": {
862
+ "accuracy": 0.7112676056338029,
863
+ "confusion_matrix": [
864
+ [
865
+ 57,
866
+ 12,
867
+ 2
868
+ ],
869
+ [
870
+ 12,
871
+ 32,
872
+ 7
873
+ ],
874
+ [
875
+ 2,
876
+ 6,
877
+ 12
878
+ ]
879
+ ],
880
+ "macro_f1": 0.6739487071345404,
881
+ "per_class": {
882
+ "KEEP": {
883
+ "f1": 0.8028169014084507,
884
+ "precision": 0.8028169014084507,
885
+ "recall": 0.8028169014084507,
886
+ "support": 71
887
+ },
888
+ "REJECT": {
889
+ "f1": 0.5853658536585366,
890
+ "precision": 0.5714285714285714,
891
+ "recall": 0.6,
892
+ "support": 20
893
+ },
894
+ "REVIEW": {
895
+ "f1": 0.6336633663366337,
896
+ "precision": 0.64,
897
+ "recall": 0.6274509803921569,
898
+ "support": 51
899
+ }
900
+ }
901
+ },
902
+ "schema": "egosieve.release-metrics/v1",
903
+ "throughput": {
904
+ "accelerator": "mps",
905
+ "batch_size": 1,
906
+ "cpu_windows_per_second": 0.7486373084908694,
907
+ "gpu_windows_per_second": 4.456736235099993,
908
+ "iterations": 3,
909
+ "scope": "model-forward-on-preprocessed-windows"
910
+ }
911
+ }
evidence/splits.json ADDED
The diff for this file is too large to render. See raw diff
 
evidence/test_predictions.json ADDED
The diff for this file is too large to render. See raw diff
 
evidence/training_report.json ADDED
The diff for this file is too large to render. See raw diff
 
manifest.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifacts": {
3
+ "README.md": "6daffef02bb78cde6c644ff647ee2b0f22f0f9ba47e22b7d604e1b2bcdf47ee9",
4
+ "data/test.jsonl": "202c63c48c1ae7e34d9382a55a58345367b3e6ff48662ee73d7c912e4bdd60b4",
5
+ "data/train.jsonl": "c579d2e261eec515e88e3456ee99c1190afa7c9cfec633cefe8f9bd5116abedb",
6
+ "data/validation.jsonl": "943ce09df74d9e46679c551fa511214aa2a36458cb0d1f446aee31c8cd51b55b",
7
+ "evidence/metrics.json": "e725c2cd019d1873b51e9a71be62a7f0299d290600afe056d5419327b6f577ca",
8
+ "evidence/splits.json": "a01ec9078a2953f95242d62be08cb1389ff72a84a200f0e9075034b47b1cc475",
9
+ "evidence/test_predictions.json": "21f54ec8869e8612471f45a73090b273b7f16f756a5094bfa39654d93bf4d9e1",
10
+ "evidence/training_report.json": "e4b11a2f9995e26af9dbb15c3335441c3fbf46704ee8b53caee9c404b388297e"
11
+ },
12
+ "counts": {
13
+ "test": 196,
14
+ "train": 992,
15
+ "validation": 219
16
+ },
17
+ "label_names": {
18
+ "boundaries": [
19
+ "start",
20
+ "end"
21
+ ],
22
+ "issues": [
23
+ "acting_hand_not_visible",
24
+ "low_hand_activity",
25
+ "camera_instability",
26
+ "blur",
27
+ "exposure",
28
+ "scene_cut",
29
+ "duplicate_frames"
30
+ ],
31
+ "readiness": [
32
+ "KEEP",
33
+ "REVIEW",
34
+ "REJECT"
35
+ ]
36
+ },
37
+ "media_included": false,
38
+ "model_release_validated": true,
39
+ "schema": "egosieve.eval-dataset-release/v1",
40
+ "source_commit": "c7f8431a89108ac9cf805cb674ed3d5691d370cf"
41
+ }