SlideShare a Scribd company logo
Human and Computer
Collaboration in Medicine
John Windle MD
Professor of Cardiovascular Medicine
Richard and Mary Holland Distinguished Chair
of Cardiovascular Science
Disclosures:
• This work is supported, in part, from AHRQ R-01 grant
HS22110-01A1
• I have no relevant conflict of interests to report
• I am not an expert in artificial intelligence
• But I get to work with people who are.
1) The Learner will become familiar with the
terminology and concepts related to machine
learning and artificial intelligence.
2) The Learner will gain an understanding of human
cognition and cognitive load theory.
3) The Learner will be exposed to the opportunities and
challenges of bringing AI into healthcare.
Objectives:
What is Artificial
Intelligence (AI)?
Nope, Sorry, Not Yet
What is Artificial Intelligence
The theory and development of computer systems able
to perform tasks that normally require human
intelligence, such as visual perception, speech
recognition, decision-making, and translation between
languages.
What is AI?
Can the entity think humanly and rationally?
– Ex. Draw unbiased insights from data and make
useful predictions
Can the entity act humanly and rationally?
– Ex. In a restaurant, take meal order and serve
customer seamlessly
AI Techniques
– Knowledge-based approaches
– Machine-learning approaches
Knowledge Base
The knowledge base approaches that compute
reasons about statements deemed to be true
about the world
– An operator/programmer implements such
statements in terms of rules
– A logical inference engine processes these
rules to draw patterns/capture knowledge
about the world
Machine Learning
-Machine learning uses statistical concepts to
draw patterns from vast amount of data
-As opposed to encoding all human knowledge
into a knowledge base, machine learning
extracts both subjective and intuitive
knowledge from raw data
Machine Learning
-Machine learning approaches:
– Supervised learning
– Unsupervised learning
– Reinforcement learning
-All can utilize deep learning based on
whether they are using more than one
neural network layers
Deep Learning
Deep learning is a machine learning
technique/algorithm that derives much
more complex representation or
recognition of a concept out of very
simple concepts in an incremental
manner.
Deep Learning
An image of a person
can be recognized
through simpler
concepts such as
corners and contours,
which in turn are
derived from edges
and strokes, etc.
Deep Learning
With deep learning, each level of
abstraction or complexity is processed
by a layer of hidden units
Hence, the idea of neural networks
Neural Network
In image recognition the
input layer is an image,
the output layer could be
recognizing that the
image is of a person.
Each layer processes a
smaller abstraction of the
image and feeds into the
next layer.
Supervised Learning
In supervised learning, the raw data (or input
features) are labeled and the algorithm is
trained to understand or recognize the
meaning of the input.
The algorithm is tested and evaluated against
unlabeled raw data to see how well it makes
accurate predictions.
Unsupervised
Learning
In unsupervised learning, the raw data (or input
features) are unlabeled
In this methodology, the algorithm is designed
to discover patterns that are not known in
advance even by human experts
Requires VERY large and complex data sets
Vinod Sharma (2018)
Reinforcement
Learning
In reinforcement learning, the raw data (or input
features) is/are also unlabeled
The algorithm finds patterns through trial and
error with a human expert rewarding it as
appropriate
The rewarding scheme is coded in advance of
the learning process
Reinforcement Learning
Human Cognition
-Social Cognition: Objectivity in false belief, appearance-
reality
-Communication: Understanding conventions and
normative speech
-Cultural Learning: Instructed learning of generic
information.
-Collaboration: Joint Commitment
-Prosociality: Fairness and Reciprocity
-Social Norms: Enforcing norms, respecting possession
-Moral Identity: Guilt
Tomasello: Becoming Human 2019
WHAT MAKES US HUMAN?
Human Cognition
-Fluid Intelligence-reason and pattern recognition in new
situations
-Crystallized Intelligence-previous knowledge
-Education is the process of telling smaller and smaller
lies.
-Expertise: Building more and more complex schema
-Creating Shared Mental Models
-Among the clinical team
-Between the clinician and the patient
-The Flynn Effects: Yup our children are smarter than us.
IQ tests rising by 3 points per decade.
Fundamentals
Human Cognition
Experts make judgements on pattern recognition
Experts develop more and more complex schema
Experts identify gaps
Expertise
Collaborative AI
Gary Kasparov
-World Champion Chess Master
-Defeated by Deep Blue (Precursor to IBM Watson)
in 1997
-Demonstrated in 2005 that Human and AI pairing
was better than humans alone, or computer alone.
Linking Artificial Intelligence and Human Cognition
Collaborative AI
-Machine Learning is a set of methods that allow computers to
learn from data to make and improve predictions
-An Algorithm is a set of rules that a machine follows to achieve a
particular goal
-A Black Box Model is a system that does not reveal its internal
mechanisms
-A major disadvantage of using machine learning is that
insights about the data and the task the machine solves is
hidden in increasingly complex models.
-The best performing models are often blends of several
models (also called ensembles) that cannot be interpreted,
even if each single model could be interpreted
Linking Artificial Intelligence and Human Cognition
Collaborative AI
-Stuart Russell (2018): “Medicine is an area where we
know a great deal about human physiology-and so to me,
knowledge-based or model-based approaches are more
likely to succeed than data-driven machine learning
systems. The idea that we can collect terabytes of data
from millions of patients and then throw them into a
black-box learning algorithm, doesn’t makes sense to
me.”
Collaborative AI
-Christoph Molnar (2019) “Until recently, humans had a
monopoly on agency in society. If you went to the
hospital, a human would attempt to categorize your
malady and recommend treatment. For consequential
decisions such as these, you might demand an
explanation from the decision-making agent. In societal
contexts, the reasons for a decision often matter. For
example, intentionally causing death (murder) vs.
unintentionally (manslaughter) are distinct crimes.
Similarly, a hiring decision being based (directly or
indirectly) on a protected characteristic such as race has
a bearing on its legality. However, today’s predictive
models are not capable of reasoning at all.”
Collaborative AI
-A Dataset is a table with the data from which the machine learns
-The Features are the inputs used for prediction or classification
-The Target is the information the machine learns to predict
-The Prediction is what the machine learning model “guesses”
what the target value should be based on the given features
-Interpretability is the degree to which a human can
understand the cause of a decision (they can predict the
model’s result
INTERPRETABLE AI-The White Box Approach
Collaborative AI
-Fairness: Ensuring that predictions are unbiased and do not implicitly
or explicitly discriminate against protected groups. An interpretable
model can tell you why it has decided that a certain person should not
get a loan, and it becomes easier for a human to judge whether the
decision is based on a learned demographic (e.g. racial) bias.
-Privacy: Ensuring that sensitive information in the data is protected.
-Reliability or Robustness: Ensuring that small changes in the input do
not lead to large changes in the prediction.
-Causality: Check that only causal relationships are picked up.
-Trust: It is easier for humans to trust a system that explains its
decisions compared to a black box.
Why Interpretability is Important
Collaborative AI
-Properties of Explanation Methods: Expressive Power,
Translucency, Portability, and Algorithmic Complexity
-Properties of Individual Explanation: Accuracy, Fidelity,
Stability, Comprehensibility, Degree of Importance, Novelty and
Representativeness.
-Accuracy and fidelity are closely related. If the black box model
has high accuracy and the explanation has high fidelity, the
explanation also has high accuracy.
-Comprehensibility: How well do humans understand the
explanations? This looks just like one more property among many,
but it is the elephant in the room. Difficult to define and measure,
but extremely important to get right.
The Science of Learning
-George Boole (1854): The Laws of Thought: The
Mathematical Theories of Logic and Probabilities
-Abraham Flexner (1910): Train physicians in the
principles of scientific medicine
-Terry Sejnowski (2018): Neuroscience + Psychology +
Education + Learning
The Center for Intelligent
Health Care
Optimizing the Electronic Health Record for Clinicians
-Interviews of over 96 cardiovascular clinicians and
120 cardiovascular patients.
-8 sites around the country: 4 academic, 4 private
practice.
-Result: Cardiovascular Medicine is practiced the
same across the country independent of installed
EHR.
INTELLIGENTLY SIMPLIFYING HEALTHCARE
The Center for Intelligent
Health Care
-Electronic Health Information Systems is a primary driver of
clinician burden and burn-out
-Clinicians feel overburdened by administrative tasks,
“documenting impertinent negatives”
-Clinicians want pertinent information pushed to them
-The Problem List (Symptoms, Diagnoses, and Treatments)
serves as the keystone to what information to push
-Domain, Duties, and Expertise are the other axes
INTELLIGENTLY SIMPLIFYING HEALTHCARE
The Center for Intelligent
Health Care
-Interoperability (data liquidity) is an unrealized goal of the HITECH act.
-The Pew Project:
-Understanding Clinical Quality Registries
-Adopting Established Informatics Standards (SNOMED CT,
RxNorm, LOINC)
-Build out a data dictionary that is understandable by both
computer scientists and clinicians.
-80% of an AI Scientist’s time is devoted to “cleaning up the data”
-Good Data can help overcome limitations of natural language
processing
-“What you say, what you mean, what you didn’t say, and what you
didn’t think”
Core for Good Data
The Center for Intelligent
Health Care
-Create an intelligent data dictionary (CRANE) to supply
good data to the AI Engine
-Create a clinical incubator and prototyping lab to train the
AI Engine
-Build complexity through the domains, duty, and expertise
-Ultimately, clinicians teach the AI engine and the AI engine
teaches the clinicians
Core for Artificial Intelligence and Human Cognition
Conclusions
-Artificial Intelligence will continue to expand in
importance for the foreseeable future, but AI in
Healthcare is really in its infancy.
-Artificial Intelligence in the clinical environment will
include a full tool kit: Linear regression, natural language,
deep learning, but also structured data and support to
nudge clinicians to the better practice of medicine
Intelligence in Medicine: IDeA - Human and Computer Collaboration in Medicine

More Related Content

Similar to Intelligence in Medicine: IDeA - Human and Computer Collaboration in Medicine

EELU AI lecture 1- fall 2022-2023 - Chapter 01- Introduction.ppt
EELU AI  lecture 1- fall 2022-2023 - Chapter 01- Introduction.pptEELU AI  lecture 1- fall 2022-2023 - Chapter 01- Introduction.ppt
EELU AI lecture 1- fall 2022-2023 - Chapter 01- Introduction.ppt
DaliaMagdy12
 
lecture1423723637.pdf
lecture1423723637.pdflecture1423723637.pdf
lecture1423723637.pdf
BalkrishanJindal4
 
Introduction to Artificial Intelligence
Introduction to Artificial IntelligenceIntroduction to Artificial Intelligence
Introduction to Artificial Intelligence
Luca Bianchi
 
Artificial intelligence Part1
Artificial intelligence Part1Artificial intelligence Part1
Artificial intelligence Part1
SURBHI SAROHA
 
Ch 1 Introduction to AI.pdf
Ch 1 Introduction to AI.pdfCh 1 Introduction to AI.pdf
Ch 1 Introduction to AI.pdf
KrishnaMadala1
 
Artificial-intelligence and its applications in medicine and dentistry.pdf
Artificial-intelligence and its applications in medicine and dentistry.pdfArtificial-intelligence and its applications in medicine and dentistry.pdf
Artificial-intelligence and its applications in medicine and dentistry.pdf
Romissaa ali Esmail/ faculty of dentistry/Al-Azhar university
 
Artificial_Intelligence.ppt
Artificial_Intelligence.pptArtificial_Intelligence.ppt
Artificial_Intelligence.ppt
MuhammadKashif229632
 
Knowledge representation
Knowledge representationKnowledge representation
Knowledge representation
Dr. Jasmine Beulah Gnanadurai
 
Knowledge base system
Knowledge base systemKnowledge base system
Knowledge base system
RanjithaM32
 
Cosc 208 lecture note-1
Cosc 208 lecture note-1Cosc 208 lecture note-1
Cosc 208 lecture note-1
Yasin Muhammed Tukur
 
Key Expert Systems Concepts
Key Expert Systems ConceptsKey Expert Systems Concepts
Key Expert Systems Concepts
Harmony Kwawu
 
chapter 3 - Artificial Intelligence.pptx
chapter 3 - Artificial Intelligence.pptxchapter 3 - Artificial Intelligence.pptx
chapter 3 - Artificial Intelligence.pptx
SisayNegash4
 
AI - the minimum you have to know
AI - the minimum you have to knowAI - the minimum you have to know
AI - the minimum you have to know
Marcel Blattner, PhD
 
Machine creativity TED Talk 2.0
Machine creativity TED Talk 2.0Machine creativity TED Talk 2.0
Machine creativity TED Talk 2.0
Cameron Aaron
 
Machine creativity TED Talk 2.0
Machine creativity TED Talk 2.0Machine creativity TED Talk 2.0
Machine creativity TED Talk 2.0
Cameron Aaron
 
Introduction to Artificial intelligence and ML
Introduction to Artificial intelligence and MLIntroduction to Artificial intelligence and ML
Introduction to Artificial intelligence and ML
bansalpra7
 
Alice Phieu - In AI We Trust
Alice Phieu - In AI We TrustAlice Phieu - In AI We Trust
Alice Phieu - In AI We Trust
Alice Phieu
 
What is Artificial Intelligence?
What is Artificial Intelligence?What is Artificial Intelligence?
What is Artificial Intelligence?
Maad M. Mijwil
 
Meet the Learning Machine: How Artificial Intelligence is transforming our wo...
Meet the Learning Machine: How Artificial Intelligence is transforming our wo...Meet the Learning Machine: How Artificial Intelligence is transforming our wo...
Meet the Learning Machine: How Artificial Intelligence is transforming our wo...
J. Scott Christianson
 
Ai introduction
Ai  introductionAi  introduction
Ai introduction
BalneSridevi
 

Similar to Intelligence in Medicine: IDeA - Human and Computer Collaboration in Medicine (20)

EELU AI lecture 1- fall 2022-2023 - Chapter 01- Introduction.ppt
EELU AI  lecture 1- fall 2022-2023 - Chapter 01- Introduction.pptEELU AI  lecture 1- fall 2022-2023 - Chapter 01- Introduction.ppt
EELU AI lecture 1- fall 2022-2023 - Chapter 01- Introduction.ppt
 
lecture1423723637.pdf
lecture1423723637.pdflecture1423723637.pdf
lecture1423723637.pdf
 
Introduction to Artificial Intelligence
Introduction to Artificial IntelligenceIntroduction to Artificial Intelligence
Introduction to Artificial Intelligence
 
Artificial intelligence Part1
Artificial intelligence Part1Artificial intelligence Part1
Artificial intelligence Part1
 
Ch 1 Introduction to AI.pdf
Ch 1 Introduction to AI.pdfCh 1 Introduction to AI.pdf
Ch 1 Introduction to AI.pdf
 
Artificial-intelligence and its applications in medicine and dentistry.pdf
Artificial-intelligence and its applications in medicine and dentistry.pdfArtificial-intelligence and its applications in medicine and dentistry.pdf
Artificial-intelligence and its applications in medicine and dentistry.pdf
 
Artificial_Intelligence.ppt
Artificial_Intelligence.pptArtificial_Intelligence.ppt
Artificial_Intelligence.ppt
 
Knowledge representation
Knowledge representationKnowledge representation
Knowledge representation
 
Knowledge base system
Knowledge base systemKnowledge base system
Knowledge base system
 
Cosc 208 lecture note-1
Cosc 208 lecture note-1Cosc 208 lecture note-1
Cosc 208 lecture note-1
 
Key Expert Systems Concepts
Key Expert Systems ConceptsKey Expert Systems Concepts
Key Expert Systems Concepts
 
chapter 3 - Artificial Intelligence.pptx
chapter 3 - Artificial Intelligence.pptxchapter 3 - Artificial Intelligence.pptx
chapter 3 - Artificial Intelligence.pptx
 
AI - the minimum you have to know
AI - the minimum you have to knowAI - the minimum you have to know
AI - the minimum you have to know
 
Machine creativity TED Talk 2.0
Machine creativity TED Talk 2.0Machine creativity TED Talk 2.0
Machine creativity TED Talk 2.0
 
Machine creativity TED Talk 2.0
Machine creativity TED Talk 2.0Machine creativity TED Talk 2.0
Machine creativity TED Talk 2.0
 
Introduction to Artificial intelligence and ML
Introduction to Artificial intelligence and MLIntroduction to Artificial intelligence and ML
Introduction to Artificial intelligence and ML
 
Alice Phieu - In AI We Trust
Alice Phieu - In AI We TrustAlice Phieu - In AI We Trust
Alice Phieu - In AI We Trust
 
What is Artificial Intelligence?
What is Artificial Intelligence?What is Artificial Intelligence?
What is Artificial Intelligence?
 
Meet the Learning Machine: How Artificial Intelligence is transforming our wo...
Meet the Learning Machine: How Artificial Intelligence is transforming our wo...Meet the Learning Machine: How Artificial Intelligence is transforming our wo...
Meet the Learning Machine: How Artificial Intelligence is transforming our wo...
 
Ai introduction
Ai  introductionAi  introduction
Ai introduction
 

Recently uploaded

Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
Antonios Katsarakis
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
Postman
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
saastr
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
Hiike
 
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
Data Hops
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Tatiana Kojar
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
Edge AI and Vision Alliance
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Wask
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
saastr
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Alpen-Adria-Universität
 
JavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green MasterplanJavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green Masterplan
Miro Wengner
 
Trusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process MiningTrusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process Mining
LucaBarbaro3
 
dbms calicut university B. sc Cs 4th sem.pdf
dbms  calicut university B. sc Cs 4th sem.pdfdbms  calicut university B. sc Cs 4th sem.pdf
dbms calicut university B. sc Cs 4th sem.pdf
Shinana2
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Precisely
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
Javier Junquera
 

Recently uploaded (20)

Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
 
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
 
JavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green MasterplanJavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green Masterplan
 
Trusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process MiningTrusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process Mining
 
dbms calicut university B. sc Cs 4th sem.pdf
dbms  calicut university B. sc Cs 4th sem.pdfdbms  calicut university B. sc Cs 4th sem.pdf
dbms calicut university B. sc Cs 4th sem.pdf
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
 

Intelligence in Medicine: IDeA - Human and Computer Collaboration in Medicine

  • 1. Human and Computer Collaboration in Medicine John Windle MD Professor of Cardiovascular Medicine Richard and Mary Holland Distinguished Chair of Cardiovascular Science
  • 2. Disclosures: • This work is supported, in part, from AHRQ R-01 grant HS22110-01A1 • I have no relevant conflict of interests to report • I am not an expert in artificial intelligence • But I get to work with people who are.
  • 3. 1) The Learner will become familiar with the terminology and concepts related to machine learning and artificial intelligence. 2) The Learner will gain an understanding of human cognition and cognitive load theory. 3) The Learner will be exposed to the opportunities and challenges of bringing AI into healthcare. Objectives:
  • 6. What is Artificial Intelligence The theory and development of computer systems able to perform tasks that normally require human intelligence, such as visual perception, speech recognition, decision-making, and translation between languages.
  • 7. What is AI? Can the entity think humanly and rationally? – Ex. Draw unbiased insights from data and make useful predictions Can the entity act humanly and rationally? – Ex. In a restaurant, take meal order and serve customer seamlessly
  • 8. AI Techniques – Knowledge-based approaches – Machine-learning approaches
  • 9. Knowledge Base The knowledge base approaches that compute reasons about statements deemed to be true about the world – An operator/programmer implements such statements in terms of rules – A logical inference engine processes these rules to draw patterns/capture knowledge about the world
  • 10. Machine Learning -Machine learning uses statistical concepts to draw patterns from vast amount of data -As opposed to encoding all human knowledge into a knowledge base, machine learning extracts both subjective and intuitive knowledge from raw data
  • 11. Machine Learning -Machine learning approaches: – Supervised learning – Unsupervised learning – Reinforcement learning -All can utilize deep learning based on whether they are using more than one neural network layers
  • 12. Deep Learning Deep learning is a machine learning technique/algorithm that derives much more complex representation or recognition of a concept out of very simple concepts in an incremental manner.
  • 13. Deep Learning An image of a person can be recognized through simpler concepts such as corners and contours, which in turn are derived from edges and strokes, etc.
  • 14. Deep Learning With deep learning, each level of abstraction or complexity is processed by a layer of hidden units Hence, the idea of neural networks
  • 15. Neural Network In image recognition the input layer is an image, the output layer could be recognizing that the image is of a person. Each layer processes a smaller abstraction of the image and feeds into the next layer.
  • 16. Supervised Learning In supervised learning, the raw data (or input features) are labeled and the algorithm is trained to understand or recognize the meaning of the input. The algorithm is tested and evaluated against unlabeled raw data to see how well it makes accurate predictions.
  • 17. Unsupervised Learning In unsupervised learning, the raw data (or input features) are unlabeled In this methodology, the algorithm is designed to discover patterns that are not known in advance even by human experts Requires VERY large and complex data sets
  • 19. Reinforcement Learning In reinforcement learning, the raw data (or input features) is/are also unlabeled The algorithm finds patterns through trial and error with a human expert rewarding it as appropriate The rewarding scheme is coded in advance of the learning process
  • 21. Human Cognition -Social Cognition: Objectivity in false belief, appearance- reality -Communication: Understanding conventions and normative speech -Cultural Learning: Instructed learning of generic information. -Collaboration: Joint Commitment -Prosociality: Fairness and Reciprocity -Social Norms: Enforcing norms, respecting possession -Moral Identity: Guilt Tomasello: Becoming Human 2019 WHAT MAKES US HUMAN?
  • 22. Human Cognition -Fluid Intelligence-reason and pattern recognition in new situations -Crystallized Intelligence-previous knowledge -Education is the process of telling smaller and smaller lies. -Expertise: Building more and more complex schema -Creating Shared Mental Models -Among the clinical team -Between the clinician and the patient -The Flynn Effects: Yup our children are smarter than us. IQ tests rising by 3 points per decade. Fundamentals
  • 23. Human Cognition Experts make judgements on pattern recognition Experts develop more and more complex schema Experts identify gaps Expertise
  • 24. Collaborative AI Gary Kasparov -World Champion Chess Master -Defeated by Deep Blue (Precursor to IBM Watson) in 1997 -Demonstrated in 2005 that Human and AI pairing was better than humans alone, or computer alone. Linking Artificial Intelligence and Human Cognition
  • 25. Collaborative AI -Machine Learning is a set of methods that allow computers to learn from data to make and improve predictions -An Algorithm is a set of rules that a machine follows to achieve a particular goal -A Black Box Model is a system that does not reveal its internal mechanisms -A major disadvantage of using machine learning is that insights about the data and the task the machine solves is hidden in increasingly complex models. -The best performing models are often blends of several models (also called ensembles) that cannot be interpreted, even if each single model could be interpreted Linking Artificial Intelligence and Human Cognition
  • 26. Collaborative AI -Stuart Russell (2018): “Medicine is an area where we know a great deal about human physiology-and so to me, knowledge-based or model-based approaches are more likely to succeed than data-driven machine learning systems. The idea that we can collect terabytes of data from millions of patients and then throw them into a black-box learning algorithm, doesn’t makes sense to me.”
  • 27. Collaborative AI -Christoph Molnar (2019) “Until recently, humans had a monopoly on agency in society. If you went to the hospital, a human would attempt to categorize your malady and recommend treatment. For consequential decisions such as these, you might demand an explanation from the decision-making agent. In societal contexts, the reasons for a decision often matter. For example, intentionally causing death (murder) vs. unintentionally (manslaughter) are distinct crimes. Similarly, a hiring decision being based (directly or indirectly) on a protected characteristic such as race has a bearing on its legality. However, today’s predictive models are not capable of reasoning at all.”
  • 28. Collaborative AI -A Dataset is a table with the data from which the machine learns -The Features are the inputs used for prediction or classification -The Target is the information the machine learns to predict -The Prediction is what the machine learning model “guesses” what the target value should be based on the given features -Interpretability is the degree to which a human can understand the cause of a decision (they can predict the model’s result INTERPRETABLE AI-The White Box Approach
  • 29. Collaborative AI -Fairness: Ensuring that predictions are unbiased and do not implicitly or explicitly discriminate against protected groups. An interpretable model can tell you why it has decided that a certain person should not get a loan, and it becomes easier for a human to judge whether the decision is based on a learned demographic (e.g. racial) bias. -Privacy: Ensuring that sensitive information in the data is protected. -Reliability or Robustness: Ensuring that small changes in the input do not lead to large changes in the prediction. -Causality: Check that only causal relationships are picked up. -Trust: It is easier for humans to trust a system that explains its decisions compared to a black box. Why Interpretability is Important
  • 30. Collaborative AI -Properties of Explanation Methods: Expressive Power, Translucency, Portability, and Algorithmic Complexity -Properties of Individual Explanation: Accuracy, Fidelity, Stability, Comprehensibility, Degree of Importance, Novelty and Representativeness. -Accuracy and fidelity are closely related. If the black box model has high accuracy and the explanation has high fidelity, the explanation also has high accuracy. -Comprehensibility: How well do humans understand the explanations? This looks just like one more property among many, but it is the elephant in the room. Difficult to define and measure, but extremely important to get right.
  • 31. The Science of Learning -George Boole (1854): The Laws of Thought: The Mathematical Theories of Logic and Probabilities -Abraham Flexner (1910): Train physicians in the principles of scientific medicine -Terry Sejnowski (2018): Neuroscience + Psychology + Education + Learning
  • 32. The Center for Intelligent Health Care Optimizing the Electronic Health Record for Clinicians -Interviews of over 96 cardiovascular clinicians and 120 cardiovascular patients. -8 sites around the country: 4 academic, 4 private practice. -Result: Cardiovascular Medicine is practiced the same across the country independent of installed EHR. INTELLIGENTLY SIMPLIFYING HEALTHCARE
  • 33. The Center for Intelligent Health Care -Electronic Health Information Systems is a primary driver of clinician burden and burn-out -Clinicians feel overburdened by administrative tasks, “documenting impertinent negatives” -Clinicians want pertinent information pushed to them -The Problem List (Symptoms, Diagnoses, and Treatments) serves as the keystone to what information to push -Domain, Duties, and Expertise are the other axes INTELLIGENTLY SIMPLIFYING HEALTHCARE
  • 34. The Center for Intelligent Health Care -Interoperability (data liquidity) is an unrealized goal of the HITECH act. -The Pew Project: -Understanding Clinical Quality Registries -Adopting Established Informatics Standards (SNOMED CT, RxNorm, LOINC) -Build out a data dictionary that is understandable by both computer scientists and clinicians. -80% of an AI Scientist’s time is devoted to “cleaning up the data” -Good Data can help overcome limitations of natural language processing -“What you say, what you mean, what you didn’t say, and what you didn’t think” Core for Good Data
  • 35. The Center for Intelligent Health Care -Create an intelligent data dictionary (CRANE) to supply good data to the AI Engine -Create a clinical incubator and prototyping lab to train the AI Engine -Build complexity through the domains, duty, and expertise -Ultimately, clinicians teach the AI engine and the AI engine teaches the clinicians Core for Artificial Intelligence and Human Cognition
  • 36. Conclusions -Artificial Intelligence will continue to expand in importance for the foreseeable future, but AI in Healthcare is really in its infancy. -Artificial Intelligence in the clinical environment will include a full tool kit: Linear regression, natural language, deep learning, but also structured data and support to nudge clinicians to the better practice of medicine