SlideShare a Scribd company logo
Early Hospital Mortality Prediction using
Vital Signals
By
Reza Sadeghi
http://knoesis.org/Reza
2
Outline
• The importance of early hospital mortality prediction
• Challenges in early mortality prediction in ICU patients
• Previous work pros and cons
• Our proposed methods
• Experiments
• Conclusion
• More accurate and quick decision provides more benefit for patients and
health care resources
1. ICU departments consume 22% of total hospital costs in the United States [1]
2. Increasing ICU length of stay is associated with higher 1-year mortality [2]
[1] Tan, S. S., Bakker, J., Hoogendoorn, M. E., Kapila, A., Martin, J., Pezzi, A., ... & Hakkaart-van Roijen, L. (2012). Direct cost analysis of intensive care
unit stay in four European countries: applying a standardized costing methodology. Value in health, 15(1), 81-86.
[2] Moitra, V. K., Guerra, C., Linde-Zwirble, W. T., & Wunsch, H. (2016). Relationship between ICU length of stay and long-term mortality for elderly ICU
survivors. Critical care medicine, 44(4), 655.
3
Why early mortality prediction is important?
• The highly monitoring ICU patient’s provides huge amount of data
4
How can we contribute to this field?
• Increasing the intensivists staffs is not associated with improved mortality
• The higher quality and lower cost of treatment
Challenges in early mortality prediction
in ICU patients
• Big data
2.4 TB The MIMIC-III Waveform Database Matched Subset
• Real time application
• Costly fault
• Missing data
• Comorbidity
5
Hot topic
6
Previous work pros and cons
Score based models
Customized models
Data mining models
- perform better than traditional scores
- refined for use within specified geographical areas
- patients may suffering from heterogeneous diseases then selecting the
proper model is hard job
- rely on simple statistical models
- extracting features from Electronic Medical Records
- only few models are designed for early mortality
- low discrimination power
- many of them required attributes which are not always available at ICU
admission
- higher performance rather than the previous methods
- descriptive modelling as it explains hidden clinical implications
- Predictive models are not constant and comparable.
- it depends on the population of interest, the variables measured and the
outcome being tested
Our main contributions
• No dependency on many clinical records which contain missing
values
• A signal-based model for early mortality prediction
• Faster feedback to healthcare professionals
• A clinical decision support system which focuses on using only the
initial one hour of heart rate signal
8
MIMIC-III
9
The age distribution over the Whole MIMIC-III and the
Matched Subset
• MIMIC-III database comprising the
records of 46520 patients (Clinical
Database records)
• The Matched Subset contains records of
10282 patients (Waveform Database
records)
• 2.4 TB The MIMIC-III Waveform
Database Matched Subset
Causality
10
diseases of the
circulatory system
• CCU: Coronary (or cardiac) Intensive Care Unit that takes patients who have
cardiac-related problems
• High heart rate has been shown to be an independent risk factor for all-cause
and cardiovascular death in general population studies [1]
• Epidemiological studies have reported increased risk of cardiovascular disease,
cancer and all-cause mortality with greater resting heart rate [2]
[1]https://www.medicographia.com/2010/07/recommendations-on-how-to-measure-resting-heart-rate/
[2] Aune, D., Sen, A., ó'Hartaigh, B., Janszky, I., Romundstad, P. R., Tonstad, S., & Vatten, L. J. (2017). Resting heart rate and
the risk of cardiovascular disease, total cancer, and all-cause mortality–A systematic review and dose–response meta-analysis of
prospective studies. Nutrition, Metabolism and Cardiovascular Diseases, 27(6), 504-517
Signal processing
11
• Handling noise due to different recording systems
Moving average filtering
• Fair comparison signals with different sampling rates and lengths
Resampling using the anti-aliasing finite impulse response low-pass filter
Considering only the initial one hour
Feature extraction
Each signal is described in terms of 12 statistical
and signal-based features
12
Column Feature
Passed away
patients
Alive
patients
1 Maximum 97.82 90.92
2 Minimum 80.69 76.24
3 Mean 88.46 81.92
4 Median 88.45 81.81
5 Mode 85.25 79.98
6 Standard deviation 2.63 2.25
7 Variance 15.84 11.56
8 Range 17.13 14.68
9 Kurtosis 17.48 17.85
10 Skewness 0.83 1.02
11 Averaged power 8186.02 7045.04
12 Energy spectral density 5114.78 4420.38
Unbiased and efficient modeling
• Avoid biasing toward majority class (Imbalance data challenging)
Using adaptive semi-unsupervised weighted oversampling (A-SUWO)
• Robust against time dependency of samples
Design experiments based on 10-fold cross-validation strategy
• Handling high computational complexity of big data
Leveraging parallel programming
• Efficiency vs. Transparency
Comparing both black-box and interpretable classifiers
13
Classification
14
Classifier Precision Recall F1-score Interpretability
Random forest 0.97 0.97 0.97 Hard
Gaussian SVM 0.95 0.96 0.96 Hard
Decision tree 0.90 0.92 0.91 Easy
Boosted trees 0.91 0.83 0.87 Hard
K-NN 0.80 0.85 0.82 Hard
Logistic regression 0.77 0.67 0.72 Easy
Linear
Discriminant
0.78 0.66 0.71 Easy
Linear SVM 0.80 0.63 0.70 Easy
Transparency
15
Gini index
𝐺𝐷𝐼 = 1 −
𝑖
𝑝 𝑖
2
Feature importance
16
It is end of the beginning
• Easy to interpret features for physicians
• Analyzing other vital signs
• Monitoring treatments (Injections, transitions, …)
• Other intensive care unites
• Extension to other wards of hospital
• Real time decision making
• …
17
Steps to explainable
clinical decision support systems
• Easy to interpret features from different signs such as heart rate variability, electrodermal activity, body
movement, and temperature
• Meeting with physicians
• Tracking subjects via different activities
• Focus on time domain features vs frequency ones
• Using interpretable classifier vs black-boxes such as DNN(CNN, LSTM, …)
• Publishing code and data
• …..
18
Slides, Paper, and code of this project are
accessible via
http://knoesis.org/Reza
Thank you for your attention!
Extra
• Gini index
𝐺𝐷𝐼 = 1 −
𝑖
(𝑝 𝑖 )2
• The risk of splitting
𝑅𝑖𝑠𝑘 𝑥 = 𝐺𝐷𝐼 𝑥 . 𝑃𝑟𝑜𝑏𝑎𝑏𝑖𝑙𝑖𝑡𝑦(𝑥)
• The node probability is defined as the number of records reaching the node,
divided by the total number of records.
• We utilize a resampling method called adaptive semi-unsupervised
weighted oversampling (A-SUWO)
20
Missing Data Type:
1. Missing completely at random (MCAR)
2. Missing at random (MAR)
3. Missing not at random (MNAR)
Missing Data Handling methods:
1. Interpretation
2. Ignoring those records from the dataset that are not
complete
3. Substitute the missing value by the mean or mode
value of each attribute.
4. Predicted by using a learning algorithm, such as
Multiple Imputation or EMImputation
Imbalance data Handling:
1. Re-sampling : under sampling and
oversampling.
2. Making the classifier 'cost sensitive'
3. Hybrid method
4. One class classifiers
Data mining models issues
Interpretability:
1. Deep learning
2. Ensemble methods
Signal based features
The averaged power of a finite discrete-time
signal is defined as the mean of the signal’s energy
𝑃 =
𝐸
𝑛2 − 𝑛1 + 1
=
1
𝑛2 − 𝑛1 + 1
𝑛1
𝑛2
𝑆[𝑛]2
- The signal power is computed by taking the integral of the power spectral
density (PSD)
𝑃 =
∆𝑇
𝑁
𝑛=0
𝑁−1
𝑆[𝑛]𝑒−𝑖2𝜋𝜌
22

