SlideShare a Scribd company logo
1 of 43
Download to read offline
Medical practice as a
recommender system
Xavier Amatriain
Curai
Healthcare Recsys Workshop
Como, 2017
Outline
● Can we improve medicine?
● What does this have to do with recsys?
● Medical decision support systems
● ML medical decision systems
● Curai
Medicine: what can be improved?
Medical decisions require knowledge & data
● Doctors have partial information
○ Of the patient’s history
○ Of the patient’s symptoms
○ Of medical knowledge
■ Different demographics
■ Latest research findings
■ Not easy to remember all past information
● They also might have cognitive biases
○ They decide mostly based on past experience, but this experience is very
limited
● Incentives of medical industry also play a role
Experts disagree
● Experts disagree among themselves.
○ E.g. oncology experts disagree on the value of colon screening
● Things treated as facts for years end up being wrong.
○ E.g. giving aspirin to reduce fever has been proved to be dangerous
● Psychiatric disorder diagnosis even lower agreement
(Cohen’s Kappa of 0.2 or 0.3 in most cases)
Experts disagree
● Even medical research is questionable
○ “Most research papers are false” - by Dr. Ioannidis at Stanford
Cost of medical errors
● 400k deaths a year can be attributed to medical errors as well as 4M serious
health events
○ This compares to 500k deaths from cancer or 40k from vehicle accidents
● Almost half of those events could be preventable
● 30% or $750B is wasted by the US Healthcare system every year
Growing complexity of knowledge
● Very slow pace for doctors to acquire new knowledge
● Increased amount of complexity
○ E.g. Coordinating specialists treating a patient is very complex and done
using very little technology
● No universally accepted processes and recommendations
to make decisions.
○ Those depend on each institution and practitioner
○ 50% of the recommendations made in guidelines based on expert
opinion, case studies, or standards of care, not systematic studies
No personalization!
● Clinical Practice Guides are not personalized
○ They might prove negative since they fail to take into account interactions
between different diseases (e.g. in older patients)
● Research done on “homogeneous”, healthy subjects
● It is very hard for doctors to “manually” personalize their
“recommendations”
What does this have to do with Recsys?
A word on Precision Medicine
Precision medicine
● According to the National Institutes of
Health (NIH), precision medicine is:
"an emerging approach for disease
treatment and prevention that takes
into account individual variability in
genes, environment, and lifestyle for
each person."
● Goal: predict more accurately treatment and
prevention given a particular disease & group
of people
● In contrast to "one-size-fits-all" approach
where treatment & prevention are developed
for average person
● Term is relatively new, but concept has been
around for many years.
○ E.g. blood transfusion is not given from a
randomly selected donor
Precision medicine
Recsys & Medicine
How to improve medicine?
● More/better personalization
● Make better use of (big) data
● Automate processes through
algorithms and machine learning
● Better user experience both for
patients and doctors
Does this sound familiar?
Medical Decision Support Systems
Medical Diagnosis
● Diagnosis:
○ “a mapping from a patient’s data ( normal and
abnormal history , physical examination , and
laboratory data ) to a nosology of disease states the
process of determining by examination the nature and
circumstances of a diseased condition”
○ “The knowledge of how to “work up” the patient
depends critically on the ability to evoke history,
symptoms, and physical examination findings,
concurrently with the ability to generate diagnostic
hypotheses that suggest how to further refine or
pursue the findings already elicited, or to pursue
completely different additional findings. In addition, this
must be done in a compassionate and cost-effective
manner” (R.A. Miller 1990)
Diagnosis Decision Support Systems
● DDSS
○ A computer - based algorithm that assists a clinician with one or more component steps of the
diagnostic process
○ It involves diverse activities:
■ information gathering
■ pattern recognition
■ problem solving
■ Decision-making
■ judgment under uncertainty
■ Empathy
○ Large amounts of highly organized knowledge are necessary
● Two categories
○ General-domain DDSS
○ Specialized DDSS
Medical Diagnosis as a Recsys
● Input signals
○ Implicit: Data coming from sensors, labs…
○ Explicit: What does the patient tell us
○ Others: Demographic, family history…
● Algorithms
○ Find what worked for “similar” patients in a “similar” situation
● Output
○ Ranked list with “likely” options
○ Need to also worry about other variables such as acuity, explanations....
Knowledge-based approaches to
medical decision systems
Decision/Diagnosis support systems
● They have been developed for decades
● Many early DDSS based on Bayesian
reasoning (60s-70s)
○ Bayesian networks (80s-90s)
○ Neural networks (lately)
● Most of them have been developed
“manually” with doctors looking at research
and manually encoding that into knowledge
bases.
An example: Internist-1/QMR/Vddx
● Internist-1 started in 1971, then turned into Quick Medical Reference (~1987),
and more recently into VDDx (Vanderbilt Differential Diagnosis)
● Started by Jack Myers (University of Pittsburgh, Chairman of the National
Board of Medical Examiners, President of the American College of
Physicians, and Chairman of the American Board of Internal Medicine)
considered (one of) the best clinical diagnostic experts in the US
● The process for adding a disease requires 2-4 weeks of full-time effort and
doctors reading 50 to 250 relevant publications
An example: Internist-1/QMR/Vddx
Data for Medical Decision Systems
Knowledge bases
● Knowledge base construction
○ Build model from existing medical knowledge
○ E.g. using doctors to read on medical literature and encode
“well-established facts”
● Data = Medical Research
○ Ingesting and understanding medical publications can be mostly
automated
Electronic Health Records
● EHR/EMRs include digital information
about patients encounters with doctors
or the health system
● Snomed Clinical Terms
○ Computer processable collection of medical terms
providing codes, terms, synonyms and definitions used in
clinical documentation and reporting.
○ Considered to be the most comprehensive, multilingual
clinical healthcare terminology
○ Primary purpose: encode the meanings that are used in
health information & support effective clinical recording of
data with the aim of improving patient care.
○ It provides the core general terminology for electronic
health records.
○ It includes: clinical findings, symptoms, diagnoses,
procedures, body structures, organisms and other
etiologies, substances, pharmaceuticals, devices and
specimens.
Ontologies
Ontologies
● ICD-10
○ 10th revision of the International Statistical Classification of Diseases and Related Health
Problems (ICD), a medical classification list by the World Health Organization (WHO)
○ It contains codes for diseases, signs and symptoms, abnormal findings, complaints, social
circumstances, and external causes of injury or diseases
○ The code set allows more than 14,400 different codes and permits the tracking of new
diagnoses.
Ontologies
● UMLS (1986)
○ Designed and is maintained by the US National Library of Medicine, updated quarterly, free
○ Compendium of many controlled vocabularies in the biomedical sciences.
○ Provides mapping structure among vocabularies
○ Allows to translate among the various terminology systems
○ It can be interpreted as a thesaurus and ontology of biomedical concepts.
○ It provides tools for natural language processing.
○ Intended for developers of systems in medical informatics.
Combining and aggregating data
● At the end, what you need is a way to process and
aggregate all these different sources of data either
manually (expert systems) or algorithmically (ML)
ML for Medical Decision Systems
Health graphs
NLP
● Understanding what doctors say
● Understanding what patients say
Diagnostic Systems
● Building diagnostic systems from data through ML
Curai
Who are we
● 3 months in
● Team of 8 people as of today
● 3 co-founders with experience in Recsys, product development, business
● 4 engineers (former FAIR, Google, Uber self-driving car, Stanford…)
● 1 full-time doctor (Stanford postdoc in medicine, formerly a software engineer)
● Several advisors (Mostly doctors, and researchers related to the topic)
● (Actively hiring)
What are we doing?
● Combining AI/ML and good product/UX practices to build
a medical tool for patients
● We are leveraging all of the previous techniques
● We are stealth, too soon to say too much about what we
have
● Although… we plan on having our friends & family-ready
prototype in the coming weeks
Challenges
● Algorithmic: e.g. combining expert rule-based and ML
● Data: quality, sparsity, and bias in data
● UX: trustworthiness and engagement of the system,
incentives…
● Legal
● …
It’s about time we overcome all of these.
Conclusions
Conclusions
● Medicine/healthcare is one of the areas in society that can benefit most from
technology in general and algorithmic approaches in particular
● Medicine has many similarities to recommender systems
○ Importance of data (both big and small)
○ Content and collaborative approaches
○ Importance of UI/UX (e.g. user understanding, feedback, and explanations)
○ Evaluation has to be sensitive to overall optimization problem
● Huge opportunity, great mission: looking forward to many advances that will
save millions of lives in the next few years
References
● “Probabilistic diagnosis using a reformulation of the INTERNIST-1/QMR knowledge base” . Shwe et al. 1991.
● “Computer-assisted diagnostic decision support: history, challenges, and possible paths forward” Miller. 2009.
● “Mining Biomedical Ontologies and Data Using RDF Hypergraphs” Liu et al. 2013.
● “Health Recommender Systems: Concepts, Requirements, Technical Basics & Challenges”, Wiesner & Pfeifer, 2014.
● “A ‘Green Button’ For Using Aggregate Patient Data At The Point Of Care” Longhurst et al. 2014.
● “Building the graph of medicine from millions of clinical narratives” Finlayson et al. 2014.
● “Comparison of Physician and Computer Diagnostic Accuracy” Semigran et al. 2016.
● “Identifiable Phenotyping using Constrained Non-Negative Matrix Factorization”. Joshi et al. 2016.
● “Clinical Tagging with Joint Probabilistic Models” . Halpern et al. 2016.
● “Deep Patient: An Unsupervised Representation to Predict the Future of Patients from EHR”. Miotto et al. 2016.
● “Learning a Health Knowledge Graph from Electronic Medical Records” Rotmensch et al. 2017.
● “Clustering Patients with Tensor Decomposition”. Ruffini et al. 2017.
● “Patient Similarity Using Population Statistics and Multiple Kernel Learning”. Conroy et al. 2017.
● “Diagnostic Inferencing via Clinical Concept Extraction with Deep Reinforcement Learning”. Ling et al. 2017.
● “Generating Multi-label Discrete Patient Records using Generative Adversarial Networks” Choi et al. 2017
References
Yes, we’re hiring!

