菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-30
📄 Abstract - Simulating clinical interventions with a generative multimodal model of human physiology

Understanding how human health changes over time, and why responses to interventions vary between individuals, remains a central challenge in medicine. Here we present HealthFormer, a decoder-only transformer that models the human physiological trajectory generatively, by training on data from the Human Phenotype Project, a multi-visit cohort of over 15,000 deeply phenotyped individuals. We tokenise each participant's health trajectory across 667 measurements spanning seven domains: blood biomarkers, body composition, sleep physiology, continuous glucose monitoring, gut microbiome, wearable-derived physiology, and behaviour and medication exposure. We train HealthFormer to forecast individual physiological trajectories across these domains, and from this single generative objective a range of clinically relevant tasks can be expressed as queries on the model. We show that, without task-specific training, HealthFormer transfers to four independent cohorts and improves prediction for 27 of 30 incident-disease and mortality endpoints, exceeding established clinical risk scores in every comparison. We further show that the model can simulate interventions in silico: in a held-out personalised-nutrition trial, intervention-conditioned predictions recover individual six-month biomarker changes (e.g., Pearson r = 0.78 for diastolic blood pressure). Across 41 randomised intervention-outcome comparisons drawn from published trials, our results show that the predicted direction of effect agrees in every case, and the predicted mean falls within the reported 95% confidence interval in 30 cases. We position HealthFormer as an initial health world model, from which forecasting, risk stratification, and intervention-conditioned simulation arise as queries, providing a basis for clinical digital twins.

顶级标签: medical llm model training
详细标签: health prediction clinical intervention digital twin generative modeling physiological trajectory 或 搜索:

利用人体生理生成式多模态模型模拟临床干预 / Simulating clinical interventions with a generative multimodal model of human physiology


1️⃣ 一句话总结

本文提出了一个名为HealthFormer的AI模型,它通过学习超过1.5万人的多维度健康数据(如血液指标、睡眠、饮食等),能够预测个体未来的健康状况,并在计算机中模拟不同治疗方案的效果,从而帮助医生为不同患者选择最合适的干预措施。

源自 arXiv: 2604.27899