More Related Content

What's hot

IRJET- Chronic Kidney Disease Prediction based on Naive Bayes Technique
IRJET- Chronic Kidney Disease Prediction based on Naive Bayes TechniqueIRJET- Chronic Kidney Disease Prediction based on Naive Bayes Technique
IRJET- Chronic Kidney Disease Prediction based on Naive Bayes Technique
IRJET Journal
 
Project on disease prediction
Project on disease predictionProject on disease prediction
Project on disease prediction
KOYELMAJUMDAR1
 
Heart Disease Identification Method Using Machine Learnin in E-healthcare.
Heart Disease Identification Method Using Machine Learnin in E-healthcare.Heart Disease Identification Method Using Machine Learnin in E-healthcare.
Heart Disease Identification Method Using Machine Learnin in E-healthcare.
SUJIT SHIBAPRASAD MAITY
 
A Survey on Heart Disease Prediction Techniques
A Survey on Heart Disease Prediction TechniquesA Survey on Heart Disease Prediction Techniques
A Survey on Heart Disease Prediction Techniques
ijtsrd
 
A web/mobile decision support system to improve medical diagnosis using a com...
A web/mobile decision support system to improve medical diagnosis using a com...A web/mobile decision support system to improve medical diagnosis using a com...
A web/mobile decision support system to improve medical diagnosis using a com...
TELKOMNIKA JOURNAL
 
A comparative analysis of classification techniques on medical data sets
A comparative analysis of classification techniques on medical data setsA comparative analysis of classification techniques on medical data sets
A comparative analysis of classification techniques on medical data sets
eSAT Publishing House
 
C omparative S tudy of D iabetic P atient D ata’s U sing C lassification A lg...
C omparative S tudy of D iabetic P atient D ata’s U sing C lassification A lg...C omparative S tudy of D iabetic P atient D ata’s U sing C lassification A lg...
C omparative S tudy of D iabetic P atient D ata’s U sing C lassification A lg...
Editor IJCATR
 
Diagnosis of rheumatoid arthritis using an ensemble learning approach
Diagnosis of rheumatoid arthritis using an ensemble learning approachDiagnosis of rheumatoid arthritis using an ensemble learning approach
Diagnosis of rheumatoid arthritis using an ensemble learning approach
csandit
 
Measuring the Effectiveness of eHealth Initiatives in Hospitals
Measuring the Effectiveness of eHealth Initiatives in HospitalsMeasuring the Effectiveness of eHealth Initiatives in Hospitals
Measuring the Effectiveness of eHealth Initiatives in Hospitals
Health Informatics New Zealand
 
Optimising sepsis treatment with reinforcement learning
Optimising sepsis treatment with reinforcement learningOptimising sepsis treatment with reinforcement learning
Optimising sepsis treatment with reinforcement learning
Mads Astvad
 
PERFORMANCE ANALYSIS OF MULTICLASS SUPPORT VECTOR MACHINE CLASSIFICATION FOR ...
PERFORMANCE ANALYSIS OF MULTICLASS SUPPORT VECTOR MACHINE CLASSIFICATION FOR ...PERFORMANCE ANALYSIS OF MULTICLASS SUPPORT VECTOR MACHINE CLASSIFICATION FOR ...
PERFORMANCE ANALYSIS OF MULTICLASS SUPPORT VECTOR MACHINE CLASSIFICATION FOR ...
ijcsa
 
The state of the art in behavioral machine learning for healthcare
The state of the art in behavioral machine learning for healthcareThe state of the art in behavioral machine learning for healthcare
The state of the art in behavioral machine learning for healthcare
Africa Perianez
 
Heart Disease Prediction using Machine Learning Algorithm
Heart Disease Prediction using Machine Learning AlgorithmHeart Disease Prediction using Machine Learning Algorithm
Heart Disease Prediction using Machine Learning Algorithm
ijtsrd
 
A NOVEL PROBABILISTIC ARTIFICIAL NEURAL NETWORKS APPROACH FOR DIAGNOSING HEAR...
A NOVEL PROBABILISTIC ARTIFICIAL NEURAL NETWORKS APPROACH FOR DIAGNOSING HEAR...A NOVEL PROBABILISTIC ARTIFICIAL NEURAL NETWORKS APPROACH FOR DIAGNOSING HEAR...
A NOVEL PROBABILISTIC ARTIFICIAL NEURAL NETWORKS APPROACH FOR DIAGNOSING HEAR...
ijfcstjournal
 
Optimising sepsis treatment with reinforcement learning - Matthieu Komorowski
Optimising sepsis treatment with reinforcement learning - Matthieu KomorowskiOptimising sepsis treatment with reinforcement learning - Matthieu Komorowski
Optimising sepsis treatment with reinforcement learning - Matthieu Komorowski
Mads Astvad
 
K-Nearest Neighbours based diagnosis of hyperglycemia
K-Nearest Neighbours based diagnosis of hyperglycemiaK-Nearest Neighbours based diagnosis of hyperglycemia
K-Nearest Neighbours based diagnosis of hyperglycemia
ijtsrd
 
Propose a Enhanced Framework for Prediction of Heart Disease
Propose a Enhanced Framework for Prediction of Heart DiseasePropose a Enhanced Framework for Prediction of Heart Disease
Propose a Enhanced Framework for Prediction of Heart Disease
IJERA Editor
 
A Heart Disease Prediction Model using Logistic Regression By Cleveland DataBase
A Heart Disease Prediction Model using Logistic Regression By Cleveland DataBaseA Heart Disease Prediction Model using Logistic Regression By Cleveland DataBase
A Heart Disease Prediction Model using Logistic Regression By Cleveland DataBase
ijtsrd
 

What's hot (18)

IRJET- Chronic Kidney Disease Prediction based on Naive Bayes Technique
IRJET- Chronic Kidney Disease Prediction based on Naive Bayes TechniqueIRJET- Chronic Kidney Disease Prediction based on Naive Bayes Technique
IRJET- Chronic Kidney Disease Prediction based on Naive Bayes Technique
 
Project on disease prediction
Project on disease predictionProject on disease prediction
Project on disease prediction
 
Heart Disease Identification Method Using Machine Learnin in E-healthcare.
Heart Disease Identification Method Using Machine Learnin in E-healthcare.Heart Disease Identification Method Using Machine Learnin in E-healthcare.
Heart Disease Identification Method Using Machine Learnin in E-healthcare.
 