More Related Content

What's hot

Sentiment analysis
Sentiment analysisSentiment analysis
Sentiment analysisAmenda Joy
 
Introduction to Recommendation Systems
Introduction to Recommendation SystemsIntroduction to Recommendation Systems
Introduction to Recommendation SystemsTrieu Nguyen
 
Social Recommender Systems Tutorial - WWW 2011
Social Recommender Systems Tutorial - WWW 2011Social Recommender Systems Tutorial - WWW 2011
Social Recommender Systems Tutorial - WWW 2011idoguy
 
A content based movie recommender system for mobile application
A content based movie recommender system for mobile applicationA content based movie recommender system for mobile application
A content based movie recommender system for mobile applicationArafat X
 
Movie Recommendation engine
Movie Recommendation engineMovie Recommendation engine
Movie Recommendation engineJayesh Lahori
 
Overview of recommender system
Overview of recommender systemOverview of recommender system
Overview of recommender systemStanley Wang
 
Education data mining presentation
Education data mining presentationEducation data mining presentation
Education data mining presentationNishabhanot1
 
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...Simplilearn
 
An introduction to Recommender Systems
An introduction to Recommender SystemsAn introduction to Recommender Systems
An introduction to Recommender SystemsDavid Zibriczky
 
Recommendation system
Recommendation systemRecommendation system
Recommendation systemAkshat Thakar
 
