paper-with-me

Papers

BEHRT: Transformer for Electronic Health Records

2019-07-22 · Yikuan Li, Shishir Rao, Jose Roberto Ayala Solares, Abdelaali Hassaine, Dexter Canoy, Yajie Zhu, Kazem Rahimi, Gholamreza Salimi-Khorshidi

Today, despite decades of developments in medicine and the growing interest in precision healthcare, vast majority of diagnoses happen once patients begin to show noticeable signs of illness. Early indication and detection of diseases, however, can provide patients and carers with the chance of early intervention, better disease management, and efficient allocation of healthcare resources. The latest developments in machine learning (more specifically, deep learning) provides a great opportunity to address this unmet need. In this study, we introduce BEHRT: A deep neural sequence transduction model for EHR (electronic health records), capable of multitask prediction and disease trajectory mapping. When trained and evaluated on the data from nearly 1.6 million individuals, BEHRT shows a striking absolute improvement of 8.0-10.8%, in terms of Average Precision Score, compared to the existing state-of-the-art deep EHR models (in terms of average precision, when predicting for the onset of 301 conditions). In addition to its superior prediction power, BEHRT provides a personalised view of disease trajectories through its attention mechanism; its flexible architecture enables it to incorporate multiple heterogeneous concepts (e.g., diagnosis, medication, measurements, and more) to improve the accuracy of its predictions; and its (pre-)training results in disease and patient representations that can help us get a step closer to interpretable predictions.

📄 PDF Abstract BibTeX arXiv:1907.09538

Code (1)

yikuanli/BEHRT 공식 구현 pytorch

Tasks

Management

Similar Papers 제목 키워드 기반

Hi-BEHRT: Hierarchical Transformer-based model for accurate prediction of clinical events using multimodal longitudinal electronic health records

2021-06-21 · Yikuan Li, Mohammad Mamouei, Gholamreza Salimi-Khorshidi, Shishir Rao 외

Electronic health records represent a holistic overview of patients' trajectories. Their increasing availability has fueled new hopes to leverage them and develop accurate risk prediction models for a wide range of disea…

ExBEHRT: Extended Transformer for Electronic Health Records to Predict Disease Subtypes & Progressions

2023-03-22 · Maurice Rupp, Oriane Peter, Thirupathi Pattipaka

In this study, we introduce ExBEHRT, an extended version of BEHRT (BERT applied to electronic health records), and apply different algorithms to interpret its results. While BEHRT considers only diagnoses and patient age…

Translational Gaps in Graph Transformers for Longitudinal EHR Prediction: A Critical Appraisal of GT-BEHRT

2026-01-20 · Krish Tadigotla arxiv

Transformer-based models have improved predictive modeling on longitudinal electronic health records through large-scale self-supervised pretraining. However, most EHR transformer architectures treat each clinical encoun…

Representation Learning

Targeted-BEHRT: Deep learning for observational causal inference on longitudinal electronic health records

2022-02-07 · Shishir Rao, Mohammad Mamouei, Gholamreza Salimi-Khorshidi, Yikuan Li 외

Observational causal inference is useful for decision making in medicine when randomized clinical trials (RCT) are infeasible or non generalizable. However, traditional approaches fail to deliver unconfounded causal conc…

Causal InferenceDecision Making

Serialized EHR make for good text representations

2025-10-11 · Zhirong Chou, Quan Qin, Shi Li arxiv

The emergence of foundation models in healthcare has opened new avenues for learning generalizable representations from large scale clinical data. Yet, existing approaches often struggle to reconcile the tabular and even…