A Survey on Heart Disease Prediction Techniques
A Survey on Heart Disease Prediction TechniquesA Survey on Heart Disease Prediction Techniques
A Survey on Heart Disease Prediction Techniques
 
A web/mobile decision support system to improve medical diagnosis using a com...
A web/mobile decision support system to improve medical diagnosis using a com...A web/mobile decision support system to improve medical diagnosis using a com...
A web/mobile decision support system to improve medical diagnosis using a com...
 
A comparative analysis of classification techniques on medical data sets
A comparative analysis of classification techniques on medical data setsA comparative analysis of classification techniques on medical data sets
A comparative analysis of classification techniques on medical data sets
 
C omparative S tudy of D iabetic P atient D ata’s U sing C lassification A lg...
C omparative S tudy of D iabetic P atient D ata’s U sing C lassification A lg...C omparative S tudy of D iabetic P atient D ata’s U sing C lassification A lg...
C omparative S tudy of D iabetic P atient D ata’s U sing C lassification A lg...
 
Diagnosis of rheumatoid arthritis using an ensemble learning approach
Diagnosis of rheumatoid arthritis using an ensemble learning approachDiagnosis of rheumatoid arthritis using an ensemble learning approach
Diagnosis of rheumatoid arthritis using an ensemble learning approach
 
Measuring the Effectiveness of eHealth Initiatives in Hospitals
Measuring the Effectiveness of eHealth Initiatives in HospitalsMeasuring the Effectiveness of eHealth Initiatives in Hospitals
Measuring the Effectiveness of eHealth Initiatives in Hospitals
 
Optimising sepsis treatment with reinforcement learning
Optimising sepsis treatment with reinforcement learningOptimising sepsis treatment with reinforcement learning
Optimising sepsis treatment with reinforcement learning
 
PERFORMANCE ANALYSIS OF MULTICLASS SUPPORT VECTOR MACHINE CLASSIFICATION FOR ...
PERFORMANCE ANALYSIS OF MULTICLASS SUPPORT VECTOR MACHINE CLASSIFICATION FOR ...PERFORMANCE ANALYSIS OF MULTICLASS SUPPORT VECTOR MACHINE CLASSIFICATION FOR ...
PERFORMANCE ANALYSIS OF MULTICLASS SUPPORT VECTOR MACHINE CLASSIFICATION FOR ...
 
The state of the art in behavioral machine learning for healthcare
The state of the art in behavioral machine learning for healthcareThe state of the art in behavioral machine learning for healthcare
The state of the art in behavioral machine learning for healthcare
 
Heart Disease Prediction using Machine Learning Algorithm
Heart Disease Prediction using Machine Learning AlgorithmHeart Disease Prediction using Machine Learning Algorithm
Heart Disease Prediction using Machine Learning Algorithm
 
A NOVEL PROBABILISTIC ARTIFICIAL NEURAL NETWORKS APPROACH FOR DIAGNOSING HEAR...
A NOVEL PROBABILISTIC ARTIFICIAL NEURAL NETWORKS APPROACH FOR DIAGNOSING HEAR...A NOVEL PROBABILISTIC ARTIFICIAL NEURAL NETWORKS APPROACH FOR DIAGNOSING HEAR...
A NOVEL PROBABILISTIC ARTIFICIAL NEURAL NETWORKS APPROACH FOR DIAGNOSING HEAR...
 
Optimising sepsis treatment with reinforcement learning - Matthieu Komorowski
Optimising sepsis treatment with reinforcement learning - Matthieu KomorowskiOptimising sepsis treatment with reinforcement learning - Matthieu Komorowski
Optimising sepsis treatment with reinforcement learning - Matthieu Komorowski
 
K-Nearest Neighbours based diagnosis of hyperglycemia
K-Nearest Neighbours based diagnosis of hyperglycemiaK-Nearest Neighbours based diagnosis of hyperglycemia
K-Nearest Neighbours based diagnosis of hyperglycemia
 
Propose a Enhanced Framework for Prediction of Heart Disease
Propose a Enhanced Framework for Prediction of Heart DiseasePropose a Enhanced Framework for Prediction of Heart Disease
Propose a Enhanced Framework for Prediction of Heart Disease
 
A Heart Disease Prediction Model using Logistic Regression By Cleveland DataBase
A Heart Disease Prediction Model using Logistic Regression By Cleveland DataBaseA Heart Disease Prediction Model using Logistic Regression By Cleveland DataBase
A Heart Disease Prediction Model using Logistic Regression By Cleveland DataBase
 

Similar to Chase presentation

A review on early hospital mortality prediction using vital signals
A review on early hospital mortality prediction using vital signalsA review on early hospital mortality prediction using vital signals
A review on early hospital mortality prediction using vital signals
Reza Sadeghi
 
Iot analytics in wearables
Iot analytics in wearables Iot analytics in wearables
Iot analytics in wearables
Jessica Willis
 
Clinical Genomics and Medicine
Clinical Genomics and MedicineClinical Genomics and Medicine
Clinical Genomics and Medicine
Warren Kibbe
 
Patient Selection for Primary Prevention Implantable Cardioverter Defibrillat...
Patient Selection for Primary Prevention Implantable Cardioverter Defibrillat...Patient Selection for Primary Prevention Implantable Cardioverter Defibrillat...
Patient Selection for Primary Prevention Implantable Cardioverter Defibrillat...
HMO Research Network
 
Patient Selection for Primary Prevention Implantable Cardioverter Defibrillat...
Patient Selection for Primary Prevention Implantable Cardioverter Defibrillat...Patient Selection for Primary Prevention Implantable Cardioverter Defibrillat...
Patient Selection for Primary Prevention Implantable Cardioverter Defibrillat...
HMO Research Network
 
Early hospital mortality prediction of intensive care unit patients using an ...
Early hospital mortality prediction of intensive care unit patients using an ...Early hospital mortality prediction of intensive care unit patients using an ...
Early hospital mortality prediction of intensive care unit patients using an ...
Reza Sadeghi
 
Journal Club: 2015 August; START study
Journal Club: 2015 August; START studyJournal Club: 2015 August; START study
Journal Club: 2015 August; START study
Sri Lanka College of Sexual Health and HIV Medicine
 
D1 0950 big data in healthcare hongkong2016
D1 0950 big data in healthcare hongkong2016D1 0950 big data in healthcare hongkong2016
D1 0950 big data in healthcare hongkong2016
Dr. Wilfred Lin (Ph.D.)
 
Jessica Rudd, PhD Student, Analytics and Data Science, Kennesaw State Univers...
Jessica Rudd, PhD Student, Analytics and Data Science, Kennesaw State Univers...Jessica Rudd, PhD Student, Analytics and Data Science, Kennesaw State Univers...
Jessica Rudd, PhD Student, Analytics and Data Science, Kennesaw State Univers...
MLconf
 
From the Archives, 2008:Clinical and Economic Advantages Implantable Defibril...
From the Archives, 2008:Clinical and Economic Advantages Implantable Defibril...From the Archives, 2008:Clinical and Economic Advantages Implantable Defibril...
From the Archives, 2008:Clinical and Economic Advantages Implantable Defibril...
David Lee Scher, MD
 
