• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

评估数据漂移对临床脓毒症预测中使用的机器学习模型性能的影响。

Assessing the effects of data drift on the performance of machine learning models used in clinical sepsis prediction.

作者信息

Rahmani Keyvan, Thapa Rahul, Tsou Peiling, Chetty Satish Casie, Barnes Gina, Lam Carson, Tso Chak Foon

机构信息

Dascena, Inc., 12333 Sowden Rd Ste B PMB 65148, Houston, Texas 77080-2059.

出版信息

medRxiv. 2022 Jun 7:2022.06.06.22276062. doi: 10.1101/2022.06.06.22276062.

DOI:10.1101/2022.06.06.22276062
PMID:35702157
原文链接:https://pmc.ncbi.nlm.nih.gov/articles/PMC9196120/
Abstract

BACKGROUND

Data drift can negatively impact the performance of machine learning algorithms (MLAs) that were trained on historical data. As such, MLAs should be continuously monitored and tuned to overcome the systematic changes that occur in the distribution of data. In this paper, we study the extent of data drift and provide insights about its characteristics for sepsis onset prediction. This study will help elucidate the nature of data drift for prediction of sepsis and similar diseases. This may aid with the development of more effective patient monitoring systems that can stratify risk for dynamic disease states in hospitals.

METHODS

We devise a series of simulations that measure the effects of data drift in patients with sepsis. We simulate multiple scenarios in which data drift may occur, namely the change in the distribution of the predictor variables (covariate shift), the change in the statistical relationship between the predictors and the target (concept shift), and the occurrence of a major healthcare event (major event) such as the COVID-19 pandemic. We measure the impact of data drift on model performances, identify the circumstances that necessitate model retraining, and compare the effects of different retraining methodologies and model architecture on the outcomes. We present the results for two different MLAs, eXtreme Gradient Boosting (XGB) and Recurrent Neural Network (RNN).

RESULTS

Our results show that the properly retrained XGB models outperform the baseline models in all simulation scenarios, hence signifying the existence of data drift. In the major event scenario, the area under the receiver operating characteristic curve (AUROC) at the end of the simulation period is 0.811 for the baseline XGB model and 0.868 for the retrained XGB model. In the covariate shift scenario, the AUROC at the end of the simulation period for the baseline and retrained XGB models is 0.853 and 0.874 respectively. In the concept shift scenario and under the mixed labeling method, the retrained XGB models perform worse than the baseline model for most simulation steps. However, under the full relabeling method, the AUROC at the end of the simulation period for the baseline and retrained XGB models is 0.852 and 0.877 respectively. The results for the RNN models were mixed, suggesting that retraining based on a fixed network architecture may be inadequate for an RNN. We also present the results in the form of other performance metrics such as the ratio of observed to expected probabilities (calibration) and the normalized rate of positive predictive values (PPV) by prevalence, referred to as lift, at a sensitivity of 0.8.

CONCLUSION

Our simulations reveal that retraining periods of a couple of months or using several thousand patients are likely to be adequate to monitor machine learning models that predict sepsis. This indicates that a machine learning system for sepsis prediction will probably need less infrastructure for performance monitoring and retraining compared to other applications in which data drift is more frequent and continuous. Our results also show that in the event of a concept shift, a full overhaul of the sepsis prediction model may be necessary because it indicates a discrete change in the definition of sepsis labels, and mixing the labels for the sake of incremental training may not produce the desired results.

摘要

背景

数据漂移会对基于历史数据训练的机器学习算法(MLA)的性能产生负面影响。因此,应持续监控和调整MLA,以克服数据分布中出现的系统性变化。在本文中,我们研究了数据漂移的程度,并提供了有关其特征的见解,用于脓毒症发作预测。本研究将有助于阐明用于预测脓毒症及类似疾病的数据漂移的本质。这可能有助于开发更有效的患者监测系统,该系统可以对医院中动态疾病状态的风险进行分层。

方法

我们设计了一系列模拟,以测量数据漂移对脓毒症患者的影响。我们模拟了可能发生数据漂移的多种场景,即预测变量分布的变化(协变量偏移)、预测变量与目标之间统计关系的变化(概念偏移)以及重大医疗事件(重大事件)的发生,如新冠疫情。我们测量数据漂移对模型性能的影响,确定需要重新训练模型的情况,并比较不同的重新训练方法和模型架构对结果的影响。我们展示了两种不同MLA的结果,即极端梯度提升(XGB)和递归神经网络(RNN)。