Recommendation System
Recommendation SystemRecommendation System
Recommendation SystemAnamta Sayyed
 
Sentiment analysis - Our approach and use cases
Sentiment analysis - Our approach and use casesSentiment analysis - Our approach and use cases
Sentiment analysis - Our approach and use casesKarol Chlasta
 
Recommender Systems (Machine Learning Summer School 2014 @ CMU)
Recommender Systems (Machine Learning Summer School 2014 @ CMU)Recommender Systems (Machine Learning Summer School 2014 @ CMU)
Recommender Systems (Machine Learning Summer School 2014 @ CMU)Xavier Amatriain
 
Information retrieval s
Information retrieval sInformation retrieval s
Information retrieval ssilambu111
 

What's hot (20)

Sentiment analysis
Sentiment analysisSentiment analysis
Sentiment analysis
 
Introduction to Recommendation Systems
Introduction to Recommendation SystemsIntroduction to Recommendation Systems
Introduction to Recommendation Systems
 
Content based filtering
Content based filteringContent based filtering
Content based filtering
 
Collaborative filtering
Collaborative filteringCollaborative filtering
Collaborative filtering
 
Social Recommender Systems Tutorial - WWW 2011
Social Recommender Systems Tutorial - WWW 2011Social Recommender Systems Tutorial - WWW 2011
Social Recommender Systems Tutorial - WWW 2011
 
A content based movie recommender system for mobile application
A content based movie recommender system for mobile applicationA content based movie recommender system for mobile application
A content based movie recommender system for mobile application
 
Movie Recommendation engine
Movie Recommendation engineMovie Recommendation engine
Movie Recommendation engine
 
Overview of recommender system
Overview of recommender systemOverview of recommender system
Overview of recommender system
 
Fair Recommender Systems
Fair Recommender Systems Fair Recommender Systems
Fair Recommender Systems
 
Edge Computing
Edge ComputingEdge Computing
Edge Computing
 
Education data mining presentation
Education data mining presentationEducation data mining presentation
Education data mining presentation
 
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
 
An introduction to Recommender Systems
An introduction to Recommender SystemsAn introduction to Recommender Systems
An introduction to Recommender Systems
 
Recommendation system
Recommendation systemRecommendation system
Recommendation system
 
Machine learning
Machine learningMachine learning
Machine learning
 
Recommendation System
Recommendation SystemRecommendation System
Recommendation System
 
Sentiment analysis - Our approach and use cases
Sentiment analysis - Our approach and use casesSentiment analysis - Our approach and use cases
Sentiment analysis - Our approach and use cases
 
Recommender Systems (Machine Learning Summer School 2014 @ CMU)
Recommender Systems (Machine Learning Summer School 2014 @ CMU)Recommender Systems (Machine Learning Summer School 2014 @ CMU)
Recommender Systems (Machine Learning Summer School 2014 @ CMU)
 
Information retrieval s
Information retrieval sInformation retrieval s
Information retrieval s
 
Sentiment analysis
Sentiment analysisSentiment analysis
Sentiment analysis
 

Similar to Medical advice as a Recommender System

Xavier Amatriain, Cofounder & CTO, Curai at MLconf SF 2017
Xavier Amatriain, Cofounder & CTO, Curai at MLconf SF 2017Xavier Amatriain, Cofounder & CTO, Curai at MLconf SF 2017
Xavier Amatriain, Cofounder & CTO, Curai at MLconf SF 2017MLconf
 
rti_innovation_brief_evidence_synthesis
rti_innovation_brief_evidence_synthesisrti_innovation_brief_evidence_synthesis
rti_innovation_brief_evidence_synthesisAnupa Bir
 
Health Care Processes and Decision Making_Lecture 5_slides
Health Care Processes and Decision Making_Lecture 5_slidesHealth Care Processes and Decision Making_Lecture 5_slides
Health Care Processes and Decision Making_Lecture 5_slidesCMDLearning
 
