菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-06
📄 Abstract - SleepBand: Single-Source Domain Generalization for Sleep Staging via Physiologically Structured Spectral Modeling

Generalizing sleep staging models to unseen datasets is challenging, and typical domain generalization (DG) methods often rely on multiple source domains or domain labels that are rarely available in practice. We tackle the stricter and more practical setting of single-source domain generalization: training on a single labeled source dataset, without domain labels or access to target data. We present SleepBand, a physiology-guided framework that embeds oscillatory priors via a learnable Morlet filter bank and a structured integration-and-recalibration pipeline. This anchors representations to domain-invariant sleep rhythms (e.g., slow waves, spindles), reducing reliance on dataset-specific artefacts. On five public datasets, SleepBand achieves state-of-the-art SDG performance and remains competitive under leave-one-domain-out (multi-source) DG. Analyses show that the learned filters align with canonical neurophysiology and that robustness stems from focusing on narrowband, physiologically meaningful cues. Our results suggest that principled, physiology-aware inductive biases are a promising path for robust single-domain sleep staging. Code is available at this https URL

顶级标签: machine learning medical
详细标签: sleep staging domain generalization single-source domain generalization spectral modeling morlet filter bank 或 搜索:

SleepBand:基于生理结构频谱建模的单一源域泛化睡眠分期方法 / SleepBand: Single-Source Domain Generalization for Sleep Staging via Physiologically Structured Spectral Modeling


1️⃣ 一句话总结

本文提出了一种名为SleepBand的睡眠分期模型,通过模拟脑电波生理特征(如慢波和纺锤波)来设计可学习的滤波器,使得模型只需在一个数据集上训练,就能直接适用于多个未见过的数据集,解决了跨数据集泛化难题。

源自 arXiv: 2607.04851