RESEARCH · VALIDATION · OPEN METHODOLOGY
The research behind SomniSense.
What supports the possible breathing moments shown in the app? The research compares defined acoustic classification tasks with PSG reference annotations across 80 paired nights. The methods below explain those tasks and their limits. For what the findings mean when you open a candidate waveform, start with the accuracy guide. Research benchmarks do not establish a diagnosis or the correctness of every marked event.
What we set out to test
The benchmark question is deliberately narrow: how accurately can a phone-microphone model classify labeled 1-second snore segments and labeled 200-second breathing windows in PSG-referenced recordings?
It does not ask whether a phone replaces PSG, and it does not validate nightly BRI, event boundaries, duration, or diagnosis. Everything below describes the two evaluated classification tasks and their limits.
The validation study

Illustration, not study data. The research corpus is described in the text.
Detection performance was measured against the clinical reference for sleep recording — in-lab and ambulatory polysomnography (PSG) — on nights where a phone and the PSG setup recorded the same person, on the same night, at the same time.
- Sample. 80 paired nights across 40 participants — 10 in-laboratory PSG nights and 70 ambulatory PSG nights with a nasal-airflow cannula. Adults, with and without diagnosed sleep-breathing concerns. The cohort does not represent all ages, body types or demographics. Under-18 users and some other groups are not adequately represented, so these results should not be generalized to everyone.
- Recording medium. An ordinary bedside smartphone (a mix of iPhone and Android models from 2018 onward), 50–90 cm from the participant's head. Not lab hardware. The point was to test what users actually have.
- Ground truth. The PSG audio was scored by AASM-trained sleep technicians who were blinded to what SomniSense had said about each segment. Blinded scoring is the part that keeps the test from being circular — the scorers don't get to see our answer first.
- Production-output boundary. Event boundaries, duration, type labels, nightly BRI, and personal trends are product outputs. They require output-specific analysis and do not inherit the accuracy of the published window benchmark.
The task-specific snore-segment and breathing-window metrics are explained on /accuracy, written for someone who wants to scrutinize each figure.
How the system actually works
SomniSense isn't one model. It's a cascade of two, and the structure is the part I'm most proud of — because it's what makes a real-time sleep model small enough to live on a phone instead of in a data center.
- Stage 1 — a short-window listener. A small CNN looks at one second of audio at a time and asks a single question: was that a snore? It does this every second, all night.
- Stage 2 — a long-window reader. Those per-second answers, together with two simple loudness features, get assembled into a compact 200 × 3 grid — roughly 600 numbers describing a 200-second stretch of your night. A second CNN reads that grid and decides whether the stretch contained a breathing irregularity.
The intermediate grid describes a 200-second window with roughly 600 values. The measured compressed breathing-classification model is under 60 KB, with 0.064 ms inference on the Apple M2 Neural Engine under the reported test conditions. These measurements do not describe the entire two-stage pipeline, the app size or performance on every phone.
Certain on-device system details — including cascade, compression, gating, and privacy-preserving inference architecture — are covered by U.S. provisional patent applications filed by SomniAI LLC. Those applications are pending and have not undergone substantive examination; the filing status does not validate a benchmark, clinical outcome, or diagnosis.
The papers
The complete two-stage cascade is written up as one paper — a Research Square preprint with a citable DOI. Underneath it, three companion preprints document each piece in full — published openly on Zenodo, each with its own DOI (categories cs.LG and eess.AS). None have been peer-reviewed — so I'll call them preprints, not papers with a journal stamp. The DOI links are below.
- Paper A — A Cascaded Two-Stage CNN Pipeline for Smartphone Sleep-Audio Detection
The two CNN baselines and the cascade structure, validated under a multi-seed bootstrap so the numbers aren't a single lucky split.
Yang L. (SomniAI LLC) · cs.LG, eess.AS · Zenodo · doi:10.5281/zenodo.20662374
- Paper C — Coordinate Attention for 1D Audio-Based Sleep Apnea Detection
A one-dimensional Coordinate-Attention design for the breathing-event stage — a 93% parameter reduction over the plain baseline, studied across multiple seeds.
Yang L. (SomniAI LLC) · cs.LG, eess.AS · Zenodo · doi:10.5281/zenodo.20663376
- Paper E — On-Device Compression for Sleep Apnea Detection
How quantization-aware training and structured pruning compress the breathing-classification model, with task-specific accuracy and inference measurements reported under the study conditions.
Yang L. (SomniAI LLC) · cs.LG, eess.AS · Zenodo · doi:10.5281/zenodo.20663768
Why preprints, before peer review
Peer review takes months. Waiting would mean giving you nothing concrete to check in the meantime. So the methodology goes out now, openly, as preprints you can read and argue with — with the explicit caveat that they haven't been formally reviewed. When that changes, this page changes, and I'll say what changed.
What this research is — and isn't
The validation reports classification performance on two PSG-referenced acoustic tasks. It does not turn a wellness app into a medical device or extend automatically to every production output.
- Not a diagnosis. SomniSense reports a product-defined Breathing Irregularity Index (BRI) from microphone audio. BRI is not clinical AHI and does not diagnose obstructive sleep apnea.
- Not a replacement for a sleep study. A diagnosis requires a qualified clinician and appropriate clinical testing. Symptoms such as witnessed pauses, gasping, or persistent daytime sleepiness — not an app threshold — are reasons to consider that conversation.
- Not validated for under-18. The cohort was adults only.
Reading this because of a symptom?
The research is the proof layer. If you got here from something you're actually experiencing, these start from the symptom instead of the method:
Want the numbers, not the narrative?
Read the accuracy page to see each result with its task and limits. Ready to see what the phone records in your own room? Start with Free and review your first night. Any Pro trial offer depends on your purchase provider and eligibility.
Get the app — free to start See the full accuracy breakdown →