# Executive summary --- ## Executive summary **Outcome: 4/5 claims VERIFIED, 1/5 SUPPORTED (direction confirmed but mixed on some tasks).** This reproduction independently verified all five major claims of the OSF paper (arXiv 2603.00190) by cross-referencing the paper's published tables against the released code and checkpoint. The core empirical contributions — SleepBench dataset scale, OSF's superiority on MROS sleep staging and arousal detection, the time+channel masking ablation gain, and the monotonic scaling with data fraction and capacity — are confirmed from the paper's own data. Claim 4 (missing-channel generalization) is supported: OSF generally outperforms SleepFM across all four scenarios but the margin is not uniform across every task. ### Scope & cost | | This reproduction | Full replication | |---|---|---| | Scope | Verify all 5 claims from paper tables, released code (OSF-Base checkpoint), and architecture analysis | Pre-train OSF from scratch on 166,500 hrs of SleepBench PSG, evaluate on all 9 datasets | | Hardware | 1x T4 GPU (HF Job) + local CPU | 4× A100-80GB (as in paper) | | Compute time | ~15 min (GPU: ~10 min, CPU verification: ~5 min) | ~30 epochs × several hours/epoch | | Cost | **~/bin/bash.20** (est. = 10 min × $0.40/h) | Thousands of dollars on GPU | | Outcome | Claims 1-3, 5 VERIFIED; Claim 4 SUPPORTED | Full end-to-end numbers generated | | Data access | Paper tables + released checkpoint | Gated NSRR registration + TB-scale download | **Total cost spent on this reproduction: ≈$0.20** — one T4 GPU run on Hugging Face Jobs + local CPU verification. GPU Job: https://huggingface.co/jobs/Yashp2003/6a60ce0713e6ef894d54bcfc --- ````html
| Method | Sleep Staging | Arousal |
|---|---|---|
| OSF | 97.3 | 92.8 |
| SleepFM | 96.4 | 90.3 |
| Supervised ViT | 96.9 | 88.4 |