Clinical Prediction Rules
Clinical Prediction RulesClinical Prediction Rules
Clinical Prediction Rules
Jen-Hsiang Chuang
 
Challenges and opportunities for machine learning in biomedical research
Challenges and opportunities for machine learning in biomedical researchChallenges and opportunities for machine learning in biomedical research
Challenges and opportunities for machine learning in biomedical research
FranciscoJAzuajeG
 
Using real-world evidence to investigate clinical research questions
Using real-world evidence to investigate clinical research questionsUsing real-world evidence to investigate clinical research questions
Using real-world evidence to investigate clinical research questions
Karin Verspoor
 
A Data-centric perspective on Data-driven healthcare: a short overview
A Data-centric perspective on Data-driven healthcare: a short overviewA Data-centric perspective on Data-driven healthcare: a short overview
A Data-centric perspective on Data-driven healthcare: a short overview
Paolo Missier
 
Deep Learning for EHR Data
Deep Learning for EHR DataDeep Learning for EHR Data
Deep Learning for EHR Data
Thi K. Tran-Nguyen, PhD
 
Machine Learning in Biology and Why It Doesn't Make Sense - Theo Knijnenburg,...
Machine Learning in Biology and Why It Doesn't Make Sense - Theo Knijnenburg,...Machine Learning in Biology and Why It Doesn't Make Sense - Theo Knijnenburg,...
Machine Learning in Biology and Why It Doesn't Make Sense - Theo Knijnenburg,...
Seattle DAML meetup
 
[DSC Europe 23][DigiHealth] Tomislav Krizan - AIMED
[DSC Europe 23][DigiHealth] Tomislav Krizan - AIMED[DSC Europe 23][DigiHealth] Tomislav Krizan - AIMED
[DSC Europe 23][DigiHealth] Tomislav Krizan - AIMED
DataScienceConferenc1
 
Medical Informatics: Computational Analytics in Healthcare
Medical Informatics: Computational Analytics in HealthcareMedical Informatics: Computational Analytics in Healthcare
Medical Informatics: Computational Analytics in Healthcare
NUS-ISS
 
Cadth 2015 c2 tt eincea_cadth_042015
Cadth 2015 c2 tt eincea_cadth_042015Cadth 2015 c2 tt eincea_cadth_042015
Cadth 2015 c2 tt eincea_cadth_042015
CADTH Symposium
 
Computer validation of e-source and EHR in clinical trials-Kuchinke
Computer validation of e-source and EHR in clinical trials-KuchinkeComputer validation of e-source and EHR in clinical trials-Kuchinke
Computer validation of e-source and EHR in clinical trials-Kuchinke
Wolfgang Kuchinke
 

Similar to Chase presentation (20)

A review on early hospital mortality prediction using vital signals
A review on early hospital mortality prediction using vital signalsA review on early hospital mortality prediction using vital signals
A review on early hospital mortality prediction using vital signals
 
Iot analytics in wearables
Iot analytics in wearables Iot analytics in wearables
Iot analytics in wearables
 
Clinical Genomics and Medicine
Clinical Genomics and MedicineClinical Genomics and Medicine
Clinical Genomics and Medicine
 
Patient Selection for Primary Prevention Implantable Cardioverter Defibrillat...
Patient Selection for Primary Prevention Implantable Cardioverter Defibrillat...Patient Selection for Primary Prevention Implantable Cardioverter Defibrillat...
Patient Selection for Primary Prevention Implantable Cardioverter Defibrillat...
 
Patient Selection for Primary Prevention Implantable Cardioverter Defibrillat...
Patient Selection for Primary Prevention Implantable Cardioverter Defibrillat...Patient Selection for Primary Prevention Implantable Cardioverter Defibrillat...
Patient Selection for Primary Prevention Implantable Cardioverter Defibrillat...
 
Early hospital mortality prediction of intensive care unit patients using an ...
Early hospital mortality prediction of intensive care unit patients using an ...Early hospital mortality prediction of intensive care unit patients using an ...
Early hospital mortality prediction of intensive care unit patients using an ...
 
Journal Club: 2015 August; START study
Journal Club: 2015 August; START studyJournal Club: 2015 August; START study
Journal Club: 2015 August; START study
 
D1 0950 big data in healthcare hongkong2016
D1 0950 big data in healthcare hongkong2016D1 0950 big data in healthcare hongkong2016
D1 0950 big data in healthcare hongkong2016
 
Jessica Rudd, PhD Student, Analytics and Data Science, Kennesaw State Univers...
Jessica Rudd, PhD Student, Analytics and Data Science, Kennesaw State Univers...Jessica Rudd, PhD Student, Analytics and Data Science, Kennesaw State Univers...
Jessica Rudd, PhD Student, Analytics and Data Science, Kennesaw State Univers...
 
From the Archives, 2008:Clinical and Economic Advantages Implantable Defibril...
From the Archives, 2008:Clinical and Economic Advantages Implantable Defibril...From the Archives, 2008:Clinical and Economic Advantages Implantable Defibril...
From the Archives, 2008:Clinical and Economic Advantages Implantable Defibril...
 
Clinical Prediction Rules
Clinical Prediction RulesClinical Prediction Rules
Clinical Prediction Rules
 
Challenges and opportunities for machine learning in biomedical research
Challenges and opportunities for machine learning in biomedical researchChallenges and opportunities for machine learning in biomedical research
Challenges and opportunities for machine learning in biomedical research
 
Using real-world evidence to investigate clinical research questions
Using real-world evidence to investigate clinical research questionsUsing real-world evidence to investigate clinical research questions
Using real-world evidence to investigate clinical research questions
 
A Data-centric perspective on Data-driven healthcare: a short overview
A Data-centric perspective on Data-driven healthcare: a short overviewA Data-centric perspective on Data-driven healthcare: a short overview
A Data-centric perspective on Data-driven healthcare: a short overview
 
Deep Learning for EHR Data
Deep Learning for EHR DataDeep Learning for EHR Data
Deep Learning for EHR Data
 
Machine Learning in Biology and Why It Doesn't Make Sense - Theo Knijnenburg,...
Machine Learning in Biology and Why It Doesn't Make Sense - Theo Knijnenburg,...Machine Learning in Biology and Why It Doesn't Make Sense - Theo Knijnenburg,...
Machine Learning in Biology and Why It Doesn't Make Sense - Theo Knijnenburg,...
 
[DSC Europe 23][DigiHealth] Tomislav Krizan - AIMED
[DSC Europe 23][DigiHealth] Tomislav Krizan - AIMED[DSC Europe 23][DigiHealth] Tomislav Krizan - AIMED
[DSC Europe 23][DigiHealth] Tomislav Krizan - AIMED
 
Medical Informatics: Computational Analytics in Healthcare
Medical Informatics: Computational Analytics in HealthcareMedical Informatics: Computational Analytics in Healthcare
Medical Informatics: Computational Analytics in Healthcare
 
