SlideShare a Scribd company logo
1 of 31
Download to read offline
Deep Learning in Healthcare
NUS Healthcare AI Datahon and Expo 2018
Hector Yee @eigenhector
Staff Software Engineer, Google AI: Healthcare
Some slide credits: Greg Corrado, Eyal Oren, Kai Chen, Jimbo Wilson, Jack Po
About the speaker
● ML on EHR & medical waveforms
● Image search
● Self-driving car perception
● Youtube personalized video recommendations
● Virtual reality
● Airbnb smart pricing, Shrek 2, Star wars, C&C
games etc
● Affiliations - Google
Published a single approach for predicting variety of events
SOURCE: Landrigan et al., “Temporal Trends in Rates of Patient Harm Resulting from Medical Care.” NEJM 2010;363(22): 2124–34.
1 in 4
Patients will have an adverse event in a hospitalization
(e.g. too much of medication, cardiac arrest, having to be readmitted).
If ML can predict them, maybe doctors can prevent them.
Opportunity: Care management / decision support
Care management / decision support
Conjecture: Machine Learning can assist in everyday care decision making,
improving care quality, lowering costs, and catching errors.
Example: Smart EMR helps inpatient providers stay on top of care.
Forecast: High likelihood of success, but may take decades.
Challenges:
● Data portability and inconsistency.
● Correlation vs causation.
● Establishing what kind of help providers really need.
● Rigorous evaluation of clinical value and reliability.
>85%
of US hospitals
now use EHRs
THE GOOD
~150k
measurements
per hospitalization
● Most of the entered data are
never used even by humans
● Data are idiosyncratic,
incomplete, inconsistent.
● Almost all ML models ignore
unstructured data like notes
THE BAD
>85%
of US hospitals
now use EHRs
THE GOOD
~150k
measurements
per hospitalization
● Most of the entered data are
never used even by humans
● Data are idiosyncratic,
incomplete, inconsistent.
● Almost all ML models ignore
unstructured data like notes
THE BAD
Show that ML predictions that use more of the EHR,
can offer more value in supporting care decisions
THE RESEARCH GOAL
>85%
of US hospitals
now use EHRs
THE GOOD
~150k
measurements
per hospitalization
1. Many different data schemas
2. Many coding systems and codes
3. Many variables, unclear which to use
The data is messy
Problem #1 : many different data schemas
glucose random urine, pre-hospital blood glucose (mg/dl), serum blood glucose, glucose 1 hour,
glucose-6-phosphate dehydrogenase screen rbc quantitative, action / effect on blood glucose possible side
effects, glucose csf, glucose mg/dl (manual entry), glucose body fluid, blood glucose monitoring, glucose
(manual entry), glucose fasting - external, glucose meter download, glucose water intake (ml), glucose 2
hour, glucose fasting (pregnant) 2 hr gtt, glucose fast'g preg, glucose whole blood, blood glucose meter,
glucose 2 hour - external, glucose plasma (external lab), glucose loading screen, poct glucose, glucose - pre
arrival lab, blood glucose (mg/dl)- manual entry, glucose, estim. avg glucose (eag) (external lab), glucose
fasting, glucose 3 hour (external lab), target glucose values, glucose 60 minute, poct glucose urine, urine
glucose, glucose 1 hour - external, glucose (ua), glucose 120 mins, glucose loading screen - external, glucose
180 mins, glucose non-fasting, mean plasma glucose (external lab), glucose ur
If we wanted to use the patient’s “glucose” in a model,
which of these measurements are synonyms?
Problem #2 : many different codes
Synonyms are actually a common problem in text
Example Discharge Note
81 year-old female with a history of CAD s/p MI with stent
placed 1 year ago, presenting with abdominal pain radiating
to the back. CT showed multiple stones in a dilated CBD. She
was found to have elevated liver enzymes.
Labs were notable for a leukocytosis to 23, markedly elevated
liver and pancreatic enzymes, but hemodynamically stable
and was afebrile. Placed a stent in her CBD and extracted
multiple stones.
She was given levo and flagyl. She was transferred back to
the floor for monitoring. She is currently afebrile, BP 130/58,
HR 90 satting 98% on 2L by nc.
Variants of “levo” in real notes
levohped, levophase, phenylephrineand, levoqin,
levophenpressors, levothroid, neosynephrine, levocardia,
levofolx, levopment, levoq, levoguin, levocarnitine,
levophedd, levo, levoscoliotic, levoconcave, pressorts,
levoalbuterol, pressorand, levobunolol, levodopa,
phenylephrine, levoquen, levopohed, levopehd,
vasopressinn, levohed, vasopressinf, levohphed, levofl,
levolar, norepinephrine, levofed, dopaminergic, levof,
levora, levophed, levophen, pressores, levophend,
pressorer, phenylephrined, pressore, pressor, pressorxl,
vasopressin, levoconvexity, vasopressors, vasopressor,
levocurvature, pressorss, levop, vasostriction, pressors,
vasopressine, levophedpatient, epinephrine, levoped,
pressory, dopamine, levoflacin, levophe, levophedrine,
levoflxicin, levoscoliosis, levoconvex, vasopressing,
levosoliosis, levoiphed, levotiracetam
Yes, Google is still head-over-heels for word embeddings
SOURCE: Mikolov et al., “Efficient Estimation of Word Representations in Vector Space.” ICLR 2013
Reflux
Diabetes
Influenza
Cancer
Hypertension
Stroke
Hyperlipidemia
Depression
Obesity
Sucralfate
Metformin
Ribavirin
Cisplatin
Metoprolol
Dipyridamole
Gemfibrozil
Fluoxetine
Orlistat
Disease - DrugCountry - CapitalMale - Female
Nearest neighbors in embeddings from medical text
arrhytmias
dysrhythmias
tachyarrhythmias
bradyarrhytmias
arrhythmia
Neo
neosynephrine
Levophed
Dopa
levo hd
crrt
hemo
cvvhd
esrd
1. Many different data schemas:
use FHIR
2. Many coding systems and codes:
learn embeddings
3. Many variables, unclear which to use:
use all & let the model learn
How we handle healthcare data in our models
Dataset A Dataset B Dataset C Dataset D
FHIR representation
TensorFlow
FHIR as internal datastructure
Single FHIR-based pipeline to train models for 6+ healthcare systems
What past history
should you review
about the patient?
What you need to know
about the patient’s
current state?
What are
opportunities to
intervene?
What are the risks of
future outcomes?
18
Models that work at hospital 1 don’t work at hospital 2
Models can be used across health systems
Sequence models have access to the entire patient’s record
● Each hospital records data in idiosyncratic data-structures and formats
● Models built on a given hospital don’t work with data from a different hospital
Single FHIR-based pipeline to train models for 6+ healthcare systems
What past history
should you review
about the patient?
What you need to know
about the patient’s
current state?
What are
opportunities to
intervene?
What are the risks of
future outcomes?
19
Models that work at hospital 1 don’t work at hospital 2
Models can be used across health systems
Sequence models have access to the entire patient’s record
● We map data from multiple sites to a single format based on FHIR
● No manual harmonization of data (data remains in idiosyncratic terminologies)
● Through use of embeddings, data is implicitly harmonized
Single FHIR-based pipeline to train models for 6+ healthcare systems
What past history
should you review
about the patient?
What you need to know
about the patient’s
current state?
What are
opportunities to
intervene?
What are the risks of
future outcomes?
20
Models that work at hospital 1 don’t work at hospital 2
Models can be used across health systems
Sequence models have access to the entire patient’s record
● We temporally sequence all data (tokenized FHIR resources that are embedded) for each patient
into a timeline
● Single data structure used for all predictions
● Large variety of input data:
○ Coded diagnoses / procedures
○ Time series of labs, vitals, medications
○ Semi-structured nursing flowsheets
○ Clinical notes
● Wide range of benchmark prediction tasks:
○ 30-day unplanned readmission (a high-cost adverse event)
○ Hospital length-of-stay (for hospital operations)
○ In-hospital mortality (as early warning system)
○ Diagnosis codes (auto-suggest problem list)
Single FHIR-based pipeline to train models for 6+ healthcare systems
Confidential + Proprietary
More accurate predictions, and sooner too.
● Predict in-hospital mortality
before, at, and after admission
Confidential + Proprietary
More accurate predictions, and sooner too.
● Predict in-hospital mortality
before, at, and after admission
● Baseline: 39 standard risk factors
fed to logistic regression.
0.87 AUC @ +24 hours
● Deep Learning: Eat the FHIR stream
0.90 AUC @ 0 hours
0.93 AUC @ +24 hours
Confidential + Proprietary
In the paper “Deep learning” is an Ensemble
Behind the scenes : boosting
● Linear, convex model (boosting) did really well
○ Classic competitive baseline for Deep models
■ Paper used embed + 2 layers + noise 4 regularization
○ Binarize time sequences
○ Detecting label leaks via direct interpretability
○ Fast to train (~5 minutes per task, interactive)
○ Enable 1 vs all ICD9 level feature mining
○ Derived applications
■ Human in the loop model training
Human In the Loop training w/ Kai C., Jimbo W., Alvin R.
Session log Interactive (one round)
INFO: Reading initial training data. Please wait.
INFO: Training done after Iteration 0. New model:
--- Old Predicates ---
--- New Predicates ---
[ 0, Y, -0.0232] #:Composition.section.text.div.tokenized nicu >= 2
[ 1, Y, 0.0235] #:[Base excess in Blood by calculation] >= 2
[ 2, Y, 0.0234] Context age_in_years >= 60.000000 @ t <= 1.000000
[ 12, Y, -0.0234] E:Composition.section.text.div.tokenized neonatology
[ 19, Y, -0.0212] E:Context Patient.gendermale
[ 31, Y, 0.0233] E:[Erythrocytes [#/volume] in Blood by Automated count]
[ 32, Y, 0.0232] E:[Hemoglobin [Mass/volume] in Blood]
[ 40, Y, -2.3079] TRUE
New Model Test Score: 0.731937, Rules: 41
BOOST> d 2 3 3 4 5 6 9 10 13 15 1 18 19 20 1 21 22 23 24 25 26 30 31 32 33 34 35 36 37 38 39
BOOST> score
Test Score: 0.685877
Human in the Loop interactive model building
Is Human + AI > AI?
● Human models are smaller
● More trusted
○ E.g. machine models might use
○ “echocardiogram”
Validation AUC vs full dataset iterations
Neurology Cardiology Anesthesia
Intensive Care Consumers
Medical
Waveforms
● First line diagnostics by providers
● Increasingly available to patients
directly
● Data collected with high precision
(>200Hz) and then dropped on the
floor.
● Waveforms IT systems and processes
typically much less integrated into
EHRs (thus much easier to change).
My latest projects
313131
Thanks!
On behalf of everyone
at Google Research

More Related Content

What's hot

Project on disease prediction
Project on disease predictionProject on disease prediction
Project on disease predictionKOYELMAJUMDAR1
 
Disease prediction in big data healthcare using extended convolutional neural...
Disease prediction in big data healthcare using extended convolutional neural...Disease prediction in big data healthcare using extended convolutional neural...
Disease prediction in big data healthcare using extended convolutional neural...IJAAS Team
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Machine Learning for Disease Prediction
Machine Learning for Disease PredictionMachine Learning for Disease Prediction
Machine Learning for Disease PredictionMustafa Oğuz
 
Heart Disease Prediction Using Data Mining Techniques
Heart Disease Prediction Using Data Mining TechniquesHeart Disease Prediction Using Data Mining Techniques
Heart Disease Prediction Using Data Mining TechniquesIJRES Journal
 
Heart Disease Prediction Using Associative Relational Classification Techniq...
Heart Disease Prediction Using Associative Relational  Classification Techniq...Heart Disease Prediction Using Associative Relational  Classification Techniq...
Heart Disease Prediction Using Associative Relational Classification Techniq...IJMER
 
Deep-learning-or-health-informatics-recent-trends-and-future-directions By Ra...
Deep-learning-or-health-informatics-recent-trends-and-future-directions By Ra...Deep-learning-or-health-informatics-recent-trends-and-future-directions By Ra...
Deep-learning-or-health-informatics-recent-trends-and-future-directions By Ra...raihansikdar
 
PSO-An Intellectual Technique for Feature Reduction on Heart Malady Anticipat...
PSO-An Intellectual Technique for Feature Reduction on Heart Malady Anticipat...PSO-An Intellectual Technique for Feature Reduction on Heart Malady Anticipat...
PSO-An Intellectual Technique for Feature Reduction on Heart Malady Anticipat...Sivagowry Shathesh
 
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 data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networksA data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networksIAEME Publication
 
Psdot 14 using data mining techniques in heart
Psdot 14 using data mining techniques in heartPsdot 14 using data mining techniques in heart
Psdot 14 using data mining techniques in heartZTech Proje
 
Healthcare Predicitive Analytics for Risk Profiling in Chronic Care: A Bayesi...
Healthcare Predicitive Analytics for Risk Profiling in Chronic Care: A Bayesi...Healthcare Predicitive Analytics for Risk Profiling in Chronic Care: A Bayesi...
Healthcare Predicitive Analytics for Risk Profiling in Chronic Care: A Bayesi...MIS Quarterly
 
Machine learning in disease diagnosis
Machine learning in disease diagnosisMachine learning in disease diagnosis
Machine learning in disease diagnosisSushrutaMishra1
 
IRJET - Prediction and Analysis of Multiple Diseases using Machine Learni...
IRJET -  	  Prediction and Analysis of Multiple Diseases using Machine Learni...IRJET -  	  Prediction and Analysis of Multiple Diseases using Machine Learni...
IRJET - Prediction and Analysis of Multiple Diseases using Machine Learni...IRJET Journal
 
Health care analytics
Health care analyticsHealth care analytics
Health care analyticsGaurav Dubey
 
Case Based Medical Diagnosis of Occupational Chronic Lung Diseases From Their...
Case Based Medical Diagnosis of Occupational Chronic Lung Diseases From Their...Case Based Medical Diagnosis of Occupational Chronic Lung Diseases From Their...
Case Based Medical Diagnosis of Occupational Chronic Lung Diseases From Their...CSCJournals
 
Data Science Deep Roots in Healthcare Industry
Data Science Deep Roots in Healthcare IndustryData Science Deep Roots in Healthcare Industry
Data Science Deep Roots in Healthcare IndustryDinesh V
 
Smart health disease prediction python django
Smart health disease prediction python djangoSmart health disease prediction python django
Smart health disease prediction python djangoShaikSalman28
 

What's hot (20)

Project on disease prediction
Project on disease predictionProject on disease prediction
Project on disease prediction
 
Disease prediction in big data healthcare using extended convolutional neural...
Disease prediction in big data healthcare using extended convolutional neural...Disease prediction in big data healthcare using extended convolutional neural...
Disease prediction in big data healthcare using extended convolutional neural...
 
Disease Prediction by Machine Learning Over Big Data From Healthcare Communities
Disease Prediction by Machine Learning Over Big Data From Healthcare CommunitiesDisease Prediction by Machine Learning Over Big Data From Healthcare Communities
Disease Prediction by Machine Learning Over Big Data From Healthcare Communities
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Final ppt
Final pptFinal ppt
Final ppt
 
Machine Learning for Disease Prediction
Machine Learning for Disease PredictionMachine Learning for Disease Prediction
Machine Learning for Disease Prediction
 
Heart Disease Prediction Using Data Mining Techniques
Heart Disease Prediction Using Data Mining TechniquesHeart Disease Prediction Using Data Mining Techniques
Heart Disease Prediction Using Data Mining Techniques
 
Heart Disease Prediction Using Associative Relational Classification Techniq...
Heart Disease Prediction Using Associative Relational  Classification Techniq...Heart Disease Prediction Using Associative Relational  Classification Techniq...
Heart Disease Prediction Using Associative Relational Classification Techniq...
 
Deep-learning-or-health-informatics-recent-trends-and-future-directions By Ra...
Deep-learning-or-health-informatics-recent-trends-and-future-directions By Ra...Deep-learning-or-health-informatics-recent-trends-and-future-directions By Ra...
Deep-learning-or-health-informatics-recent-trends-and-future-directions By Ra...
 
PSO-An Intellectual Technique for Feature Reduction on Heart Malady Anticipat...
PSO-An Intellectual Technique for Feature Reduction on Heart Malady Anticipat...PSO-An Intellectual Technique for Feature Reduction on Heart Malady Anticipat...
PSO-An Intellectual Technique for Feature Reduction on Heart Malady Anticipat...
 
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 data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networksA data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networks
 
Psdot 14 using data mining techniques in heart
Psdot 14 using data mining techniques in heartPsdot 14 using data mining techniques in heart
Psdot 14 using data mining techniques in heart
 
Healthcare Predicitive Analytics for Risk Profiling in Chronic Care: A Bayesi...
Healthcare Predicitive Analytics for Risk Profiling in Chronic Care: A Bayesi...Healthcare Predicitive Analytics for Risk Profiling in Chronic Care: A Bayesi...
Healthcare Predicitive Analytics for Risk Profiling in Chronic Care: A Bayesi...
 
Machine learning in disease diagnosis
Machine learning in disease diagnosisMachine learning in disease diagnosis
Machine learning in disease diagnosis
 
IRJET - Prediction and Analysis of Multiple Diseases using Machine Learni...
IRJET -  	  Prediction and Analysis of Multiple Diseases using Machine Learni...IRJET -  	  Prediction and Analysis of Multiple Diseases using Machine Learni...
IRJET - Prediction and Analysis of Multiple Diseases using Machine Learni...
 
Health care analytics
Health care analyticsHealth care analytics
Health care analytics
 
Case Based Medical Diagnosis of Occupational Chronic Lung Diseases From Their...
Case Based Medical Diagnosis of Occupational Chronic Lung Diseases From Their...Case Based Medical Diagnosis of Occupational Chronic Lung Diseases From Their...
Case Based Medical Diagnosis of Occupational Chronic Lung Diseases From Their...
 
Data Science Deep Roots in Healthcare Industry
Data Science Deep Roots in Healthcare IndustryData Science Deep Roots in Healthcare Industry
Data Science Deep Roots in Healthcare Industry
 
Smart health disease prediction python django
Smart health disease prediction python djangoSmart health disease prediction python django
Smart health disease prediction python django
 

Similar to Deep Learning in Healthcare

Large Language Models, No-Code, and Responsible AI - Trends in Applied NLP in...
Large Language Models, No-Code, and Responsible AI - Trends in Applied NLP in...Large Language Models, No-Code, and Responsible AI - Trends in Applied NLP in...
Large Language Models, No-Code, and Responsible AI - Trends in Applied NLP in...David Talby
 
Digital Biomarkers for Huntington Disease
Digital Biomarkers for Huntington DiseaseDigital Biomarkers for Huntington Disease
Digital Biomarkers for Huntington DiseaseHuntington Study Group
 
Data Con LA 2019 - Best Practices for Prototyping Machine Learning Models for...
Data Con LA 2019 - Best Practices for Prototyping Machine Learning Models for...Data Con LA 2019 - Best Practices for Prototyping Machine Learning Models for...
Data Con LA 2019 - Best Practices for Prototyping Machine Learning Models for...Data Con LA
 
Elsevier Medical Graph – mit Machine Learning zu Precision Medicine
Elsevier Medical Graph – mit Machine Learning zu Precision MedicineElsevier Medical Graph – mit Machine Learning zu Precision Medicine
Elsevier Medical Graph – mit Machine Learning zu Precision MedicineRising Media Ltd.
 
Informatics Tools and Patient Handovers
Informatics Tools and Patient HandoversInformatics Tools and Patient Handovers
Informatics Tools and Patient HandoversAalap Shah
 
Oscar Rodríguez-El impacto de las ciencias ómicas en la medicina, la nutrició...
Oscar Rodríguez-El impacto de las ciencias ómicas en la medicina, la nutrició...Oscar Rodríguez-El impacto de las ciencias ómicas en la medicina, la nutrició...
Oscar Rodríguez-El impacto de las ciencias ómicas en la medicina, la nutrició...Fundación Ramón Areces
 
NLP tutorial at AIME 2020
NLP tutorial at AIME 2020NLP tutorial at AIME 2020
NLP tutorial at AIME 2020Rui Zhang
 
Activity ListPorta-Vac ProjectActivity List for the PORTA-VAC Proj.docx
Activity ListPorta-Vac ProjectActivity List for the PORTA-VAC Proj.docxActivity ListPorta-Vac ProjectActivity List for the PORTA-VAC Proj.docx
Activity ListPorta-Vac ProjectActivity List for the PORTA-VAC Proj.docxcoubroughcosta
 
Impact of Big Data & Artificial Intelligence in Drug Discovery & Development ...
Impact of Big Data & Artificial Intelligence in Drug Discovery & Development ...Impact of Big Data & Artificial Intelligence in Drug Discovery & Development ...
Impact of Big Data & Artificial Intelligence in Drug Discovery & Development ...Nick Brown
 
Connected Health & Me - Matic Meglic - Nov 24th 2014
Connected Health & Me - Matic Meglic - Nov 24th 2014Connected Health & Me - Matic Meglic - Nov 24th 2014
Connected Health & Me - Matic Meglic - Nov 24th 2014ipposi
 
Predictive Analytics and Machine Learning for Healthcare - Diabetes
Predictive Analytics and Machine Learning for Healthcare - DiabetesPredictive Analytics and Machine Learning for Healthcare - Diabetes
Predictive Analytics and Machine Learning for Healthcare - DiabetesDr Purnendu Sekhar Das
 
Glucose-Insulin regulator for Type 1 Diabetes using_CCIT-2014
Glucose-Insulin regulator for Type 1 Diabetes using_CCIT-2014Glucose-Insulin regulator for Type 1 Diabetes using_CCIT-2014
Glucose-Insulin regulator for Type 1 Diabetes using_CCIT-2014juanonofreorozcolopez
 
IU Health Process Improvement Medical ICU (Narcotic Waste Disposal Process)
IU Health Process Improvement Medical ICU (Narcotic Waste Disposal Process)IU Health Process Improvement Medical ICU (Narcotic Waste Disposal Process)
IU Health Process Improvement Medical ICU (Narcotic Waste Disposal Process)Tyler Wysong
 
Natural Language Processing to Curate Unstructured Electronic Health Records
Natural Language Processing to Curate Unstructured Electronic Health RecordsNatural Language Processing to Curate Unstructured Electronic Health Records
Natural Language Processing to Curate Unstructured Electronic Health RecordsMMS Holdings
 
Clinical Text processing with Python
Clinical Text processing with PythonClinical Text processing with Python
Clinical Text processing with PythonGaurav Trivedi
 
Machine learning and Internet of Things, the future of medical prevention
Machine learning and Internet of Things, the future of medical preventionMachine learning and Internet of Things, the future of medical prevention
Machine learning and Internet of Things, the future of medical preventionPierre Gutierrez
 
Shorr and bria innovation at the point-of-care rethinking the doctor-patient...
Shorr and bria  innovation at the point-of-care rethinking the doctor-patient...Shorr and bria  innovation at the point-of-care rethinking the doctor-patient...
Shorr and bria innovation at the point-of-care rethinking the doctor-patient...Trimed Media Group
 

Similar to Deep Learning in Healthcare (20)

Final_Presentation.pptx
Final_Presentation.pptxFinal_Presentation.pptx
Final_Presentation.pptx
 
Large Language Models, No-Code, and Responsible AI - Trends in Applied NLP in...
Large Language Models, No-Code, and Responsible AI - Trends in Applied NLP in...Large Language Models, No-Code, and Responsible AI - Trends in Applied NLP in...
Large Language Models, No-Code, and Responsible AI - Trends in Applied NLP in...
 
Digital Biomarkers for Huntington Disease
Digital Biomarkers for Huntington DiseaseDigital Biomarkers for Huntington Disease
Digital Biomarkers for Huntington Disease
 
Data Con LA 2019 - Best Practices for Prototyping Machine Learning Models for...
Data Con LA 2019 - Best Practices for Prototyping Machine Learning Models for...Data Con LA 2019 - Best Practices for Prototyping Machine Learning Models for...
Data Con LA 2019 - Best Practices for Prototyping Machine Learning Models for...
 
Elsevier Medical Graph – mit Machine Learning zu Precision Medicine
Elsevier Medical Graph – mit Machine Learning zu Precision MedicineElsevier Medical Graph – mit Machine Learning zu Precision Medicine
Elsevier Medical Graph – mit Machine Learning zu Precision Medicine
 
Informatics Tools and Patient Handovers
Informatics Tools and Patient HandoversInformatics Tools and Patient Handovers
Informatics Tools and Patient Handovers
 
M-Health
M-HealthM-Health
M-Health
 
Oscar Rodríguez-El impacto de las ciencias ómicas en la medicina, la nutrició...
Oscar Rodríguez-El impacto de las ciencias ómicas en la medicina, la nutrició...Oscar Rodríguez-El impacto de las ciencias ómicas en la medicina, la nutrició...
Oscar Rodríguez-El impacto de las ciencias ómicas en la medicina, la nutrició...
 
NLP tutorial at AIME 2020
NLP tutorial at AIME 2020NLP tutorial at AIME 2020
NLP tutorial at AIME 2020
 
Activity ListPorta-Vac ProjectActivity List for the PORTA-VAC Proj.docx
Activity ListPorta-Vac ProjectActivity List for the PORTA-VAC Proj.docxActivity ListPorta-Vac ProjectActivity List for the PORTA-VAC Proj.docx
Activity ListPorta-Vac ProjectActivity List for the PORTA-VAC Proj.docx
 
Impact of Big Data & Artificial Intelligence in Drug Discovery & Development ...
Impact of Big Data & Artificial Intelligence in Drug Discovery & Development ...Impact of Big Data & Artificial Intelligence in Drug Discovery & Development ...
Impact of Big Data & Artificial Intelligence in Drug Discovery & Development ...
 
Connected Health & Me - Matic Meglic - Nov 24th 2014
Connected Health & Me - Matic Meglic - Nov 24th 2014Connected Health & Me - Matic Meglic - Nov 24th 2014
Connected Health & Me - Matic Meglic - Nov 24th 2014
 
2015 EMS 3.0
2015 EMS 3.02015 EMS 3.0
2015 EMS 3.0
 
Predictive Analytics and Machine Learning for Healthcare - Diabetes
Predictive Analytics and Machine Learning for Healthcare - DiabetesPredictive Analytics and Machine Learning for Healthcare - Diabetes
Predictive Analytics and Machine Learning for Healthcare - Diabetes
 
Glucose-Insulin regulator for Type 1 Diabetes using_CCIT-2014
Glucose-Insulin regulator for Type 1 Diabetes using_CCIT-2014Glucose-Insulin regulator for Type 1 Diabetes using_CCIT-2014
Glucose-Insulin regulator for Type 1 Diabetes using_CCIT-2014
 
IU Health Process Improvement Medical ICU (Narcotic Waste Disposal Process)
IU Health Process Improvement Medical ICU (Narcotic Waste Disposal Process)IU Health Process Improvement Medical ICU (Narcotic Waste Disposal Process)
IU Health Process Improvement Medical ICU (Narcotic Waste Disposal Process)
 
Natural Language Processing to Curate Unstructured Electronic Health Records
Natural Language Processing to Curate Unstructured Electronic Health RecordsNatural Language Processing to Curate Unstructured Electronic Health Records
Natural Language Processing to Curate Unstructured Electronic Health Records
 
Clinical Text processing with Python
Clinical Text processing with PythonClinical Text processing with Python
Clinical Text processing with Python
 
Machine learning and Internet of Things, the future of medical prevention
Machine learning and Internet of Things, the future of medical preventionMachine learning and Internet of Things, the future of medical prevention
Machine learning and Internet of Things, the future of medical prevention
 
Shorr and bria innovation at the point-of-care rethinking the doctor-patient...
Shorr and bria  innovation at the point-of-care rethinking the doctor-patient...Shorr and bria  innovation at the point-of-care rethinking the doctor-patient...
Shorr and bria innovation at the point-of-care rethinking the doctor-patient...
 

Recently uploaded

Call Girls Dwarka 9999965857 Cheap & Best with original Photos
Call Girls Dwarka 9999965857 Cheap & Best with original PhotosCall Girls Dwarka 9999965857 Cheap & Best with original Photos
Call Girls Dwarka 9999965857 Cheap & Best with original Photosparshadkalavatidevi7
 
Call Girls Service Bommasandra - Call 7001305949 Rs-3500 with A/C Room Cash o...
Call Girls Service Bommasandra - Call 7001305949 Rs-3500 with A/C Room Cash o...Call Girls Service Bommasandra - Call 7001305949 Rs-3500 with A/C Room Cash o...
Call Girls Service Bommasandra - Call 7001305949 Rs-3500 with A/C Room Cash o...narwatsonia7
 
Biology class 12 assignment neet level practise chapter wise
Biology class 12 assignment neet level practise chapter wiseBiology class 12 assignment neet level practise chapter wise
Biology class 12 assignment neet level practise chapter wiseNAGKINGRAPELLY
 
Rohini Sector 30 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few C...
Rohini Sector 30 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few C...Rohini Sector 30 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few C...
Rohini Sector 30 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few C...ddev2574
 
Rohini Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...
Rohini Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...Rohini Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...
Rohini Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...ddev2574
 
Disaster Management Cycle (DMC)| Ms. Pooja Sharma , Department of Hospital A...
Disaster Management Cycle (DMC)| Ms. Pooja Sharma , Department of  Hospital A...Disaster Management Cycle (DMC)| Ms. Pooja Sharma , Department of  Hospital A...
Disaster Management Cycle (DMC)| Ms. Pooja Sharma , Department of Hospital A...Era University , Lucknow
 
Low Vision Case (Nisreen mokhanawala).pptx
Low Vision Case (Nisreen mokhanawala).pptxLow Vision Case (Nisreen mokhanawala).pptx
Low Vision Case (Nisreen mokhanawala).pptxShubham
 
Russian Escorts Service Delhi 9711199171 SONI VIP & HOT BOOK NOW
Russian Escorts Service Delhi 9711199171 SONI VIP & HOT BOOK NOWRussian Escorts Service Delhi 9711199171 SONI VIP & HOT BOOK NOW
Russian Escorts Service Delhi 9711199171 SONI VIP & HOT BOOK NOWsangeevkumar5478
 
Experience learning - lessons from 25 years of ATACC - Mark Forrest and Halde...
Experience learning - lessons from 25 years of ATACC - Mark Forrest and Halde...Experience learning - lessons from 25 years of ATACC - Mark Forrest and Halde...
Experience learning - lessons from 25 years of ATACC - Mark Forrest and Halde...scanFOAM
 
Russian Call Girls Ajmeri Gate | 9711199171 | High Profile -New Model -Availa...
Russian Call Girls Ajmeri Gate | 9711199171 | High Profile -New Model -Availa...Russian Call Girls Ajmeri Gate | 9711199171 | High Profile -New Model -Availa...
Russian Call Girls Ajmeri Gate | 9711199171 | High Profile -New Model -Availa...sandeepkumar69420
 
Pregnancy and Breastfeeding Dental Considerations.pptx
Pregnancy and Breastfeeding Dental Considerations.pptxPregnancy and Breastfeeding Dental Considerations.pptx
Pregnancy and Breastfeeding Dental Considerations.pptxcrosalofton
 
Gurgaon DLF Phase 5 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Fe...
Gurgaon DLF Phase 5 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Fe...Gurgaon DLF Phase 5 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Fe...
Gurgaon DLF Phase 5 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Fe...ggsonu500
 
Gurgaon Sector 90 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...
Gurgaon Sector 90 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...Gurgaon Sector 90 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...
Gurgaon Sector 90 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...ggsonu500
 
Soft Toric contact lens fitting (NSO).pptx
Soft Toric contact lens fitting (NSO).pptxSoft Toric contact lens fitting (NSO).pptx
Soft Toric contact lens fitting (NSO).pptxJasmin Modi
 
Globalny raport: „Prawdziwe piękno 2024" od Dove
Globalny raport: „Prawdziwe piękno 2024" od DoveGlobalny raport: „Prawdziwe piękno 2024" od Dove
Globalny raport: „Prawdziwe piękno 2024" od Doveagatadrynko
 
Call Girls Laxmi Nagar 9999965857 Cheap and Best with original Photos
Call Girls Laxmi Nagar 9999965857 Cheap and Best with original PhotosCall Girls Laxmi Nagar 9999965857 Cheap and Best with original Photos
Call Girls Laxmi Nagar 9999965857 Cheap and Best with original Photosparshadkalavatidevi7
 
Call Girls Ghaziabad 9999965857 Cheap and Best with original Photos
Call Girls Ghaziabad 9999965857 Cheap and Best with original PhotosCall Girls Ghaziabad 9999965857 Cheap and Best with original Photos
Call Girls Ghaziabad 9999965857 Cheap and Best with original Photosparshadkalavatidevi7
 
SARS (SEVERE ACUTE RESPIRATORY SYNDROME).pdf
SARS (SEVERE ACUTE RESPIRATORY SYNDROME).pdfSARS (SEVERE ACUTE RESPIRATORY SYNDROME).pdf
SARS (SEVERE ACUTE RESPIRATORY SYNDROME).pdfDolisha Warbi
 
Housewife Call Girls Nandini Layout - Phone No 7001305949 For Ultimate Sexual...
Housewife Call Girls Nandini Layout - Phone No 7001305949 For Ultimate Sexual...Housewife Call Girls Nandini Layout - Phone No 7001305949 For Ultimate Sexual...
Housewife Call Girls Nandini Layout - Phone No 7001305949 For Ultimate Sexual...narwatsonia7
 
Call Girl Bangalore Aashi 7001305949 Independent Escort Service Bangalore
Call Girl Bangalore Aashi 7001305949 Independent Escort Service BangaloreCall Girl Bangalore Aashi 7001305949 Independent Escort Service Bangalore
Call Girl Bangalore Aashi 7001305949 Independent Escort Service Bangalorenarwatsonia7
 

Recently uploaded (20)

Call Girls Dwarka 9999965857 Cheap & Best with original Photos
Call Girls Dwarka 9999965857 Cheap & Best with original PhotosCall Girls Dwarka 9999965857 Cheap & Best with original Photos
Call Girls Dwarka 9999965857 Cheap & Best with original Photos
 
Call Girls Service Bommasandra - Call 7001305949 Rs-3500 with A/C Room Cash o...
Call Girls Service Bommasandra - Call 7001305949 Rs-3500 with A/C Room Cash o...Call Girls Service Bommasandra - Call 7001305949 Rs-3500 with A/C Room Cash o...
Call Girls Service Bommasandra - Call 7001305949 Rs-3500 with A/C Room Cash o...
 
Biology class 12 assignment neet level practise chapter wise
Biology class 12 assignment neet level practise chapter wiseBiology class 12 assignment neet level practise chapter wise
Biology class 12 assignment neet level practise chapter wise
 
Rohini Sector 30 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few C...
Rohini Sector 30 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few C...Rohini Sector 30 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few C...
Rohini Sector 30 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few C...
 
Rohini Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...
Rohini Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...Rohini Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...
Rohini Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...
 
Disaster Management Cycle (DMC)| Ms. Pooja Sharma , Department of Hospital A...
Disaster Management Cycle (DMC)| Ms. Pooja Sharma , Department of  Hospital A...Disaster Management Cycle (DMC)| Ms. Pooja Sharma , Department of  Hospital A...
Disaster Management Cycle (DMC)| Ms. Pooja Sharma , Department of Hospital A...
 
Low Vision Case (Nisreen mokhanawala).pptx
Low Vision Case (Nisreen mokhanawala).pptxLow Vision Case (Nisreen mokhanawala).pptx
Low Vision Case (Nisreen mokhanawala).pptx
 
Russian Escorts Service Delhi 9711199171 SONI VIP & HOT BOOK NOW
Russian Escorts Service Delhi 9711199171 SONI VIP & HOT BOOK NOWRussian Escorts Service Delhi 9711199171 SONI VIP & HOT BOOK NOW
Russian Escorts Service Delhi 9711199171 SONI VIP & HOT BOOK NOW
 
Experience learning - lessons from 25 years of ATACC - Mark Forrest and Halde...
Experience learning - lessons from 25 years of ATACC - Mark Forrest and Halde...Experience learning - lessons from 25 years of ATACC - Mark Forrest and Halde...
Experience learning - lessons from 25 years of ATACC - Mark Forrest and Halde...
 
Russian Call Girls Ajmeri Gate | 9711199171 | High Profile -New Model -Availa...
Russian Call Girls Ajmeri Gate | 9711199171 | High Profile -New Model -Availa...Russian Call Girls Ajmeri Gate | 9711199171 | High Profile -New Model -Availa...
Russian Call Girls Ajmeri Gate | 9711199171 | High Profile -New Model -Availa...
 
Pregnancy and Breastfeeding Dental Considerations.pptx
Pregnancy and Breastfeeding Dental Considerations.pptxPregnancy and Breastfeeding Dental Considerations.pptx
Pregnancy and Breastfeeding Dental Considerations.pptx
 
Gurgaon DLF Phase 5 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Fe...
Gurgaon DLF Phase 5 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Fe...Gurgaon DLF Phase 5 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Fe...
Gurgaon DLF Phase 5 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Fe...
 
Gurgaon Sector 90 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...
Gurgaon Sector 90 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...Gurgaon Sector 90 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...
Gurgaon Sector 90 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...
 
Soft Toric contact lens fitting (NSO).pptx
Soft Toric contact lens fitting (NSO).pptxSoft Toric contact lens fitting (NSO).pptx
Soft Toric contact lens fitting (NSO).pptx
 
Globalny raport: „Prawdziwe piękno 2024" od Dove
Globalny raport: „Prawdziwe piękno 2024" od DoveGlobalny raport: „Prawdziwe piękno 2024" od Dove
Globalny raport: „Prawdziwe piękno 2024" od Dove
 
Call Girls Laxmi Nagar 9999965857 Cheap and Best with original Photos
Call Girls Laxmi Nagar 9999965857 Cheap and Best with original PhotosCall Girls Laxmi Nagar 9999965857 Cheap and Best with original Photos
Call Girls Laxmi Nagar 9999965857 Cheap and Best with original Photos
 
Call Girls Ghaziabad 9999965857 Cheap and Best with original Photos
Call Girls Ghaziabad 9999965857 Cheap and Best with original PhotosCall Girls Ghaziabad 9999965857 Cheap and Best with original Photos
Call Girls Ghaziabad 9999965857 Cheap and Best with original Photos
 
SARS (SEVERE ACUTE RESPIRATORY SYNDROME).pdf
SARS (SEVERE ACUTE RESPIRATORY SYNDROME).pdfSARS (SEVERE ACUTE RESPIRATORY SYNDROME).pdf
SARS (SEVERE ACUTE RESPIRATORY SYNDROME).pdf
 
Housewife Call Girls Nandini Layout - Phone No 7001305949 For Ultimate Sexual...
Housewife Call Girls Nandini Layout - Phone No 7001305949 For Ultimate Sexual...Housewife Call Girls Nandini Layout - Phone No 7001305949 For Ultimate Sexual...
Housewife Call Girls Nandini Layout - Phone No 7001305949 For Ultimate Sexual...
 
Call Girl Bangalore Aashi 7001305949 Independent Escort Service Bangalore
Call Girl Bangalore Aashi 7001305949 Independent Escort Service BangaloreCall Girl Bangalore Aashi 7001305949 Independent Escort Service Bangalore
Call Girl Bangalore Aashi 7001305949 Independent Escort Service Bangalore
 

Deep Learning in Healthcare

  • 1. Deep Learning in Healthcare NUS Healthcare AI Datahon and Expo 2018 Hector Yee @eigenhector Staff Software Engineer, Google AI: Healthcare Some slide credits: Greg Corrado, Eyal Oren, Kai Chen, Jimbo Wilson, Jack Po
  • 2. About the speaker ● ML on EHR & medical waveforms ● Image search ● Self-driving car perception ● Youtube personalized video recommendations ● Virtual reality ● Airbnb smart pricing, Shrek 2, Star wars, C&C games etc ● Affiliations - Google
  • 3. Published a single approach for predicting variety of events
  • 4. SOURCE: Landrigan et al., “Temporal Trends in Rates of Patient Harm Resulting from Medical Care.” NEJM 2010;363(22): 2124–34. 1 in 4 Patients will have an adverse event in a hospitalization (e.g. too much of medication, cardiac arrest, having to be readmitted). If ML can predict them, maybe doctors can prevent them. Opportunity: Care management / decision support
  • 5. Care management / decision support Conjecture: Machine Learning can assist in everyday care decision making, improving care quality, lowering costs, and catching errors. Example: Smart EMR helps inpatient providers stay on top of care. Forecast: High likelihood of success, but may take decades. Challenges: ● Data portability and inconsistency. ● Correlation vs causation. ● Establishing what kind of help providers really need. ● Rigorous evaluation of clinical value and reliability.
  • 6. >85% of US hospitals now use EHRs THE GOOD ~150k measurements per hospitalization
  • 7. ● Most of the entered data are never used even by humans ● Data are idiosyncratic, incomplete, inconsistent. ● Almost all ML models ignore unstructured data like notes THE BAD >85% of US hospitals now use EHRs THE GOOD ~150k measurements per hospitalization
  • 8. ● Most of the entered data are never used even by humans ● Data are idiosyncratic, incomplete, inconsistent. ● Almost all ML models ignore unstructured data like notes THE BAD Show that ML predictions that use more of the EHR, can offer more value in supporting care decisions THE RESEARCH GOAL >85% of US hospitals now use EHRs THE GOOD ~150k measurements per hospitalization
  • 9. 1. Many different data schemas 2. Many coding systems and codes 3. Many variables, unclear which to use The data is messy
  • 10. Problem #1 : many different data schemas
  • 11. glucose random urine, pre-hospital blood glucose (mg/dl), serum blood glucose, glucose 1 hour, glucose-6-phosphate dehydrogenase screen rbc quantitative, action / effect on blood glucose possible side effects, glucose csf, glucose mg/dl (manual entry), glucose body fluid, blood glucose monitoring, glucose (manual entry), glucose fasting - external, glucose meter download, glucose water intake (ml), glucose 2 hour, glucose fasting (pregnant) 2 hr gtt, glucose fast'g preg, glucose whole blood, blood glucose meter, glucose 2 hour - external, glucose plasma (external lab), glucose loading screen, poct glucose, glucose - pre arrival lab, blood glucose (mg/dl)- manual entry, glucose, estim. avg glucose (eag) (external lab), glucose fasting, glucose 3 hour (external lab), target glucose values, glucose 60 minute, poct glucose urine, urine glucose, glucose 1 hour - external, glucose (ua), glucose 120 mins, glucose loading screen - external, glucose 180 mins, glucose non-fasting, mean plasma glucose (external lab), glucose ur If we wanted to use the patient’s “glucose” in a model, which of these measurements are synonyms? Problem #2 : many different codes
  • 12. Synonyms are actually a common problem in text Example Discharge Note 81 year-old female with a history of CAD s/p MI with stent placed 1 year ago, presenting with abdominal pain radiating to the back. CT showed multiple stones in a dilated CBD. She was found to have elevated liver enzymes. Labs were notable for a leukocytosis to 23, markedly elevated liver and pancreatic enzymes, but hemodynamically stable and was afebrile. Placed a stent in her CBD and extracted multiple stones. She was given levo and flagyl. She was transferred back to the floor for monitoring. She is currently afebrile, BP 130/58, HR 90 satting 98% on 2L by nc. Variants of “levo” in real notes levohped, levophase, phenylephrineand, levoqin, levophenpressors, levothroid, neosynephrine, levocardia, levofolx, levopment, levoq, levoguin, levocarnitine, levophedd, levo, levoscoliotic, levoconcave, pressorts, levoalbuterol, pressorand, levobunolol, levodopa, phenylephrine, levoquen, levopohed, levopehd, vasopressinn, levohed, vasopressinf, levohphed, levofl, levolar, norepinephrine, levofed, dopaminergic, levof, levora, levophed, levophen, pressores, levophend, pressorer, phenylephrined, pressore, pressor, pressorxl, vasopressin, levoconvexity, vasopressors, vasopressor, levocurvature, pressorss, levop, vasostriction, pressors, vasopressine, levophedpatient, epinephrine, levoped, pressory, dopamine, levoflacin, levophe, levophedrine, levoflxicin, levoscoliosis, levoconvex, vasopressing, levosoliosis, levoiphed, levotiracetam
  • 13.
  • 14. Yes, Google is still head-over-heels for word embeddings SOURCE: Mikolov et al., “Efficient Estimation of Word Representations in Vector Space.” ICLR 2013 Reflux Diabetes Influenza Cancer Hypertension Stroke Hyperlipidemia Depression Obesity Sucralfate Metformin Ribavirin Cisplatin Metoprolol Dipyridamole Gemfibrozil Fluoxetine Orlistat Disease - DrugCountry - CapitalMale - Female
  • 15. Nearest neighbors in embeddings from medical text arrhytmias dysrhythmias tachyarrhythmias bradyarrhytmias arrhythmia Neo neosynephrine Levophed Dopa levo hd crrt hemo cvvhd esrd
  • 16. 1. Many different data schemas: use FHIR 2. Many coding systems and codes: learn embeddings 3. Many variables, unclear which to use: use all & let the model learn How we handle healthcare data in our models
  • 17. Dataset A Dataset B Dataset C Dataset D FHIR representation TensorFlow FHIR as internal datastructure
  • 18. Single FHIR-based pipeline to train models for 6+ healthcare systems What past history should you review about the patient? What you need to know about the patient’s current state? What are opportunities to intervene? What are the risks of future outcomes? 18 Models that work at hospital 1 don’t work at hospital 2 Models can be used across health systems Sequence models have access to the entire patient’s record ● Each hospital records data in idiosyncratic data-structures and formats ● Models built on a given hospital don’t work with data from a different hospital
  • 19. Single FHIR-based pipeline to train models for 6+ healthcare systems What past history should you review about the patient? What you need to know about the patient’s current state? What are opportunities to intervene? What are the risks of future outcomes? 19 Models that work at hospital 1 don’t work at hospital 2 Models can be used across health systems Sequence models have access to the entire patient’s record ● We map data from multiple sites to a single format based on FHIR ● No manual harmonization of data (data remains in idiosyncratic terminologies) ● Through use of embeddings, data is implicitly harmonized
  • 20. Single FHIR-based pipeline to train models for 6+ healthcare systems What past history should you review about the patient? What you need to know about the patient’s current state? What are opportunities to intervene? What are the risks of future outcomes? 20 Models that work at hospital 1 don’t work at hospital 2 Models can be used across health systems Sequence models have access to the entire patient’s record ● We temporally sequence all data (tokenized FHIR resources that are embedded) for each patient into a timeline
  • 21. ● Single data structure used for all predictions ● Large variety of input data: ○ Coded diagnoses / procedures ○ Time series of labs, vitals, medications ○ Semi-structured nursing flowsheets ○ Clinical notes ● Wide range of benchmark prediction tasks: ○ 30-day unplanned readmission (a high-cost adverse event) ○ Hospital length-of-stay (for hospital operations) ○ In-hospital mortality (as early warning system) ○ Diagnosis codes (auto-suggest problem list) Single FHIR-based pipeline to train models for 6+ healthcare systems
  • 22. Confidential + Proprietary More accurate predictions, and sooner too. ● Predict in-hospital mortality before, at, and after admission
  • 23. Confidential + Proprietary More accurate predictions, and sooner too. ● Predict in-hospital mortality before, at, and after admission ● Baseline: 39 standard risk factors fed to logistic regression. 0.87 AUC @ +24 hours ● Deep Learning: Eat the FHIR stream 0.90 AUC @ 0 hours 0.93 AUC @ +24 hours
  • 24. Confidential + Proprietary In the paper “Deep learning” is an Ensemble
  • 25. Behind the scenes : boosting ● Linear, convex model (boosting) did really well ○ Classic competitive baseline for Deep models ■ Paper used embed + 2 layers + noise 4 regularization ○ Binarize time sequences ○ Detecting label leaks via direct interpretability ○ Fast to train (~5 minutes per task, interactive) ○ Enable 1 vs all ICD9 level feature mining ○ Derived applications ■ Human in the loop model training
  • 26. Human In the Loop training w/ Kai C., Jimbo W., Alvin R.
  • 27. Session log Interactive (one round) INFO: Reading initial training data. Please wait. INFO: Training done after Iteration 0. New model: --- Old Predicates --- --- New Predicates --- [ 0, Y, -0.0232] #:Composition.section.text.div.tokenized nicu >= 2 [ 1, Y, 0.0235] #:[Base excess in Blood by calculation] >= 2 [ 2, Y, 0.0234] Context age_in_years >= 60.000000 @ t <= 1.000000 [ 12, Y, -0.0234] E:Composition.section.text.div.tokenized neonatology [ 19, Y, -0.0212] E:Context Patient.gendermale [ 31, Y, 0.0233] E:[Erythrocytes [#/volume] in Blood by Automated count] [ 32, Y, 0.0232] E:[Hemoglobin [Mass/volume] in Blood] [ 40, Y, -2.3079] TRUE New Model Test Score: 0.731937, Rules: 41 BOOST> d 2 3 3 4 5 6 9 10 13 15 1 18 19 20 1 21 22 23 24 25 26 30 31 32 33 34 35 36 37 38 39 BOOST> score Test Score: 0.685877
  • 28.
  • 29. Human in the Loop interactive model building Is Human + AI > AI? ● Human models are smaller ● More trusted ○ E.g. machine models might use ○ “echocardiogram” Validation AUC vs full dataset iterations
  • 30. Neurology Cardiology Anesthesia Intensive Care Consumers Medical Waveforms ● First line diagnostics by providers ● Increasingly available to patients directly ● Data collected with high precision (>200Hz) and then dropped on the floor. ● Waveforms IT systems and processes typically much less integrated into EHRs (thus much easier to change). My latest projects
  • 31. 313131 Thanks! On behalf of everyone at Google Research