Clinical decision support system
Clinical decision support systemClinical decision support system
Clinical decision support systemDrSiddharthSingh5
 
The Many Lives of Data
The Many Lives of DataThe Many Lives of Data
The Many Lives of Dataljmcneill33
 
Health Care Processes and Decision Making_lecture 1_slides
Health Care Processes and Decision Making_lecture 1_slidesHealth Care Processes and Decision Making_lecture 1_slides
Health Care Processes and Decision Making_lecture 1_slidesCMDLearning
 
Krithara meetup may18_final (1)
Krithara meetup may18_final (1)Krithara meetup may18_final (1)
Krithara meetup may18_final (1)Dataconomy Media
 
Evidence-based medicine in clinical pharmacy
Evidence-based medicine in clinical pharmacyEvidence-based medicine in clinical pharmacy
Evidence-based medicine in clinical pharmacyMohammedUsman79
 
JPND Research Strategy presentation T. Gasser
JPND Research Strategy presentation  T. GasserJPND Research Strategy presentation  T. Gasser
JPND Research Strategy presentation T. Gasserjpndresearch
 
Evidence based Orthopedics
Evidence based OrthopedicsEvidence based Orthopedics
Evidence based OrthopedicsAbdulla Kamal
 
Towards online universal quality healthcare through AI
Towards online universal quality healthcare through AITowards online universal quality healthcare through AI
Towards online universal quality healthcare through AIXavier Amatriain
 
Healthcare analytics
Healthcare analytics Healthcare analytics
Healthcare analytics Arun K
 
Structure of medical data
Structure of medical dataStructure of medical data
Structure of medical datajoseangelruiz21
 
Enabling Evidence Based Medicine
Enabling Evidence Based MedicineEnabling Evidence Based Medicine
Enabling Evidence Based MedicineAthula Herath
 
Learning to speak medicine
Learning to speak medicineLearning to speak medicine
Learning to speak medicineXavier Amatriain
 
The Learning Health System: Thinking and Acting Across Scales
The Learning Health System: Thinking and Acting Across ScalesThe Learning Health System: Thinking and Acting Across Scales
The Learning Health System: Thinking and Acting Across ScalesPhilip Payne
 
Health Care Processes and Decision Making_Lecture 4_slides
Health Care Processes and Decision Making_Lecture 4_slidesHealth Care Processes and Decision Making_Lecture 4_slides
Health Care Processes and Decision Making_Lecture 4_slidesCMDLearning
 

Similar to Medical advice as a Recommender System (20)

ML to cure the world
ML to cure the worldML to cure the world
ML to cure the world
 
Xavier Amatriain, Cofounder & CTO, Curai at MLconf SF 2017
Xavier Amatriain, Cofounder & CTO, Curai at MLconf SF 2017Xavier Amatriain, Cofounder & CTO, Curai at MLconf SF 2017
Xavier Amatriain, Cofounder & CTO, Curai at MLconf SF 2017
 
rti_innovation_brief_evidence_synthesis
rti_innovation_brief_evidence_synthesisrti_innovation_brief_evidence_synthesis
rti_innovation_brief_evidence_synthesis
 
Health Care Processes and Decision Making_Lecture 5_slides
Health Care Processes and Decision Making_Lecture 5_slidesHealth Care Processes and Decision Making_Lecture 5_slides
Health Care Processes and Decision Making_Lecture 5_slides
 
Clinical decision support system
Clinical decision support systemClinical decision support system
Clinical decision support system
 
The Many Lives of Data
The Many Lives of DataThe Many Lives of Data
The Many Lives of Data
 
Health Care Processes and Decision Making_lecture 1_slides
Health Care Processes and Decision Making_lecture 1_slidesHealth Care Processes and Decision Making_lecture 1_slides
Health Care Processes and Decision Making_lecture 1_slides
 
Krithara meetup may18_final (1)
Krithara meetup may18_final (1)Krithara meetup may18_final (1)
Krithara meetup may18_final (1)
 
Drug Information.
Drug Information.Drug Information.
Drug Information.
 
Precision and Participatory Medicine - MEDINFO 2015 Panel on big data
Precision and Participatory Medicine - MEDINFO 2015 Panel on big dataPrecision and Participatory Medicine - MEDINFO 2015 Panel on big data
Precision and Participatory Medicine - MEDINFO 2015 Panel on big data
 
Evidence-based medicine in clinical pharmacy
Evidence-based medicine in clinical pharmacyEvidence-based medicine in clinical pharmacy
Evidence-based medicine in clinical pharmacy
 
JPND Research Strategy presentation T. Gasser
JPND Research Strategy presentation  T. GasserJPND Research Strategy presentation  T. Gasser
JPND Research Strategy presentation T. Gasser
 
Evidence based Orthopedics
Evidence based OrthopedicsEvidence based Orthopedics
Evidence based Orthopedics
 
Towards online universal quality healthcare through AI
Towards online universal quality healthcare through AITowards online universal quality healthcare through AI
Towards online universal quality healthcare through AI
 
Healthcare analytics
Healthcare analytics Healthcare analytics
Healthcare analytics
 