Cadth 2015 c2 tt eincea_cadth_042015
Cadth 2015 c2 tt eincea_cadth_042015Cadth 2015 c2 tt eincea_cadth_042015
Cadth 2015 c2 tt eincea_cadth_042015
 
Computer validation of e-source and EHR in clinical trials-Kuchinke
Computer validation of e-source and EHR in clinical trials-KuchinkeComputer validation of e-source and EHR in clinical trials-Kuchinke
Computer validation of e-source and EHR in clinical trials-Kuchinke
 

More from Reza Sadeghi

Predicting Subjective Sleep Quality Using Objective Measurements in Older Adults
Predicting Subjective Sleep Quality Using Objective Measurements in Older AdultsPredicting Subjective Sleep Quality Using Objective Measurements in Older Adults
Predicting Subjective Sleep Quality Using Objective Measurements in Older Adults
Reza Sadeghi
 
Sleep quality prediction in caregivers using physiological signals
Sleep quality prediction in caregivers using physiological signalsSleep quality prediction in caregivers using physiological signals
Sleep quality prediction in caregivers using physiological signals
Reza Sadeghi
 
A review on Analyzing Multiple Medical Corpora Using Word Embedding
A review on Analyzing Multiple Medical Corpora Using Word EmbeddingA review on Analyzing Multiple Medical Corpora Using Word Embedding
A review on Analyzing Multiple Medical Corpora Using Word Embedding
Reza Sadeghi
 
A review on Exploiting experts’ knowledge for structure learning of bayesian ...
A review on Exploiting experts’ knowledge for structure learning of bayesian ...A review on Exploiting experts’ knowledge for structure learning of bayesian ...
A review on Exploiting experts’ knowledge for structure learning of bayesian ...
Reza Sadeghi
 
Signal processing of heart signals
Signal processing of heart signalsSignal processing of heart signals
Signal processing of heart signals
Reza Sadeghi
 
Strengthening support vector classifiers based on fuzzy logic and evolutionar...
Strengthening support vector classifiers based on fuzzy logic and evolutionar...Strengthening support vector classifiers based on fuzzy logic and evolutionar...
Strengthening support vector classifiers based on fuzzy logic and evolutionar...
Reza Sadeghi
 
Strengthening support vector classifiers based on fuzzy logic and evolutionar...
Strengthening support vector classifiers based on fuzzy logic and evolutionar...Strengthening support vector classifiers based on fuzzy logic and evolutionar...
Strengthening support vector classifiers based on fuzzy logic and evolutionar...
Reza Sadeghi
 
A review on typing on flat glass
A review on typing on flat glassA review on typing on flat glass
A review on typing on flat glass
Reza Sadeghi
 
Protégé
ProtégéProtégé
Protégé
Reza Sadeghi
 
Web navigation based on markov and anthology
Web navigation based on markov and anthologyWeb navigation based on markov and anthology
Web navigation based on markov and anthology
Reza Sadeghi
 
Modeling, Simulation and Analysis of Fuzzy Systems in Mat lab
Modeling, Simulation and Analysis of Fuzzy Systems in Mat labModeling, Simulation and Analysis of Fuzzy Systems in Mat lab
Modeling, Simulation and Analysis of Fuzzy Systems in Mat lab
Reza Sadeghi
 
Oracle log miner
Oracle log minerOracle log miner
Oracle log miner
Reza Sadeghi
 
Invitation for master thesis defence
Invitation for master thesis defenceInvitation for master thesis defence
Invitation for master thesis defence
Reza Sadeghi
 
Secure routing for wireless NANs
Secure routing for wireless NANsSecure routing for wireless NANs
Secure routing for wireless NANs
Reza Sadeghi
 

More from Reza Sadeghi (14)

Predicting Subjective Sleep Quality Using Objective Measurements in Older Adults
Predicting Subjective Sleep Quality Using Objective Measurements in Older AdultsPredicting Subjective Sleep Quality Using Objective Measurements in Older Adults
Predicting Subjective Sleep Quality Using Objective Measurements in Older Adults
 
Sleep quality prediction in caregivers using physiological signals
Sleep quality prediction in caregivers using physiological signalsSleep quality prediction in caregivers using physiological signals
Sleep quality prediction in caregivers using physiological signals
 
A review on Analyzing Multiple Medical Corpora Using Word Embedding
A review on Analyzing Multiple Medical Corpora Using Word EmbeddingA review on Analyzing Multiple Medical Corpora Using Word Embedding
A review on Analyzing Multiple Medical Corpora Using Word Embedding
 
A review on Exploiting experts’ knowledge for structure learning of bayesian ...
A review on Exploiting experts’ knowledge for structure learning of bayesian ...A review on Exploiting experts’ knowledge for structure learning of bayesian ...
A review on Exploiting experts’ knowledge for structure learning of bayesian ...
 
Signal processing of heart signals
Signal processing of heart signalsSignal processing of heart signals
Signal processing of heart signals
 
Strengthening support vector classifiers based on fuzzy logic and evolutionar...
Strengthening support vector classifiers based on fuzzy logic and evolutionar...Strengthening support vector classifiers based on fuzzy logic and evolutionar...
Strengthening support vector classifiers based on fuzzy logic and evolutionar...
 
Strengthening support vector classifiers based on fuzzy logic and evolutionar...
Strengthening support vector classifiers based on fuzzy logic and evolutionar...Strengthening support vector classifiers based on fuzzy logic and evolutionar...
Strengthening support vector classifiers based on fuzzy logic and evolutionar...
 
A review on typing on flat glass
A review on typing on flat glassA review on typing on flat glass
A review on typing on flat glass
 
Protégé
ProtégéProtégé
Protégé
 
Web navigation based on markov and anthology
Web navigation based on markov and anthologyWeb navigation based on markov and anthology
Web navigation based on markov and anthology
 
Modeling, Simulation and Analysis of Fuzzy Systems in Mat lab
Modeling, Simulation and Analysis of Fuzzy Systems in Mat labModeling, Simulation and Analysis of Fuzzy Systems in Mat lab
Modeling, Simulation and Analysis of Fuzzy Systems in Mat lab
 
Oracle log miner
Oracle log minerOracle log miner
Oracle log miner
 
Invitation for master thesis defence
Invitation for master thesis defenceInvitation for master thesis defence
Invitation for master thesis defence
 
Secure routing for wireless NANs
Secure routing for wireless NANsSecure routing for wireless NANs
Secure routing for wireless NANs
 

Recently uploaded

263778731218 Abortion Clinic /Pills In Harare ,
263778731218 Abortion Clinic /Pills In Harare ,263778731218 Abortion Clinic /Pills In Harare ,
263778731218 Abortion Clinic /Pills In Harare ,
sisternakatoto
 
How STIs Influence the Development of Pelvic Inflammatory Disease.pptx
How STIs Influence the Development of Pelvic Inflammatory Disease.pptxHow STIs Influence the Development of Pelvic Inflammatory Disease.pptx
How STIs Influence the Development of Pelvic Inflammatory Disease.pptx
FFragrant
 
Report Back from SGO 2024: What’s the Latest in Cervical Cancer?
Report Back from SGO 2024: What’s the Latest in Cervical Cancer?Report Back from SGO 2024: What’s the Latest in Cervical Cancer?
Report Back from SGO 2024: What’s the Latest in Cervical Cancer?
bkling
 