结果

我们的结果表明,在所有模拟场景中,经过适当重新训练的XGB模型优于基线模型,从而表明存在数据漂移。在重大事件场景中,模拟期结束时,基线XGB模型的受试者操作特征曲线下面积(AUROC)为0.811,重新训练的XGB模型为0.868。在协变量偏移场景中,模拟期结束时,基线和重新训练的XGB模型的AUROC分别为0.853和0.874。在概念偏移场景和混合标记方法下,在大多数模拟步骤中,重新训练的XGB模型的表现比基线模型差。然而,在完全重新标记方法下,模拟期结束时,基线和重新训练的XGB模型的AUROC分别为0.852和0.877。RNN模型的结果好坏参半,这表明基于固定网络架构的重新训练可能不足以适用于RNN。我们还以其他性能指标的形式展示了结果,如观察到的概率与预期概率的比率(校准)以及在灵敏度为0.8时按患病率计算的阳性预测值(PPV)的标准化率,即提升度。

结论

我们的模拟表明,几个月的重新训练期或使用数千名患者可能足以监测预测脓毒症的机器学习模型。这表明,与数据漂移更频繁且持续的其他应用相比,用于脓毒症预测的机器学习系统可能需要更少的基础设施来进行性能监测和重新训练。我们的结果还表明,在发生概念偏移时,可能需要对脓毒症预测模型进行全面 overhaul,因为这表明脓毒症标签的定义发生了离散变化,为了增量训练而混合标签可能不会产生预期结果。

相似文献

1
Assessing the effects of data drift on the performance of machine learning models used in clinical sepsis prediction.评估数据漂移对临床脓毒症预测中使用的机器学习模型性能的影响。
medRxiv. 2022 Jun 7:2022.06.06.22276062. doi: 10.1101/2022.06.06.22276062.
2
Assessing the effects of data drift on the performance of machine learning models used in clinical sepsis prediction.评估数据漂移对临床脓毒症预测中使用的机器学习模型性能的影响。
Int J Med Inform. 2023 May;173:104930. doi: 10.1016/j.ijmedinf.2022.104930. Epub 2022 Nov 19.
3
Folic acid supplementation and malaria susceptibility and severity among people taking antifolate antimalarial drugs in endemic areas.在流行地区,服用抗叶酸抗疟药物的人群中,叶酸补充剂与疟疾易感性和严重程度的关系。
Cochrane Database Syst Rev. 2022 Feb 1;2(2022):CD014217. doi: 10.1002/14651858.CD014217.
4
Prediction and Evaluation of Machine Learning Algorithm for Prediction of Blood Transfusion during Cesarean Section and Analysis of Risk Factors of Hypothermia during Anesthesia Recovery.机器学习算法预测剖宫产术中输血的预测及麻醉恢复期低体温风险因素分析。
Comput Math Methods Med. 2022 Apr 13;2022:8661324. doi: 10.1155/2022/8661324. eCollection 2022.
5
Are Current Survival Prediction Tools Useful When Treating Subsequent Skeletal-related Events From Bone Metastases?当前的生存预测工具在治疗骨转移后的骨骼相关事件时有用吗?
Clin Orthop Relat Res. 2024 Sep 1;482(9):1710-1721. doi: 10.1097/CORR.0000000000003030. Epub 2024 Mar 22.
6
Developing machine learning models for prediction of mortality in the medical intensive care unit.开发用于预测重症监护病房死亡率的机器学习模型。
Comput Methods Programs Biomed. 2022 Apr;216:106663. doi: 10.1016/j.cmpb.2022.106663. Epub 2022 Jan 26.
7
Prediction of Critical Care Outcome for Adult Patients Presenting to Emergency Department Using Initial Triage Information: An XGBoost Algorithm Analysis.利用初始分诊信息预测急诊科成年患者的重症监护结局:一种XGBoost算法分析
JMIR Med Inform. 2021 Sep 20;9(9):e30770. doi: 10.2196/30770.
8
Prediction of acute kidney injury in patients with liver cirrhosis using machine learning models: evidence from the MIMIC-III and MIMIC-IV.使用机器学习模型预测肝硬化患者的急性肾损伤:来自 MIMIC-III 和 MIMIC-IV 的证据。
Int Urol Nephrol. 2024 Jan;56(1):237-247. doi: 10.1007/s11255-023-03646-6. Epub 2023 May 31.
9
Energy Efficiency of Inference Algorithms for Clinical Laboratory Data Sets: Green Artificial Intelligence Study.临床实验室数据集推断算法的能效:绿色人工智能研究。
J Med Internet Res. 2022 Jan 25;24(1):e28036. doi: 10.2196/28036.
10
Susceptibility of AutoML mortality prediction algorithms to model drift caused by the COVID pandemic.自动化机器学习死亡率预测算法对由 COVID 大流行引起的模型漂移的敏感性。
BMC Med Inform Decis Mak. 2024 Feb 2;24(1):34. doi: 10.1186/s12911-024-02428-z.