Structure of medical data
Structure of medical dataStructure of medical data
Structure of medical data
 
Enabling Evidence Based Medicine
Enabling Evidence Based MedicineEnabling Evidence Based Medicine
Enabling Evidence Based Medicine
 
Learning to speak medicine
Learning to speak medicineLearning to speak medicine
Learning to speak medicine
 
The Learning Health System: Thinking and Acting Across Scales
The Learning Health System: Thinking and Acting Across ScalesThe Learning Health System: Thinking and Acting Across Scales
The Learning Health System: Thinking and Acting Across Scales
 
Health Care Processes and Decision Making_Lecture 4_slides
Health Care Processes and Decision Making_Lecture 4_slidesHealth Care Processes and Decision Making_Lecture 4_slides
Health Care Processes and Decision Making_Lecture 4_slides
 

More from Xavier Amatriain

Data/AI driven product development: from video streaming to telehealth
Data/AI driven product development: from video streaming to telehealthData/AI driven product development: from video streaming to telehealth
Data/AI driven product development: from video streaming to telehealthXavier Amatriain
 
AI-driven product innovation: from Recommender Systems to COVID-19
AI-driven product innovation: from Recommender Systems to COVID-19AI-driven product innovation: from Recommender Systems to COVID-19
AI-driven product innovation: from Recommender Systems to COVID-19Xavier Amatriain
 
AI for COVID-19 - Q42020 update
AI for COVID-19 - Q42020 updateAI for COVID-19 - Q42020 update
AI for COVID-19 - Q42020 updateXavier Amatriain
 
AI for COVID-19: An online virtual care approach
AI for COVID-19: An online virtual care approachAI for COVID-19: An online virtual care approach
AI for COVID-19: An online virtual care approachXavier Amatriain
 
Lessons learned from building practical deep learning systems
Lessons learned from building practical deep learning systemsLessons learned from building practical deep learning systems
Lessons learned from building practical deep learning systemsXavier Amatriain
 
AI for healthcare: Scaling Access and Quality of Care for Everyone
AI for healthcare: Scaling Access and Quality of Care for EveryoneAI for healthcare: Scaling Access and Quality of Care for Everyone
AI for healthcare: Scaling Access and Quality of Care for EveryoneXavier Amatriain
 
From one to zero: Going smaller as a growth strategy
From one to zero: Going smaller as a growth strategyFrom one to zero: Going smaller as a growth strategy
From one to zero: Going smaller as a growth strategyXavier Amatriain
 
Recommender Systems In Industry
Recommender Systems In IndustryRecommender Systems In Industry
Recommender Systems In IndustryXavier Amatriain
 
Recsys 2016 tutorial: Lessons learned from building real-life recommender sys...
Recsys 2016 tutorial: Lessons learned from building real-life recommender sys...Recsys 2016 tutorial: Lessons learned from building real-life recommender sys...
Recsys 2016 tutorial: Lessons learned from building real-life recommender sys...Xavier Amatriain
 
Past present and future of Recommender Systems: an Industry Perspective
Past present and future of Recommender Systems: an Industry PerspectivePast present and future of Recommender Systems: an Industry Perspective
Past present and future of Recommender Systems: an Industry PerspectiveXavier Amatriain
 
Staying Shallow & Lean in a Deep Learning World
Staying Shallow & Lean in a Deep Learning WorldStaying Shallow & Lean in a Deep Learning World
Staying Shallow & Lean in a Deep Learning WorldXavier Amatriain
 
Machine Learning for Q&A Sites: The Quora Example
Machine Learning for Q&A Sites: The Quora ExampleMachine Learning for Q&A Sites: The Quora Example
Machine Learning for Q&A Sites: The Quora ExampleXavier Amatriain
 
BIG2016- Lessons Learned from building real-life user-focused Big Data systems
BIG2016- Lessons Learned from building real-life user-focused Big Data systemsBIG2016- Lessons Learned from building real-life user-focused Big Data systems
BIG2016- Lessons Learned from building real-life user-focused Big Data systemsXavier Amatriain
 
Strata 2016 - Lessons Learned from building real-life Machine Learning Systems
Strata 2016 -  Lessons Learned from building real-life Machine Learning SystemsStrata 2016 -  Lessons Learned from building real-life Machine Learning Systems
Strata 2016 - Lessons Learned from building real-life Machine Learning SystemsXavier Amatriain
 
Past, present, and future of Recommender Systems: an industry perspective
Past, present, and future of Recommender Systems: an industry perspectivePast, present, and future of Recommender Systems: an industry perspective
Past, present, and future of Recommender Systems: an industry perspectiveXavier Amatriain
 
Barcelona ML Meetup - Lessons Learned
Barcelona ML Meetup - Lessons LearnedBarcelona ML Meetup - Lessons Learned
Barcelona ML Meetup - Lessons LearnedXavier Amatriain
 
10 more lessons learned from building Machine Learning systems - MLConf
10 more lessons learned from building Machine Learning systems - MLConf10 more lessons learned from building Machine Learning systems - MLConf
10 more lessons learned from building Machine Learning systems - MLConfXavier Amatriain
 