heat stroke and heat exhaustion in children
heat stroke and heat exhaustion in childrenheat stroke and heat exhaustion in children
heat stroke and heat exhaustion in children
SumeraAhmad5
 
Ocular injury ppt Upendra pal optometrist upums saifai etawah
Ocular injury  ppt  Upendra pal  optometrist upums saifai etawahOcular injury  ppt  Upendra pal  optometrist upums saifai etawah
Ocular injury ppt Upendra pal optometrist upums saifai etawah
pal078100
 
KDIGO 2024 guidelines for diabetologists
KDIGO 2024 guidelines for diabetologistsKDIGO 2024 guidelines for diabetologists
KDIGO 2024 guidelines for diabetologists
د.محمود نجيب
 
Physiology of Chemical Sensation of smell.pdf
Physiology of Chemical Sensation of smell.pdfPhysiology of Chemical Sensation of smell.pdf
Physiology of Chemical Sensation of smell.pdf
MedicoseAcademics
 
Knee anatomy and clinical tests 2024.pdf
Knee anatomy and clinical tests 2024.pdfKnee anatomy and clinical tests 2024.pdf
Knee anatomy and clinical tests 2024.pdf
vimalpl1234
 
How to Give Better Lectures: Some Tips for Doctors
How to Give Better Lectures: Some Tips for DoctorsHow to Give Better Lectures: Some Tips for Doctors
How to Give Better Lectures: Some Tips for Doctors
LanceCatedral
 
Basavarajeeyam - Ayurvedic heritage book of Andhra pradesh
Basavarajeeyam - Ayurvedic heritage book of Andhra pradeshBasavarajeeyam - Ayurvedic heritage book of Andhra pradesh
Basavarajeeyam - Ayurvedic heritage book of Andhra pradesh
Dr. Madduru Muni Haritha
 
Lung Cancer: Artificial Intelligence, Synergetics, Complex System Analysis, S...
Lung Cancer: Artificial Intelligence, Synergetics, Complex System Analysis, S...Lung Cancer: Artificial Intelligence, Synergetics, Complex System Analysis, S...
Lung Cancer: Artificial Intelligence, Synergetics, Complex System Analysis, S...
Oleg Kshivets
 
Evaluation of antidepressant activity of clitoris ternatea in animals
Evaluation of antidepressant activity of clitoris ternatea in animalsEvaluation of antidepressant activity of clitoris ternatea in animals
Evaluation of antidepressant activity of clitoris ternatea in animals
Shweta
 
NVBDCP.pptx Nation vector borne disease control program
NVBDCP.pptx Nation vector borne disease control programNVBDCP.pptx Nation vector borne disease control program
NVBDCP.pptx Nation vector borne disease control program
Sapna Thakur
 
Ophthalmology Clinical Tests for OSCE exam
Ophthalmology Clinical Tests for OSCE examOphthalmology Clinical Tests for OSCE exam
Ophthalmology Clinical Tests for OSCE exam
KafrELShiekh University
 
Light House Retreats: Plant Medicine Retreat Europe
Light House Retreats: Plant Medicine Retreat EuropeLight House Retreats: Plant Medicine Retreat Europe
Light House Retreats: Plant Medicine Retreat Europe
Lighthouse Retreat
 
HOT NEW PRODUCT! BIG SALES FAST SHIPPING NOW FROM CHINA!! EU KU DB BK substit...
HOT NEW PRODUCT! BIG SALES FAST SHIPPING NOW FROM CHINA!! EU KU DB BK substit...HOT NEW PRODUCT! BIG SALES FAST SHIPPING NOW FROM CHINA!! EU KU DB BK substit...
HOT NEW PRODUCT! BIG SALES FAST SHIPPING NOW FROM CHINA!! EU KU DB BK substit...
GL Anaacs
 
New Drug Discovery and Development .....
New Drug Discovery and Development .....New Drug Discovery and Development .....
New Drug Discovery and Development .....
NEHA GUPTA
 
MANAGEMENT OF ATRIOVENTRICULAR CONDUCTION BLOCK.pdf
MANAGEMENT OF ATRIOVENTRICULAR CONDUCTION BLOCK.pdfMANAGEMENT OF ATRIOVENTRICULAR CONDUCTION BLOCK.pdf
MANAGEMENT OF ATRIOVENTRICULAR CONDUCTION BLOCK.pdf
Jim Jacob Roy
 
Are There Any Natural Remedies To Treat Syphilis.pdf
Are There Any Natural Remedies To Treat Syphilis.pdfAre There Any Natural Remedies To Treat Syphilis.pdf
Are There Any Natural Remedies To Treat Syphilis.pdf
Little Cross Family Clinic
 
Maxilla, Mandible & Hyoid Bone & Clinical Correlations by Dr. RIG.pptx
Maxilla, Mandible & Hyoid Bone & Clinical Correlations by Dr. RIG.pptxMaxilla, Mandible & Hyoid Bone & Clinical Correlations by Dr. RIG.pptx
Maxilla, Mandible & Hyoid Bone & Clinical Correlations by Dr. RIG.pptx
Dr. Rabia Inam Gandapore
 

Recently uploaded (20)

263778731218 Abortion Clinic /Pills In Harare ,
263778731218 Abortion Clinic /Pills In Harare ,263778731218 Abortion Clinic /Pills In Harare ,
263778731218 Abortion Clinic /Pills In Harare ,
 
How STIs Influence the Development of Pelvic Inflammatory Disease.pptx
How STIs Influence the Development of Pelvic Inflammatory Disease.pptxHow STIs Influence the Development of Pelvic Inflammatory Disease.pptx
How STIs Influence the Development of Pelvic Inflammatory Disease.pptx
 
Report Back from SGO 2024: What’s the Latest in Cervical Cancer?
Report Back from SGO 2024: What’s the Latest in Cervical Cancer?Report Back from SGO 2024: What’s the Latest in Cervical Cancer?
Report Back from SGO 2024: What’s the Latest in Cervical Cancer?
 
heat stroke and heat exhaustion in children
heat stroke and heat exhaustion in childrenheat stroke and heat exhaustion in children
heat stroke and heat exhaustion in children
 
Ocular injury ppt Upendra pal optometrist upums saifai etawah
Ocular injury  ppt  Upendra pal  optometrist upums saifai etawahOcular injury  ppt  Upendra pal  optometrist upums saifai etawah
Ocular injury ppt Upendra pal optometrist upums saifai etawah
 
KDIGO 2024 guidelines for diabetologists
KDIGO 2024 guidelines for diabetologistsKDIGO 2024 guidelines for diabetologists
KDIGO 2024 guidelines for diabetologists
 
Physiology of Chemical Sensation of smell.pdf
Physiology of Chemical Sensation of smell.pdfPhysiology of Chemical Sensation of smell.pdf
Physiology of Chemical Sensation of smell.pdf
 
Knee anatomy and clinical tests 2024.pdf
Knee anatomy and clinical tests 2024.pdfKnee anatomy and clinical tests 2024.pdf
Knee anatomy and clinical tests 2024.pdf
 