本文引用的文献

1
Evolution of hospitalized patient characteristics through the first three COVID-19 waves in Paris area using machine learning analysis.利用机器学习分析,研究巴黎地区 COVID-19 前三个波次中住院患者特征的演变。
PLoS One. 2022 Feb 22;17(2):e0263266. doi: 10.1371/journal.pone.0263266. eCollection 2022.
2
Using explainable machine learning to characterise data drift and detect emergent health risks for emergency department admissions during COVID-19.利用可解释的机器学习来描述数据漂移,并在 COVID-19 期间检测急诊科入院的新出现的健康风险。
Sci Rep. 2021 Nov 26;11(1):23017. doi: 10.1038/s41598-021-02481-y.
3
Characteristics of Sepsis-2 septic shock patients failing to satisfy the Sepsis-3 septic shock definition: an analysis of real-time collected data.
未符合脓毒症-3脓毒症休克定义的脓毒症-2脓毒症休克患者的特征:实时收集数据分析
Ann Intensive Care. 2021 Oct 30;11(1):154. doi: 10.1186/s13613-021-00942-1.
4
Detection of calibration drift in clinical prediction models to inform model updating.检测临床预测模型中的校准漂移以指导模型更新。
J Biomed Inform. 2020 Dec;112:103611. doi: 10.1016/j.jbi.2020.103611. Epub 2020 Nov 4.
5
Viral sepsis is a complication in patients with Novel Corona Virus Disease (COVID-19).病毒性脓毒症是新型冠状病毒肺炎(COVID-19)患者的一种并发症。
Med Drug Discov. 2020 Dec;8:100057. doi: 10.1016/j.medidd.2020.100057. Epub 2020 Jul 24.
6
Impact of COVID-19 Pandemic on Critical Care Transfers for ST-Segment-Elevation Myocardial Infarction, Stroke, and Aortic Emergencies.2019冠状病毒病大流行对ST段抬高型心肌梗死、中风和主动脉急症重症监护转运的影响
Circ Cardiovasc Qual Outcomes. 2020 Aug;13(8):e006938. doi: 10.1161/CIRCOUTCOMES.120.006938. Epub 2020 Jun 11.
7
COVID-19 transforms health care through telemedicine: Evidence from the field.COVID-19 通过远程医疗改变医疗保健:来自现场的证据。
J Am Med Inform Assoc. 2020 Jul 1;27(7):1132-1135. doi: 10.1093/jamia/ocaa072.
8
Managing COVID-19 in Surgical Systems.外科系统中新型冠状病毒肺炎的管理
Ann Surg. 2020 Jul;272(1):e1-e2. doi: 10.1097/SLA.0000000000003923.
9
Interpretation of Compound Activity Predictions from Complex Machine Learning Models Using Local Approximations and Shapley Values.使用局部逼近和 Shapley 值解释复杂机器学习模型的复合活动预测。
J Med Chem. 2020 Aug 27;63(16):8761-8777. doi: 10.1021/acs.jmedchem.9b01101. Epub 2019 Sep 26.
10
Sepsis: The evolution in definition, pathophysiology, and management.脓毒症:定义、病理生理学及管理的演变
SAGE Open Med. 2019 Mar 21;7:2050312119835043. doi: 10.1177/2050312119835043. eCollection 2019.