Initial upload of MyShape experimental data (576 runs)
Browse files- README.md +77 -0
- ee003_runs.csv +13 -0
- engine_summary.csv +7 -0
- tracker_comparison.csv +4 -0
README.md
CHANGED
|
@@ -1,3 +1,80 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- signal-processing
|
| 5 |
+
- verification
|
| 6 |
+
- time-series
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
+
tags:
|
| 10 |
+
- continuity
|
| 11 |
+
- presence-detection
|
| 12 |
+
- motion-signature
|
| 13 |
+
- cross-modal-binding
|
| 14 |
+
- gyroscope
|
| 15 |
+
- imu
|
| 16 |
+
- camera
|
| 17 |
+
pretty_name: MyShape Continuity Protocol — 576 Experimental Runs
|
| 18 |
+
size_categories:
|
| 19 |
+
- n<1K
|
| 20 |
---
|
| 21 |
+
|
| 22 |
+
# MyShape Continuity Protocol — Experimental Dataset
|
| 23 |
+
|
| 24 |
+
576 structured experimental runs across 4 evidence engines, validating cross-modal continuity verification on consumer hardware.
|
| 25 |
+
|
| 26 |
+
## Dataset Summary
|
| 27 |
+
|
| 28 |
+
This dataset contains the structured output of 576 verification sessions conducted on an iPhone with desktop camera (where applicable) between 2026-07-15 and 2026-07-19. Each run includes per-engine verdicts, component-level evidence scores, CFC (Continuity Failure Condition) check results, and round-level gyroscope telemetry.
|
| 29 |
+
|
| 30 |
+
## Engines
|
| 31 |
+
|
| 32 |
+
| Engine | N | Pass Rate | Description |
|
| 33 |
+
|--------|---|-----------|-------------|
|
| 34 |
+
| EE-003 | 200 | 59% | Gyroscope challenge-response (3 randomized rounds) |
|
| 35 |
+
| PE-001 single-device | 50 | 93% | Cross-modal coupling, camera + IMU on same phone |
|
| 36 |
+
| PE-001 independent | 266 | 58% | Cross-modal coupling, desktop camera + phone IMU |
|
| 37 |
+
| VS-001 | 60 | 93% | Dual-engine pipeline (EE-001 + EE-003) |
|
| 38 |
+
|
| 39 |
+
## Files
|
| 40 |
+
|
| 41 |
+
| File | Content |
|
| 42 |
+
|------|---------|
|
| 43 |
+
| `engine_summary.csv` | Per-engine aggregate statistics |
|
| 44 |
+
| `ee003_runs.csv` | Per-run EE-003 diagnostics with round-level telemetry |
|
| 45 |
+
| `pe001_runs.csv` | Per-run PE-001 diagnostics with tracker metadata |
|
| 46 |
+
| `vs001_runs.csv` | Per-run VS-001 diagnostics with passive scores |
|
| 47 |
+
| `tracker_comparison.csv` | Three-tracker comparison (pixel diff, color-blob, moving-blob) |
|
| 48 |
+
|
| 49 |
+
## Data Collection
|
| 50 |
+
|
| 51 |
+
All experiments were conducted on a single iPhone model with the following calibrated parameters (v0.3):
|
| 52 |
+
|
| 53 |
+
- JERK_MIN_THRESHOLD: 0.15 m/s³
|
| 54 |
+
- MAD multiplier: 2×
|
| 55 |
+
- MATCH_WINDOW_MS: ±500ms
|
| 56 |
+
- Refractory period: 150ms
|
| 57 |
+
- CAMERA_PIPELINE_LATENCY_MS: 80ms
|
| 58 |
+
- CFC-005 INVERSION_THRESHOLD_MS: 250ms
|
| 59 |
+
|
| 60 |
+
## Limitations
|
| 61 |
+
|
| 62 |
+
- Single-operator dataset (one entity, one device model)
|
| 63 |
+
- Camera motion tracking uses pixel-frame differencing or color-blob tracking, not MediaPipe (loading issues on test hardware)
|
| 64 |
+
- Lighting conditions varied (daylight vs. artificial light) and are not recorded per-run
|
| 65 |
+
- Raw sensor data (IMU samples, camera frames) was not persisted — only structured evidence output was retained
|
| 66 |
+
|
| 67 |
+
## Citation
|
| 68 |
+
|
| 69 |
+
```bibtex
|
| 70 |
+
@misc{continuity-lab-2026,
|
| 71 |
+
author = {{The Continuity Lab}},
|
| 72 |
+
title = {MyShape Continuity Protocol — Experimental Dataset},
|
| 73 |
+
year = {2026},
|
| 74 |
+
url = {https://huggingface.co/datasets/TheContinuityLab/myshape-576},
|
| 75 |
+
}
|
| 76 |
+
```
|
| 77 |
+
|
| 78 |
+
## License
|
| 79 |
+
|
| 80 |
+
MIT
|
ee003_runs.csv
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
run_id,verdict,direction_match_rate,r1_direction,r1_gyro_deg_s,r1_accel_g,r1_jitter_ms,r1_pass,r2_direction,r2_gyro_deg_s,r2_accel_g,r2_jitter_ms,r2_pass,r3_direction,r3_gyro_deg_s,r3_accel_g,r3_jitter_ms,r3_pass,cfc_007,cfc_008
|
| 2 |
+
EE003-001,PASS,0.67,"→",253,1.36,317,FAIL,"→",289,1.55,140,PASS,"←",194,1.85,999,PASS,FALSE,FALSE
|
| 3 |
+
EE003-002,PASS,1.00,"↓",389,2.41,80,PASS,"↑",152,1.87,447,PASS,"↑",126,1.57,341,PASS,FALSE,FALSE
|
| 4 |
+
EE003-003,PASS,0.67,"←",357,0.93,592,PASS,"→",268,2.03,631,PASS,"↑",161,1.76,706,PASS,FALSE,FALSE
|
| 5 |
+
EE003-004,PASS,0.67,"←",409,1.11,369,PASS,"→",328,2.36,397,FAIL,"↑",168,2.19,386,PASS,FALSE,FALSE
|
| 6 |
+
EE003-005,PASS,0.67,"↑",164,2.78,529,PASS,"→",427,3.88,967,FAIL,"↓",347,2.42,272,PASS,FALSE,FALSE
|
| 7 |
+
EE003-006,PASS,0.67,"↓",387,2.69,902,PASS,"→",371,2.49,575,FAIL,"←",263,1.43,455,PASS,FALSE,FALSE
|
| 8 |
+
EE003-007,PASS,0.67,"↓",328,2.36,579,PASS,"↓",346,2.81,384,PASS,"↑",109,2.21,420,PASS,FALSE,FALSE
|
| 9 |
+
EE003-008,PASS,0.67,"←",379,1.78,896,PASS,"↓",318,3.71,486,PASS,"↓",331,3.21,772,PASS,FALSE,FALSE
|
| 10 |
+
EE003-009,INSUFFICIENT,0.33,"→",452,3.51,12,FAIL,"←",241,1.54,364,FAIL,"→",176,1.68,840,PASS,FALSE,FALSE
|
| 11 |
+
EE003-010,INSUFFICIENT,0.33,"↓",418,2.82,450,PASS,"→",417,3.51,285,FAIL,"→",340,3.51,237,FAIL,FALSE,FALSE
|
| 12 |
+
EE003-011,INSUFFICIENT,0.33,"→",428,2.49,49,FAIL,"→",266,2.86,536,PASS,"↑",275,3.47,152,FAIL,FALSE,FALSE
|
| 13 |
+
EE003-012,PASS,0.67,"↑",203,2.07,370,PASS,"←",281,1.13,980,PASS,"→",350,2.54,626,FAIL,FALSE,FALSE
|
engine_summary.csv
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
engine,description,type,n_runs,pass_count,pass_rate,temporal_alignment,direction_agreement,cfc_005_count,cfc_007_count
|
| 2 |
+
EE-003,"Gyroscope Challenge-Response",Active,200,118,0.59,N/A,N/A,0,47
|
| 3 |
+
PE-001-single,"Cross-Modal Coupling (same phone)",Passive,50,46,0.93,1.00,0.45,0,N/A
|
| 4 |
+
PE-001-pixel,"Cross-Modal Coupling (frame differencing)",Passive,66,18,0.27,1.00,0.46,5,N/A
|
| 5 |
+
PE-001-blob,"Cross-Modal Coupling (color-blob centroid)",Passive,100,80,0.80,1.00,0.50,4,N/A
|
| 6 |
+
PE-001-moving,"Cross-Modal Coupling (moving-blob filter)",Passive,100,62,0.62,1.00,0.63,4,N/A
|
| 7 |
+
VS-001,"Dual-Engine Pipeline",Pipeline,60,56,0.93,1.00,N/A,N/A,N/A
|
tracker_comparison.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
tracker,generation,n_runs,pass_count,pass_rate,avg_camera_fps,direction_agreement,temporal_alignment,cfc_005_count,notes
|
| 2 |
+
"Pixel Frame Differencing",1,66,18,0.27,38,0.46,1.00,5,"All-pixel motion — noisy but proved the architecture"
|
| 3 |
+
"Color-Blob Centroid",2,100,80,0.80,49,0.50,1.00,4,"Skin-color filter cuts background noise 3×"
|
| 4 |
+
"Moving-Blob Filter",3,100,62,0.62,49,0.63,1.00,4,"Only tracks colored pixels in motion — isolates hand from face"
|