10 more lessons learned from building Machine Learning systems
10 more lessons learned from building Machine Learning systems10 more lessons learned from building Machine Learning systems
10 more lessons learned from building Machine Learning systemsXavier Amatriain
 
Machine Learning to Grow the World's Knowledge
Machine Learning to Grow  the World's KnowledgeMachine Learning to Grow  the World's Knowledge
Machine Learning to Grow the World's KnowledgeXavier Amatriain
 
MLConf Seattle 2015 - ML@Quora
MLConf Seattle 2015 - ML@QuoraMLConf Seattle 2015 - ML@Quora
MLConf Seattle 2015 - ML@QuoraXavier Amatriain
 

More from Xavier Amatriain (20)

Data/AI driven product development: from video streaming to telehealth
Data/AI driven product development: from video streaming to telehealthData/AI driven product development: from video streaming to telehealth
Data/AI driven product development: from video streaming to telehealth
 
AI-driven product innovation: from Recommender Systems to COVID-19
AI-driven product innovation: from Recommender Systems to COVID-19AI-driven product innovation: from Recommender Systems to COVID-19
AI-driven product innovation: from Recommender Systems to COVID-19
 
AI for COVID-19 - Q42020 update
AI for COVID-19 - Q42020 updateAI for COVID-19 - Q42020 update
AI for COVID-19 - Q42020 update
 
AI for COVID-19: An online virtual care approach
AI for COVID-19: An online virtual care approachAI for COVID-19: An online virtual care approach
AI for COVID-19: An online virtual care approach
 
Lessons learned from building practical deep learning systems
Lessons learned from building practical deep learning systemsLessons learned from building practical deep learning systems
Lessons learned from building practical deep learning systems
 
AI for healthcare: Scaling Access and Quality of Care for Everyone
AI for healthcare: Scaling Access and Quality of Care for EveryoneAI for healthcare: Scaling Access and Quality of Care for Everyone
AI for healthcare: Scaling Access and Quality of Care for Everyone
 
From one to zero: Going smaller as a growth strategy
From one to zero: Going smaller as a growth strategyFrom one to zero: Going smaller as a growth strategy
From one to zero: Going smaller as a growth strategy
 
Recommender Systems In Industry
Recommender Systems In IndustryRecommender Systems In Industry
Recommender Systems In Industry
 
Recsys 2016 tutorial: Lessons learned from building real-life recommender sys...
Recsys 2016 tutorial: Lessons learned from building real-life recommender sys...Recsys 2016 tutorial: Lessons learned from building real-life recommender sys...
Recsys 2016 tutorial: Lessons learned from building real-life recommender sys...
 
Past present and future of Recommender Systems: an Industry Perspective
Past present and future of Recommender Systems: an Industry PerspectivePast present and future of Recommender Systems: an Industry Perspective
Past present and future of Recommender Systems: an Industry Perspective
 
Staying Shallow & Lean in a Deep Learning World
Staying Shallow & Lean in a Deep Learning WorldStaying Shallow & Lean in a Deep Learning World
Staying Shallow & Lean in a Deep Learning World
 
Machine Learning for Q&A Sites: The Quora Example
Machine Learning for Q&A Sites: The Quora ExampleMachine Learning for Q&A Sites: The Quora Example
Machine Learning for Q&A Sites: The Quora Example
 
BIG2016- Lessons Learned from building real-life user-focused Big Data systems
BIG2016- Lessons Learned from building real-life user-focused Big Data systemsBIG2016- Lessons Learned from building real-life user-focused Big Data systems
BIG2016- Lessons Learned from building real-life user-focused Big Data systems
 
Strata 2016 - Lessons Learned from building real-life Machine Learning Systems
Strata 2016 -  Lessons Learned from building real-life Machine Learning SystemsStrata 2016 -  Lessons Learned from building real-life Machine Learning Systems
Strata 2016 - Lessons Learned from building real-life Machine Learning Systems
 
Past, present, and future of Recommender Systems: an industry perspective
Past, present, and future of Recommender Systems: an industry perspectivePast, present, and future of Recommender Systems: an industry perspective
Past, present, and future of Recommender Systems: an industry perspective
 
Barcelona ML Meetup - Lessons Learned
Barcelona ML Meetup - Lessons LearnedBarcelona ML Meetup - Lessons Learned
Barcelona ML Meetup - Lessons Learned
 
10 more lessons learned from building Machine Learning systems - MLConf
10 more lessons learned from building Machine Learning systems - MLConf10 more lessons learned from building Machine Learning systems - MLConf
10 more lessons learned from building Machine Learning systems - MLConf
 
10 more lessons learned from building Machine Learning systems
10 more lessons learned from building Machine Learning systems10 more lessons learned from building Machine Learning systems
10 more lessons learned from building Machine Learning systems
 
Machine Learning to Grow the World's Knowledge
Machine Learning to Grow  the World's KnowledgeMachine Learning to Grow  the World's Knowledge
Machine Learning to Grow the World's Knowledge
 
MLConf Seattle 2015 - ML@Quora
MLConf Seattle 2015 - ML@QuoraMLConf Seattle 2015 - ML@Quora
MLConf Seattle 2015 - ML@Quora
 

