一个新的神经网络,以不规则和不完整的多变量数据改进住院死亡率预测
概括
这项研究引入了一种新的深度学习模型,即双向递归编码解码网络 (BiRED),以使用电子健康记录准确预测医院内死亡率. BiRED有效地处理缺失的数据和不规则的时间序列,以改善临床决策支持.
科学领域:
- 生物医学信息学 生物医学信息学
- 医疗保健中的人工智能
- 临床数据科学 临床数据科学
背景情况:
- 电子健康记录 (EHR) 经常包含来自生理时间序列的缺失值和不规则的时间数据.
- 准确的医院死亡率预测对于临床决策支持和资源分配至关重要.
- 在从稀疏,不完整和不规则地采样的多变量时间序列数据中预测临床结果存在挑战.
研究的目的:
- 开发一种新的深度学习模型,用于联合数据归算和医院死亡率预测.
- 为应对缺少值和不规则抽样在EHR时间序列数据中所带来的挑战.
- 提高临床结果预测的准确性,以改善医疗保健资源管理.
主要方法:
- 提出了一个双向递归编码器-解码器网络 (BiRED),一个基于自动回归递归神经网络 (RNN) 的模型.
- 引入了一个2D交叉回归,用于编码器的RNN单元 (2DCR-RNN),以及用于解码器的RNN单元 (IB-RNN) 的归算块.
- 实现了状态初始化方法,以减轻序列生成中的错误积累.
主要成果:
- 拟议的BIRED模型在预测医院死亡率方面表现出很高的表现.
- 在两个真实世界EHR数据集上的实验结果证实了该模型的有效性.
- 实现了高的曲线下面积 (AUC) 评分,表明强大的预测能力.
结论:
- BiRED模型提供了一个强大的解决方案,用于从复杂的EHR时间序列数据中预测住院死亡率.
- 共同处理数据归算和预测可以提高临床结果预测的可靠性.
- 开发的方法有望改善临床决策支持系统和医院资源配置.
相关概念视频
Survival Tree
105
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a...
Building a Survival Tree
Constructing a...
105
Kaplan-Meier Approach
178
The Kaplan-Meier estimator is a non-parametric method used to estimate the survival function from time-to-event data. In medical research, it is frequently employed to measure the proportion of patients surviving for a certain period after treatment. This estimator is fundamental in analyzing time-to-event data, making it indispensable in clinical trials, epidemiological studies, and reliability engineering. By estimating survival probabilities, researchers can evaluate treatment effectiveness,...
178
Prediction Intervals
2.3K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
2.3K
Truncation in Survival Analysis
233
Truncation in survival analysis refers to the exclusion of individuals or events from the dataset based on specific criteria related to the time of the event. This exclusion can happen in two primary forms: left truncation and right truncation.
Left truncation occurs when individuals who experienced the event of interest before a certain time are not included in the study. This is often due to a "delayed entry" into the study where only those who survive until a certain entry point are...
Left truncation occurs when individuals who experienced the event of interest before a certain time are not included in the study. This is often due to a "delayed entry" into the study where only those who survive until a certain entry point are...
233
Assumptions of Survival Analysis
153
Survival models analyze the time until one or more events occur, such as death in biological organisms or failure in mechanical systems. These models are widely used across fields like medicine, biology, engineering, and public health to study time-to-event phenomena. To ensure accurate results, survival analysis relies on key assumptions and careful study design.
153
Classification of Illness
7.6K
The meaning of illness is individualized to each person who experiences an alteration in health. In contrast, disease is a medical term indicating a pathological change in the structure and function of the body or mind. It is a condition that has specific symptoms and boundaries.
An illness is a response to a disease in which the person's level of functioning is changed compared with a previous level. The general classification of illness includes acute and chronic.
Acute illness is severe...
An illness is a response to a disease in which the person's level of functioning is changed compared with a previous level. The general classification of illness includes acute and chronic.
Acute illness is severe...
7.6K


