Research Papers 论文研究 8d ago Updated 7d ago 更新于 7天前 44

Personalized Scorer Modeling: A Learning-Based Framework for Deriving Robust Sleep Stage Labels from Multiple Experts 个性化评分者建模:从多位专家推导稳健睡眠分期标签的学习框架

Introduces a Learning-Based Hypnogram (LBH) framework that constructs more reliable reference sleep stage labels by modeling individual scorer behavior rather than relying on a single scorer's annotations Uses confusion matrices from ML classifiers (Random Forest, SVM, MLP) to estimate the probability of each true sleep stage given each scorer's label, then aggregates probabilities across all scorers Evaluated on DOD-H and DOD-O datasets using EEG (C3-M2) and chin EMG signals with 60 extracted f 提出学习基睡眠图(LBH)框架,利用混淆矩阵建模每个评分者的阶段特定行为,从多专家标注中生成更可靠的睡眠阶段参考标签 在DOD-H和DOD-O数据集上验证,随机森林+EEG+EMG组合达到约86%准确率,优于传统数据集睡眠图(DH)和最佳评分者睡眠图(BSH) 通过概率聚合方法整合多个评分者的判断,在保留个体专家信息的同时显著提升标签鲁棒性

58
Hot 热度
72
Quality 质量
62
Impact 影响力

Analysis 深度分析

TL;DR

  • Introduces a Learning-Based Hypnogram (LBH) framework that constructs more reliable reference sleep stage labels by modeling individual scorer behavior rather than relying on a single scorer's annotations
  • Uses confusion matrices from ML classifiers (Random Forest, SVM, MLP) to estimate the probability of each true sleep stage given each scorer's label, then aggregates probabilities across all scorers
  • Evaluated on DOD-H and DOD-O datasets using EEG (C3-M2) and chin EMG signals with 60 extracted features (30 per modality) in 30-second epochs
  • Achieved best results with Random Forest + EEG+EMG: 86.07% accuracy, 85.46% precision, 85.29% F1 on DOD-H; 86.04% accuracy, 85.21% precision, 84.70% F1 on DOD-O
  • LBH consistently outperformed both the dataset hypnogram (DH) and best-scorer hypnogram (BSH), demonstrating that collective expert behavior yields more robust labels without discarding individual scorer information

Why It Matters

This work addresses a fundamental problem in sleep staging research: inter-scorer variability undermines the reliability of ground truth labels, yet most automatic staging studies evaluate against a single reference hypnogram. By leveraging multi-scored datasets to build probabilistic reference labels, the LBH framework offers a more statistically sound evaluation standard that could improve reproducibility and fairness in sleep disorder diagnosis research.

Technical Details

  • Feature extraction: EEG (C3-M2) and chin EMG signals segmented into 30-second epochs, with 30 features extracted from each modality, yielding a combined 60-dimensional feature vector for EEG+EMG settings
  • LBH construction: For each scorer, confusion matrices are derived from ML classifiers; after column normalization, these matrices estimate P(true stage | scorer's label), and probabilities are aggregated across all scorers to assign the final epoch label
  • Classifiers evaluated: Random Forest, Support Vector Machine (SVM), and Multilayer Perceptron (MLP), tested under both EEG-only and EEG+EMG configurations
  • Datasets: DOD-H and DOD-O, publicly available sleep staging datasets with multiple expert scorers
  • Baselines: Dataset Hypnogram (DH) — the standard consensus/reference label; Best-Scorer Hypnogram (BSH) — the single best-performing scorer's annotations

Industry Insight

  • The LBH approach could become a new standard for constructing ground truth in sleep staging benchmarks, reducing the bias introduced by individual scorer subjectivity and enabling more reliable model comparisons across studies
  • This methodology generalizes beyond sleep medicine to any domain with multiple human annotators (e.g., medical imaging, speech transcription), suggesting broader applicability for label fusion and consensus building
  • Researchers should consider adopting multi-scored datasets and LBH-style label construction when developing and evaluating sleep staging models, as it may reveal performance gaps that single-hypnogram evaluations obscure

TL;DR

  • 提出学习基睡眠图(LBH)框架,利用混淆矩阵建模每个评分者的阶段特定行为,从多专家标注中生成更可靠的睡眠阶段参考标签
  • 在DOD-H和DOD-O数据集上验证,随机森林+EEG+EMG组合达到约86%准确率,优于传统数据集睡眠图(DH)和最佳评分者睡眠图(BSH)
  • 通过概率聚合方法整合多个评分者的判断,在保留个体专家信息的同时显著提升标签鲁棒性

为什么值得看

  • 解决睡眠分期领域长期存在的评分者间变异性问题,为自动分期研究提供更可靠的评估基准
  • LBH方法可推广至其他需要多专家标注的医学图像分析任务,具有跨领域应用价值

技术解析

  • 使用DOD-H和DOD-O公开数据集,EEG (C3-M2)和chin EMG信号被分割为30秒epoch,每模态提取30个特征,共60维特征(EEG+EMG)
  • LBH框架通过机器学习模型生成混淆矩阵,经列归一化后估计给定评分者标签下每个真实睡眠阶段的概率,再跨评分者聚合概率分配最终标签
  • 评估采用随机森林、支持向量机和多层感知器三种分类器,在EEG-only和EEG+EMG设置下与DH和BSH基线对比
  • 最优结果:随机森林+EEG+EMG在DOD-H上达到86.07%准确率、85.46%精确率、85.29% F1分数;在DOD-O上达到86.04%准确率、85.21%精确率、84.70% F1分数

行业启示

  • 多专家标注数据不应简单采用多数投票或单一专家标注,而应建模评分者行为差异以提取更可靠的共识标签
  • 睡眠监测自动化研究需要更稳健的评估基准,LBH方法为临床睡眠分期提供了可复现的标签优化路径
  • 该框架可迁移至病理切片、放射影像等需要多专家共识的医学AI任务,具有广泛的临床落地潜力

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Healthcare AI 医疗AI Dataset 数据集 Evaluation 评测