How to Give Better Lectures: Some Tips for Doctors
How to Give Better Lectures: Some Tips for DoctorsHow to Give Better Lectures: Some Tips for Doctors
How to Give Better Lectures: Some Tips for Doctors
 
Basavarajeeyam - Ayurvedic heritage book of Andhra pradesh
Basavarajeeyam - Ayurvedic heritage book of Andhra pradeshBasavarajeeyam - Ayurvedic heritage book of Andhra pradesh
Basavarajeeyam - Ayurvedic heritage book of Andhra pradesh
 
Lung Cancer: Artificial Intelligence, Synergetics, Complex System Analysis, S...
Lung Cancer: Artificial Intelligence, Synergetics, Complex System Analysis, S...Lung Cancer: Artificial Intelligence, Synergetics, Complex System Analysis, S...
Lung Cancer: Artificial Intelligence, Synergetics, Complex System Analysis, S...
 
Evaluation of antidepressant activity of clitoris ternatea in animals
Evaluation of antidepressant activity of clitoris ternatea in animalsEvaluation of antidepressant activity of clitoris ternatea in animals
Evaluation of antidepressant activity of clitoris ternatea in animals
 
NVBDCP.pptx Nation vector borne disease control program
NVBDCP.pptx Nation vector borne disease control programNVBDCP.pptx Nation vector borne disease control program
NVBDCP.pptx Nation vector borne disease control program
 
Ophthalmology Clinical Tests for OSCE exam
Ophthalmology Clinical Tests for OSCE examOphthalmology Clinical Tests for OSCE exam
Ophthalmology Clinical Tests for OSCE exam
 
Light House Retreats: Plant Medicine Retreat Europe
Light House Retreats: Plant Medicine Retreat EuropeLight House Retreats: Plant Medicine Retreat Europe
Light House Retreats: Plant Medicine Retreat Europe
 
HOT NEW PRODUCT! BIG SALES FAST SHIPPING NOW FROM CHINA!! EU KU DB BK substit...
HOT NEW PRODUCT! BIG SALES FAST SHIPPING NOW FROM CHINA!! EU KU DB BK substit...HOT NEW PRODUCT! BIG SALES FAST SHIPPING NOW FROM CHINA!! EU KU DB BK substit...
HOT NEW PRODUCT! BIG SALES FAST SHIPPING NOW FROM CHINA!! EU KU DB BK substit...
 
New Drug Discovery and Development .....
New Drug Discovery and Development .....New Drug Discovery and Development .....
New Drug Discovery and Development .....
 
MANAGEMENT OF ATRIOVENTRICULAR CONDUCTION BLOCK.pdf
MANAGEMENT OF ATRIOVENTRICULAR CONDUCTION BLOCK.pdfMANAGEMENT OF ATRIOVENTRICULAR CONDUCTION BLOCK.pdf
MANAGEMENT OF ATRIOVENTRICULAR CONDUCTION BLOCK.pdf
 
Are There Any Natural Remedies To Treat Syphilis.pdf
Are There Any Natural Remedies To Treat Syphilis.pdfAre There Any Natural Remedies To Treat Syphilis.pdf
Are There Any Natural Remedies To Treat Syphilis.pdf
 
Maxilla, Mandible & Hyoid Bone & Clinical Correlations by Dr. RIG.pptx
Maxilla, Mandible & Hyoid Bone & Clinical Correlations by Dr. RIG.pptxMaxilla, Mandible & Hyoid Bone & Clinical Correlations by Dr. RIG.pptx
Maxilla, Mandible & Hyoid Bone & Clinical Correlations by Dr. RIG.pptx
 