Recently uploaded

Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 

Medical advice as a Recommender System

  • 1. Medical practice as a recommender system Xavier Amatriain Curai Healthcare Recsys Workshop Como, 2017
  • 2. Outline ● Can we improve medicine? ● What does this have to do with recsys? ● Medical decision support systems ● ML medical decision systems ● Curai
  • 3. Medicine: what can be improved?
  • 4. Medical decisions require knowledge & data ● Doctors have partial information ○ Of the patient’s history ○ Of the patient’s symptoms ○ Of medical knowledge ■ Different demographics ■ Latest research findings ■ Not easy to remember all past information ● They also might have cognitive biases ○ They decide mostly based on past experience, but this experience is very limited ● Incentives of medical industry also play a role
  • 5. Experts disagree ● Experts disagree among themselves. ○ E.g. oncology experts disagree on the value of colon screening ● Things treated as facts for years end up being wrong. ○ E.g. giving aspirin to reduce fever has been proved to be dangerous ● Psychiatric disorder diagnosis even lower agreement (Cohen’s Kappa of 0.2 or 0.3 in most cases)
  • 6. Experts disagree ● Even medical research is questionable ○ “Most research papers are false” - by Dr. Ioannidis at Stanford
  • 7. Cost of medical errors ● 400k deaths a year can be attributed to medical errors as well as 4M serious health events ○ This compares to 500k deaths from cancer or 40k from vehicle accidents ● Almost half of those events could be preventable ● 30% or $750B is wasted by the US Healthcare system every year
  • 8. Growing complexity of knowledge ● Very slow pace for doctors to acquire new knowledge ● Increased amount of complexity ○ E.g. Coordinating specialists treating a patient is very complex and done using very little technology ● No universally accepted processes and recommendations to make decisions. ○ Those depend on each institution and practitioner ○ 50% of the recommendations made in guidelines based on expert opinion, case studies, or standards of care, not systematic studies
  • 9. No personalization! ● Clinical Practice Guides are not personalized ○ They might prove negative since they fail to take into account interactions between different diseases (e.g. in older patients) ● Research done on “homogeneous”, healthy subjects ● It is very hard for doctors to “manually” personalize their “recommendations”
  • 10. What does this have to do with Recsys?
  • 11. A word on Precision Medicine
  • 12. Precision medicine ● According to the National Institutes of Health (NIH), precision medicine is: "an emerging approach for disease treatment and prevention that takes into account individual variability in genes, environment, and lifestyle for each person."
  • 13. ● Goal: predict more accurately treatment and prevention given a particular disease & group of people ● In contrast to "one-size-fits-all" approach where treatment & prevention are developed for average person ● Term is relatively new, but concept has been around for many years. ○ E.g. blood transfusion is not given from a randomly selected donor Precision medicine
  • 15. How to improve medicine? ● More/better personalization ● Make better use of (big) data ● Automate processes through algorithms and machine learning ● Better user experience both for patients and doctors Does this sound familiar?
  • 17. Medical Diagnosis ● Diagnosis: ○ “a mapping from a patient’s data ( normal and abnormal history , physical examination , and laboratory data ) to a nosology of disease states the process of determining by examination the nature and circumstances of a diseased condition” ○ “The knowledge of how to “work up” the patient depends critically on the ability to evoke history, symptoms, and physical examination findings, concurrently with the ability to generate diagnostic hypotheses that suggest how to further refine or pursue the findings already elicited, or to pursue completely different additional findings. In addition, this must be done in a compassionate and cost-effective manner” (R.A. Miller 1990)
  • 18. Diagnosis Decision Support Systems ● DDSS ○ A computer - based algorithm that assists a clinician with one or more component steps of the diagnostic process ○ It involves diverse activities: ■ information gathering ■ pattern recognition ■ problem solving ■ Decision-making ■ judgment under uncertainty ■ Empathy ○ Large amounts of highly organized knowledge are necessary ● Two categories ○ General-domain DDSS ○ Specialized DDSS
  • 19. Medical Diagnosis as a Recsys ● Input signals ○ Implicit: Data coming from sensors, labs… ○ Explicit: What does the patient tell us ○ Others: Demographic, family history… ● Algorithms ○ Find what worked for “similar” patients in a “similar” situation ● Output ○ Ranked list with “likely” options ○ Need to also worry about other variables such as acuity, explanations....
  • 21. Decision/Diagnosis support systems ● They have been developed for decades ● Many early DDSS based on Bayesian reasoning (60s-70s) ○ Bayesian networks (80s-90s) ○ Neural networks (lately) ● Most of them have been developed “manually” with doctors looking at research and manually encoding that into knowledge bases.
  • 22. An example: Internist-1/QMR/Vddx ● Internist-1 started in 1971, then turned into Quick Medical Reference (~1987), and more recently into VDDx (Vanderbilt Differential Diagnosis) ● Started by Jack Myers (University of Pittsburgh, Chairman of the National Board of Medical Examiners, President of the American College of Physicians, and Chairman of the American Board of Internal Medicine) considered (one of) the best clinical diagnostic experts in the US ● The process for adding a disease requires 2-4 weeks of full-time effort and doctors reading 50 to 250 relevant publications
  • 24. Data for Medical Decision Systems
  • 25. Knowledge bases ● Knowledge base construction ○ Build model from existing medical knowledge ○ E.g. using doctors to read on medical literature and encode “well-established facts” ● Data = Medical Research ○ Ingesting and understanding medical publications can be mostly automated
  • 26. Electronic Health Records ● EHR/EMRs include digital information about patients encounters with doctors or the health system
  • 27. ● Snomed Clinical Terms ○ Computer processable collection of medical terms providing codes, terms, synonyms and definitions used in clinical documentation and reporting. ○ Considered to be the most comprehensive, multilingual clinical healthcare terminology ○ Primary purpose: encode the meanings that are used in health information & support effective clinical recording of data with the aim of improving patient care. ○ It provides the core general terminology for electronic health records. ○ It includes: clinical findings, symptoms, diagnoses, procedures, body structures, organisms and other etiologies, substances, pharmaceuticals, devices and specimens. Ontologies
  • 28. Ontologies ● ICD-10 ○ 10th revision of the International Statistical Classification of Diseases and Related Health Problems (ICD), a medical classification list by the World Health Organization (WHO) ○ It contains codes for diseases, signs and symptoms, abnormal findings, complaints, social circumstances, and external causes of injury or diseases ○ The code set allows more than 14,400 different codes and permits the tracking of new diagnoses.
  • 29. Ontologies ● UMLS (1986) ○ Designed and is maintained by the US National Library of Medicine, updated quarterly, free ○ Compendium of many controlled vocabularies in the biomedical sciences. ○ Provides mapping structure among vocabularies ○ Allows to translate among the various terminology systems ○ It can be interpreted as a thesaurus and ontology of biomedical concepts. ○ It provides tools for natural language processing. ○ Intended for developers of systems in medical informatics.
  • 30. Combining and aggregating data ● At the end, what you need is a way to process and aggregate all these different sources of data either manually (expert systems) or algorithmically (ML)
  • 31. ML for Medical Decision Systems
  • 33. NLP ● Understanding what doctors say ● Understanding what patients say
  • 34. Diagnostic Systems ● Building diagnostic systems from data through ML
  • 35. Curai
  • 36. Who are we ● 3 months in ● Team of 8 people as of today ● 3 co-founders with experience in Recsys, product development, business ● 4 engineers (former FAIR, Google, Uber self-driving car, Stanford…) ● 1 full-time doctor (Stanford postdoc in medicine, formerly a software engineer) ● Several advisors (Mostly doctors, and researchers related to the topic) ● (Actively hiring)
  • 37. What are we doing? ● Combining AI/ML and good product/UX practices to build a medical tool for patients ● We are leveraging all of the previous techniques ● We are stealth, too soon to say too much about what we have ● Although… we plan on having our friends & family-ready prototype in the coming weeks
  • 38. Challenges ● Algorithmic: e.g. combining expert rule-based and ML ● Data: quality, sparsity, and bias in data ● UX: trustworthiness and engagement of the system, incentives… ● Legal ● … It’s about time we overcome all of these.
  • 40. Conclusions ● Medicine/healthcare is one of the areas in society that can benefit most from technology in general and algorithmic approaches in particular ● Medicine has many similarities to recommender systems ○ Importance of data (both big and small) ○ Content and collaborative approaches ○ Importance of UI/UX (e.g. user understanding, feedback, and explanations) ○ Evaluation has to be sensitive to overall optimization problem ● Huge opportunity, great mission: looking forward to many advances that will save millions of lives in the next few years
  • 42. ● “Probabilistic diagnosis using a reformulation of the INTERNIST-1/QMR knowledge base” . Shwe et al. 1991. ● “Computer-assisted diagnostic decision support: history, challenges, and possible paths forward” Miller. 2009. ● “Mining Biomedical Ontologies and Data Using RDF Hypergraphs” Liu et al. 2013. ● “Health Recommender Systems: Concepts, Requirements, Technical Basics & Challenges”, Wiesner & Pfeifer, 2014. ● “A ‘Green Button’ For Using Aggregate Patient Data At The Point Of Care” Longhurst et al. 2014. ● “Building the graph of medicine from millions of clinical narratives” Finlayson et al. 2014. ● “Comparison of Physician and Computer Diagnostic Accuracy” Semigran et al. 2016. ● “Identifiable Phenotyping using Constrained Non-Negative Matrix Factorization”. Joshi et al. 2016. ● “Clinical Tagging with Joint Probabilistic Models” . Halpern et al. 2016. ● “Deep Patient: An Unsupervised Representation to Predict the Future of Patients from EHR”. Miotto et al. 2016. ● “Learning a Health Knowledge Graph from Electronic Medical Records” Rotmensch et al. 2017. ● “Clustering Patients with Tensor Decomposition”. Ruffini et al. 2017. ● “Patient Similarity Using Population Statistics and Multiple Kernel Learning”. Conroy et al. 2017. ● “Diagnostic Inferencing via Clinical Concept Extraction with Deep Reinforcement Learning”. Ling et al. 2017. ● “Generating Multi-label Discrete Patient Records using Generative Adversarial Networks” Choi et al. 2017 References