贝叶斯参数模型用于医疗应用中的生存预测
Iwan Paolucci1, Yuan-Mao Lin2, Jessica Albuquerque Marques Silva2
1Department of Interventional Radiology, The University of Texas MD Anderson Cancer Center, Houston, TX, USA. ipaolucci@mdanderson.org.
BMC medical research methodology
|October 26, 2023
概括
贝叶斯参数生存模型的准确性与当前的方法相匹配,但需要更少的调整,并提供不确定性测量. 这些模型也显示出较少的过拟合,并且可以使用贝叶斯规则高效地更新.
科学领域:
- * * 医学统计数据
- * 计算生物学 * 计算生物学
- * 生物信息学是一门学科.
背景情况:
- *个性化医疗需要患者一级的治疗效益预测.
- *生存模型对于时间到事件数据至关重要,包括审查.
- *贝叶斯模型在处理不确定性和局部数据适应方面具有优势.
研究的目的:
- * 对传统方法进行贝叶斯参数生存模型的评估.
- *对各种公共数据集 (心脏病学,传染病,瘤学) 评估模型性能.
- *研究使用贝叶斯规则进行隐私保护适应的模型更新功能.
主要方法:
- * 在Python中实现贝叶斯参数生存模型 (指数,韦布尔).
- * 利用线性组合和神经网络进行参数预测.
- *使用优越性和等效性设计进行对比分析,与Cox PH,RSF和NN-Cox PH.
主要成果:
- *贝叶斯模型的表现与最先进的方法相美.
- *贝叶斯模型需要更少的超参数,并且表现出更少的过拟合.
- * 通过贝叶斯规则更新模型,实现了相当于在组合数据集上重新训练的性能.
结论:
- *贝叶斯参数生存模型与传统的生存模型无差.
- * 这些模型提供了减少的超参数调整,减少过,以及高效的更新.
- *贝叶斯模型为统计推断和预测提供了关键的不确定性量化.
相关概念视频
Parametric Survival Analysis: Weibull and Exponential Methods
450
Parametric survival analysis models survival data by assuming a specific probability distribution for the time until an event occurs. The Weibull and exponential distributions are two of the most commonly used methods in this context, due to their versatility and relatively straightforward application.
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...
450
Kaplan-Meier Approach
154
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,...
154
Introduction To Survival Analysis
251
Survival analysis is a statistical method used to study time-to-event data, where the "event" might represent outcomes like death, disease relapse, system failure, or recovery. A unique feature of survival data is censoring, which occurs when the event of interest has not been observed for some individuals during the study period. This requires specialized techniques to handle incomplete data effectively.
The primary goal of survival analysis is to estimate survival time—the time...
The primary goal of survival analysis is to estimate survival time—the time...
251
Comparing the Survival Analysis of Two or More Groups
201
Survival analysis is a cornerstone of medical research, used to evaluate the time until an event of interest occurs, such as death, disease recurrence, or recovery. Unlike standard statistical methods, survival analysis is particularly adept at handling censored data—instances where the event has not occurred for some participants by the end of the study or remains unobserved. To address these unique challenges, specialized techniques like the Kaplan-Meier estimator, log-rank test, and...
201
Assumptions of Survival Analysis
136
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.
136
Survival Tree
88
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...
88


