paper-with-me

Papers

Unsupervised Pre-Training on Patient Population Graphs for Patient-Level Predictions

2022-03-23 · Chantal Pellegrini, Anees Kazi, Nassir Navab

Pre-training has shown success in different areas of machine learning, such as Computer Vision (CV), Natural Language Processing (NLP) and medical imaging. However, it has not been fully explored for clinical data analysis. Even though an immense amount of Electronic Health Record (EHR) data is recorded, data and labels can be scarce if the data is collected in small hospitals or deals with rare diseases. In such scenarios, pre-training on a larger set of EHR data could improve the model performance. In this paper, we apply unsupervised pre-training to heterogeneous, multi-modal EHR data for patient outcome prediction. To model this data, we leverage graph deep learning over population graphs. We first design a network architecture based on graph transformer designed to handle various input feature types occurring in EHR data, like continuous, discrete, and time-series features, allowing better multi-modal data fusion. Further, we design pre-training methods based on masked imputation to pre-train our network before fine-tuning on different end tasks. Pre-training is done in a fully unsupervised fashion, which lays the groundwork for pre-training on large public datasets with different tasks and similar modalities in the future. We test our method on two medical datasets of patient records, TADPOLE and MIMIC-III, including imaging and non-imaging features and different prediction tasks. We find that our proposed graph based pre-training method helps in modeling the data at a population level and further improves performance on the fine tuning tasks in terms of AUC on average by 4.15% for MIMIC and 7.64% for TADPOLE.

📄 PDF Abstract BibTeX arXiv:2203.12616

Code (2)

chantalmp/unsupervised-pre-training-on-patient-population-graphs-for-patient-level-predictions 공식 구현 pytorch
chantalmp/unsupervised_pre-training_of_graph_transformers_on_patient_population_graphs pytorch

Tasks

Disease PredictionImputationLength-of-Stay predictionUnsupervised Pre-training

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
LapEigen 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Unsupervised pre-training of graph transformers on patient population graphs

2022-07-21 · Chantal Pellegrini, Nassir Navab, Anees Kazi

Pre-training has shown success in different areas of machine learning, such as Computer Vision, Natural Language Processing (NLP), and medical imaging. However, it has not been fully explored for clinical data analysis. …

Language ModelingLanguage ModellingMasked Language ModelingTransfer Learning+1

Learning Tasks for Multitask Learning: Heterogenous Patient Populations in the ICU

2018-06-07 · Harini Suresh, Jen J. Gong, John Guttag

Machine learning approaches have been effective in predicting adverse outcomes in different clinical settings. These models are often developed and evaluated on datasets with heterogeneous patient populations. However, g…

PerCaM-Health: Personalized Dynamic Causal Graphs for Healthcare Reasoning

2026-05-08 · Elahe Khatibi, Ziyu Wang, Saba A. Farahani, Di Huang 외 arxiv

Personalized healthcare decisions require reasoning about how physiological and behavioral variables influence an individual patient over time. Existing temporal causal discovery methods are poorly matched to this settin…

Contrastive Graph Learning for Population-based fMRI Classification

2022-03-26 · Xuesong Wang, Lina Yao, Islem Rekik, Yu Zhang

Contrastive self-supervised learning has recently benefited fMRI classification with inductive biases. Its weak label reliance prevents overfitting on small medical datasets and tackles the high intraclass variances. Non…

ClassificationFunctional ConnectivityGraph LearningSelf-Supervised Learning

HemaGraph: Breaking Barriers in Hematologic Single Cell Classification with Graph Attention

2024-02-28 · Lorenzo Bini, Fatemeh Nassajian Mojarrad, Thomas Matthes, Stéphane Marchand-Maillet

In the realm of hematologic cell populations classification, the intricate patterns within flow cytometry data necessitate advanced analytical tools. This paper presents 'HemaGraph', a novel framework based on Graph Atte…

ClassificationGraph AttentionMulti-class Classification