Chase presentation

  • 1. Early Hospital Mortality Prediction using Vital Signals By Reza Sadeghi http://knoesis.org/Reza
  • 2. 2 Outline • The importance of early hospital mortality prediction • Challenges in early mortality prediction in ICU patients • Previous work pros and cons • Our proposed methods • Experiments • Conclusion
  • 3. • More accurate and quick decision provides more benefit for patients and health care resources 1. ICU departments consume 22% of total hospital costs in the United States [1] 2. Increasing ICU length of stay is associated with higher 1-year mortality [2] [1] Tan, S. S., Bakker, J., Hoogendoorn, M. E., Kapila, A., Martin, J., Pezzi, A., ... & Hakkaart-van Roijen, L. (2012). Direct cost analysis of intensive care unit stay in four European countries: applying a standardized costing methodology. Value in health, 15(1), 81-86. [2] Moitra, V. K., Guerra, C., Linde-Zwirble, W. T., & Wunsch, H. (2016). Relationship between ICU length of stay and long-term mortality for elderly ICU survivors. Critical care medicine, 44(4), 655. 3 Why early mortality prediction is important?
  • 4. • The highly monitoring ICU patient’s provides huge amount of data 4 How can we contribute to this field? • Increasing the intensivists staffs is not associated with improved mortality • The higher quality and lower cost of treatment
  • 5. Challenges in early mortality prediction in ICU patients • Big data 2.4 TB The MIMIC-III Waveform Database Matched Subset • Real time application • Costly fault • Missing data • Comorbidity 5
  • 7. Previous work pros and cons Score based models Customized models Data mining models - perform better than traditional scores - refined for use within specified geographical areas - patients may suffering from heterogeneous diseases then selecting the proper model is hard job - rely on simple statistical models - extracting features from Electronic Medical Records - only few models are designed for early mortality - low discrimination power - many of them required attributes which are not always available at ICU admission - higher performance rather than the previous methods - descriptive modelling as it explains hidden clinical implications - Predictive models are not constant and comparable. - it depends on the population of interest, the variables measured and the outcome being tested
  • 8. Our main contributions • No dependency on many clinical records which contain missing values • A signal-based model for early mortality prediction • Faster feedback to healthcare professionals • A clinical decision support system which focuses on using only the initial one hour of heart rate signal 8
  • 9. MIMIC-III 9 The age distribution over the Whole MIMIC-III and the Matched Subset • MIMIC-III database comprising the records of 46520 patients (Clinical Database records) • The Matched Subset contains records of 10282 patients (Waveform Database records) • 2.4 TB The MIMIC-III Waveform Database Matched Subset
  • 10. Causality 10 diseases of the circulatory system • CCU: Coronary (or cardiac) Intensive Care Unit that takes patients who have cardiac-related problems • High heart rate has been shown to be an independent risk factor for all-cause and cardiovascular death in general population studies [1] • Epidemiological studies have reported increased risk of cardiovascular disease, cancer and all-cause mortality with greater resting heart rate [2] [1]https://www.medicographia.com/2010/07/recommendations-on-how-to-measure-resting-heart-rate/ [2] Aune, D., Sen, A., ó'Hartaigh, B., Janszky, I., Romundstad, P. R., Tonstad, S., & Vatten, L. J. (2017). Resting heart rate and the risk of cardiovascular disease, total cancer, and all-cause mortality–A systematic review and dose–response meta-analysis of prospective studies. Nutrition, Metabolism and Cardiovascular Diseases, 27(6), 504-517
  • 11. Signal processing 11 • Handling noise due to different recording systems Moving average filtering • Fair comparison signals with different sampling rates and lengths Resampling using the anti-aliasing finite impulse response low-pass filter Considering only the initial one hour
  • 12. Feature extraction Each signal is described in terms of 12 statistical and signal-based features 12 Column Feature Passed away patients Alive patients 1 Maximum 97.82 90.92 2 Minimum 80.69 76.24 3 Mean 88.46 81.92 4 Median 88.45 81.81 5 Mode 85.25 79.98 6 Standard deviation 2.63 2.25 7 Variance 15.84 11.56 8 Range 17.13 14.68 9 Kurtosis 17.48 17.85 10 Skewness 0.83 1.02 11 Averaged power 8186.02 7045.04 12 Energy spectral density 5114.78 4420.38
  • 13. Unbiased and efficient modeling • Avoid biasing toward majority class (Imbalance data challenging) Using adaptive semi-unsupervised weighted oversampling (A-SUWO) • Robust against time dependency of samples Design experiments based on 10-fold cross-validation strategy • Handling high computational complexity of big data Leveraging parallel programming • Efficiency vs. Transparency Comparing both black-box and interpretable classifiers 13
  • 14. Classification 14 Classifier Precision Recall F1-score Interpretability Random forest 0.97 0.97 0.97 Hard Gaussian SVM 0.95 0.96 0.96 Hard Decision tree 0.90 0.92 0.91 Easy Boosted trees 0.91 0.83 0.87 Hard K-NN 0.80 0.85 0.82 Hard Logistic regression 0.77 0.67 0.72 Easy Linear Discriminant 0.78 0.66 0.71 Easy Linear SVM 0.80 0.63 0.70 Easy
  • 17. It is end of the beginning • Easy to interpret features for physicians • Analyzing other vital signs • Monitoring treatments (Injections, transitions, …) • Other intensive care unites • Extension to other wards of hospital • Real time decision making • … 17
  • 18. Steps to explainable clinical decision support systems • Easy to interpret features from different signs such as heart rate variability, electrodermal activity, body movement, and temperature • Meeting with physicians • Tracking subjects via different activities • Focus on time domain features vs frequency ones • Using interpretable classifier vs black-boxes such as DNN(CNN, LSTM, …) • Publishing code and data • ….. 18
  • 19. Slides, Paper, and code of this project are accessible via http://knoesis.org/Reza Thank you for your attention!
  • 20. Extra • Gini index 𝐺𝐷𝐼 = 1 − 𝑖 (𝑝 𝑖 )2 • The risk of splitting 𝑅𝑖𝑠𝑘 𝑥 = 𝐺𝐷𝐼 𝑥 . 𝑃𝑟𝑜𝑏𝑎𝑏𝑖𝑙𝑖𝑡𝑦(𝑥) • The node probability is defined as the number of records reaching the node, divided by the total number of records. • We utilize a resampling method called adaptive semi-unsupervised weighted oversampling (A-SUWO) 20
  • 21. Missing Data Type: 1. Missing completely at random (MCAR) 2. Missing at random (MAR) 3. Missing not at random (MNAR) Missing Data Handling methods: 1. Interpretation 2. Ignoring those records from the dataset that are not complete 3. Substitute the missing value by the mean or mode value of each attribute. 4. Predicted by using a learning algorithm, such as Multiple Imputation or EMImputation Imbalance data Handling: 1. Re-sampling : under sampling and oversampling. 2. Making the classifier 'cost sensitive' 3. Hybrid method 4. One class classifiers Data mining models issues Interpretability: 1. Deep learning 2. Ensemble methods
  • 22. Signal based features The averaged power of a finite discrete-time signal is defined as the mean of the signal’s energy 𝑃 = 𝐸 𝑛2 − 𝑛1 + 1 = 1 𝑛2 − 𝑛1 + 1 𝑛1 𝑛2 𝑆[𝑛]2 - The signal power is computed by taking the integral of the power spectral density (PSD) 𝑃 = ∆𝑇 𝑁 𝑛=0 𝑁−1 𝑆[𝑛]𝑒−𝑖2𝜋𝜌 22

Editor's Notes

  1. What I want to present today The Photo originated from https://articles.mercola.com/sites/articles/archive/2010/03/13/hospitals-now-kill-48000-in-us-per-year-up-nearly-500-percent.aspx
  2. First When patients stay at ICI longer, their mortality risk increases The Photo originated from https://www.rand.org/topics/health-care-cost-inflation n.Html
  3. But, The Photo originated from https://www.hospimedica.com/critical-care/articles/294772421/majority-of-icu-patient-alarms-are-clinically-irrelevant.html http://ihpi.umich.edu/news/impact-intensivists-patient-death-rates-complex-picture A decision support systems for intensivists
  4. And now what are the challenges we have? The Photo originated from http://www.etiometry.com/2017/01/24/1010/
  5. Some valuable recent studies indicate …. Is a hot topic and attracted a lot of attention The news titles accessible from internet: 1. Stanford's AI Predicts Death for Better End-of-Life Care https://spectrum.ieee.org/the-human-os/biomedical/diagnostics/stanfords-ai-predicts-death-for-better-end-of-life-care 2. NEW SOFTWARE MEASURES MORTALITY RISK AT ADMISSION https://ryortho.com/breaking/new-software-measures-mortality-risk-at-admission/ 3. TEAM DEVELOPS EARLY MORTALITY RISK PREDICTION TOOL FOR INTENSIVE CARE http://www.porthosp.nhs.uk/PHTNEWS/Team-develops-early-mortality-risk-prediction-tool-for-intensive-care.htm
  6. Constant -> DNN/ reproducible models Comparable -> missing data in data set
  7. Now, what are our main contributions? Focusing on the trends of vital signs
  8. What data we use in this research? Beth Israel Deaconess Medical Center between 2001 and 2012.
  9. So, this is a big data. Where we should start from? The diseases of circulatory system formed the biggest category of primary issues in the patients admissions recorded in the whole MIMIC-III.
  10. But, how we can use these signals for mortality prediction? First we should ….
  11. After pre-processing signals, we extracted 12 statistical and signal-based features The PSD is the Fourier transform of the biased estimate of the autocorrelation sequence. Skewness: skewness is a measure of the asymmetry of the probability distribution 
  12. But in practice we need an… To We need a trade off between
  13. The node probability is defined as the number of records reaching the node, divided by the total number of records.
  14. Image: https://greenlivingideas.com/2014/08/30/light-bulb-shapes-and-sizes/
  15. 1.interpretation: if an individual patients record has multiple entries missing, it may be explained that this is because they were regarded as being less sick than others, so they were not prioritized. Equally, the patient may have been regarded as being extremely sick, so they died before much can be done. Distinguishing these cases is not simple in the absence of other information. Missing not at random (MNAR) [2]-> [42] Substitute the missing value by the mean or mode value of each attribute. ("Replace Missing-Values“ filter in weka) Predicted by using a learning algorithm, such as Multiple Imputation or EMImputation [3] -> [44] [4,5] -> [42, 45]