What we have tested, what broke, and what held up. The short version: the grader catches broken data, never cries wolf on good data, and matches a method that costs a thousand times more. Full technical write-ups live with the code.
| What we did | What happened |
|---|---|
| Graded 50 good datasets from the field's standard test collections | All 50 passed. Zero false alarms. When the grader says your data is broken, it is not guessing. |
| Deliberately broke datasets in measured steps, then graded them | The score fell in step with the damage, and the grader rejected the badly broken ones. It catches exactly the defect it claims to catch. |
| Checked a popular shortcut: can any score rank datasets by how skilled the human demonstrator was? | No. Not our one-minute check, and not the leading academic method after 17 hours of GPU time. Both agree on what can be measured, and both agree on what cannot. Anyone selling that ranking is selling a coincidence. |
| Hid a camera-controls timing bug in otherwise good data | Statistical checks cannot see it, ours included. So we built a dedicated 12-second detector that finds the exact size of the timing error, down to a single frame. |
| Graded a real community dataset end to end | It earned a clean pass: better than its scrambled version on 13 of 13 test clips, with prediction error cut by 74 percent. That is the report every submission gets. |
For the technically curious. Each panel is one of the findings above, with the actual measurements.