SlideShare a Scribd company logo
EXPLAINABLE AI
Factors driving rapid advancement of AI
Third Wave of AI
SymbolicAI
Logic rules represent
knowledge
No learning capability
and poor handling of
uncertainty
StatisticalAI
Statistical models for
specific domains training
on big data.
No contextual capability
and minimal explainability.
Explainable AI
Systems construct
explanatory models.
Systems learn and
reason with new
tests and situations.
GPUs, On-chip
Neural Network
Data
Availability
Cloud
Infrastructure
New
Algorithms
2
There are two ways to provide explainable AI:
• Use Machine learning approaches that are inherently explainable such as decision
trees, knowledge graphs and similarity models.
• Develop new approaches to explain complicated neural networks.
What is XAI?
It is a AI system that explains their decision making which is referred as Explainable AI or
XAI. The goal of XAI is to provide verifiable explanations of how machine learning systems
makes decisions and let humans to be in the loop.
3
What is Explainable AI?
Black BoxAI
Data
Black-Box
AI
AI
product
Explainable AI
Explainable
AI
Explainable
AI Product
Explanation
Decision
Feedback
Decision,
Recommendation
Clear & transparent
Predictions
I understand why
I understand why not
I know why you succeed or fail
I understand, so I trust you
Confusion with today’s AI
Black Box
Why did you do that?
Why did you not do that?
When do you succeed or fail?
How do I correct an error?
4
Data
Black-box AI Creates Confusion
and Doubt
Can I trust our AI
decisions?
How do I answer this
customer complaint?
Is this the best model
that can be built?
How doI monitor and
debug thismodel?
Why I am getting this
decision?
How can I get a better
decision?
Poor Decision
Black-box
AI
</>
</>
Are these AI system
decisions fair?
Internal Audit,
Regulators
Data Scientists
IT & Operations
Business Owner
5
Customer Support
Why Do We Need It?
6
• Artificial Intelligence are increasingly implemented in our everyday lives to assist humans
in making decisions.
• These trivial decisions can vary from a lifestyle choices to more complex decisions such as
loan approvals, investments, court decisions and selection of job candidates.
• Many AI algorithms are a Blackbox that is not transparent. This leads to trustability
concerns. In order to trust these systems, humans want accountability and explanation.
Why Do We Need It?
7
• While the machine learning systems deployed in 2008 were mostly within the products
of tech-first companies (i.e. Google, YouTube), the false prediction would result in the
wrong recommendation to the application user.
• But, when it is being deployed in other industries such as military,healthcare, finance, it
would lead to adverse consequences affecting many lives.
• Thus, we create AI systems that explain their decision making.
8
• Why did you do that?
• Why not something else?
• When do you succeed?
• When do you fail?
• When can I trust you?
• How do I correct an error?
We are entering a new
age of AI applications.
Machine learning is the
core technology.
Machine learning
models are opaque,
non-intuitive, and
difficult for people to
understand.
AI System DoD and non-DoD
Application
Transportation
Security
Medicine
Finance
Legal
Military
User
Process of XAI
AI is Interpretability. It collaborates between• The significant enabler of explainable
human and artificial intelligence.
• Interpretability is a degree to which a human can understand the cause of a decision.
• It strengthens trust and transparency,explains decisions, fulfil regulatory requirements,
and improve models.
• The stages of AI explainability is categorized into pre-modelling, explainable modelling
and post-modelling. They focus on explainability at the dataset stage and during model
development.
9
Explainable
AI
Feedback Loop
Train
Deploy
Monitor
A/B Test
Predict
“Explainability By Design" For AI Products
Model Diagnostics
Root Cause Analytics
Debug
Performance Monitoring
Fairness Monitoring
Model Comparison
Cohort Analysis
Model Debugging
Model Visualization
Model Evaluation
Compliance Testing
QA
Model Launch Signoff
Model Release Mgmt
Explainable Decisions
API Support
10
Explainability Approaches
11
• The popular Local Interpretable Model-agnostic Explanations (LIME) approach provides
explanation for an instance prediction of a model in terms of input features, the explanation
family, etc.
• Post-hoc Explainability approach of AI Model creates.
• Individual prediction explanations with input features, influential concepts, local
decision rules.
• The global prediction explanations with partial dependence plots, global
feature importance, global decision rules.
• The build an interpretability model approach creates
• Logistic regressions, decision trees, generalized additive models(GAMs).
Why Explainability: Improve ML Model
Standard ML Interpretable ML
Data
ML
model
Model/data
Improvement
Data
ML
model
Predictions
Generalization error Generalization error + Human experience
Verified predictions
Interpretability
Humaninspection
12
Explanation Targets
13
• The target specifies the object of an explainability method which varies in type, scope, and
complexity.
• The type of explanation target is often determined according to the role-specific goals of
end users.
• There are two types of targets: inside vs outside, which can also be referred as mechanistic
vs Functional.
• AI experts require a mechanistic explanation of some component inside a model to
understand how layers of a deep network respond to input data in order to debug or
validate the model.
Explanation Targets
14
• In contrast, non-experts often require a functional explanation to understand how some
output outside a model is produced.
• In addition, targets can vary in their scope. The outside-type targets are typically some
form of model prediction. They can be either local or global explanations.
• The inside-type targets also vary depending on the architecture of the underlying
model.
• They can either be a single neuron, or layers in a neural network.
Explanation Drivers
15
• The most common type of drivers are input features to an AI model.
• Explaining an image classifier predictions in terms of individual input pixels can result in
explanations that are too noisy, too expensive to compute, and more importantly, difficult to
interpret.
• Alternatively, we can rely on a more interpretable representation of input features knownas
super-pixels in the case of image classifier prediction.
• All factors that have an impact on the development of an AI model can be termed as
explanation drivers.
Explainer
(LIME)
Explanation Families
16
• A post-hoc explanation aims at communicating some information about how a target is
caused by drivers for a given AI model.
• An explanation family must be chosen such that its information content is easily
interpretable by the user.
• Importance Scores - The individual importance scores are meant to communicate
the relative contribution made by each explanation driver to a given target.
• Decision Rules - Decision trees is where outcome represents prediction of an AI
model and condition is a simple function defined over input features.
Explanation Families
17
• Decision Trees - Unlike decision rules, they are structured as a graph where internal
nodes represent conditional tests on input features and leaf nodes represent model out-
comes. In a decision tree each input example can satisfy only one path from the root node
to a leaf node.
• Dependency Plots - They aim at communicating how a target’s value varies as a given
explanation drivers’ value varies, in other words, how a target’s value depends on a
driver’s value.
• To explain pre-developed AI models, multiple methods have been proposed.
• They vary in terms of their Explanation target, Explanation drivers, Explanation family
and Extraction mechanism.
• XAI is an active research area with new, improved methods being developed consistently.
• Such diversity of choices can make it challenging of XAI experts to adopt the
most suitable approach for a given application.
• This challenge is addressed by presenting a snapshot of the most notable post-
modelling explainability methods.
Conclusion
18
To assist you with our services,
please reach us at
hello@mitosistech.com
www.mitosistech.com
IND: +91-78240 35173
US: +1-(415) 251-2064

More Related Content

What's hot

Explainable AI (XAI)
Explainable AI (XAI)Explainable AI (XAI)
Explainable AI (XAI)
Manojkumar Parmar
 
Interpretable machine learning : Methods for understanding complex models
Interpretable machine learning : Methods for understanding complex modelsInterpretable machine learning : Methods for understanding complex models
Interpretable machine learning : Methods for understanding complex models
Manojit Nandi
 
Unified Approach to Interpret Machine Learning Model: SHAP + LIME
Unified Approach to Interpret Machine Learning Model: SHAP + LIMEUnified Approach to Interpret Machine Learning Model: SHAP + LIME
Unified Approach to Interpret Machine Learning Model: SHAP + LIME
Databricks
 
Explainable AI in Industry (WWW 2020 Tutorial)
Explainable AI in Industry (WWW 2020 Tutorial)Explainable AI in Industry (WWW 2020 Tutorial)
Explainable AI in Industry (WWW 2020 Tutorial)
Krishnaram Kenthapadi
 
Artificial Intelligence, Machine Learning and Deep Learning
Artificial Intelligence, Machine Learning and Deep LearningArtificial Intelligence, Machine Learning and Deep Learning
Artificial Intelligence, Machine Learning and Deep Learning
Sujit Pal
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
Vivek Garg
 
Generative models
Generative modelsGenerative models
Generative models
Birger Moell
 
An introduction to Machine Learning
An introduction to Machine LearningAn introduction to Machine Learning
An introduction to Machine Learningbutest
 
Responsible AI in Industry (Tutorials at AAAI 2021, FAccT 2021, and WWW 2021)
Responsible AI in Industry (Tutorials at AAAI 2021, FAccT 2021, and WWW 2021)Responsible AI in Industry (Tutorials at AAAI 2021, FAccT 2021, and WWW 2021)
Responsible AI in Industry (Tutorials at AAAI 2021, FAccT 2021, and WWW 2021)
Krishnaram Kenthapadi
 
Explainable AI
Explainable AIExplainable AI
Explainable AI
Equifax Ltd
 
Explainable AI in Industry (FAT* 2020 Tutorial)
Explainable AI in Industry (FAT* 2020 Tutorial)Explainable AI in Industry (FAT* 2020 Tutorial)
Explainable AI in Industry (FAT* 2020 Tutorial)
Krishnaram Kenthapadi
 
Differences Between Machine Learning Ml Artificial Intelligence Ai And Deep L...
Differences Between Machine Learning Ml Artificial Intelligence Ai And Deep L...Differences Between Machine Learning Ml Artificial Intelligence Ai And Deep L...
Differences Between Machine Learning Ml Artificial Intelligence Ai And Deep L...
SlideTeam
 
Automated Machine Learning (Auto ML)
Automated Machine Learning (Auto ML)Automated Machine Learning (Auto ML)
Automated Machine Learning (Auto ML)
Hayim Makabee
 
Automated Machine Learning
Automated Machine LearningAutomated Machine Learning
Automated Machine Learning
Yuriy Guts
 
Interpretable Machine Learning Using LIME Framework - Kasia Kulma (PhD), Data...
Interpretable Machine Learning Using LIME Framework - Kasia Kulma (PhD), Data...Interpretable Machine Learning Using LIME Framework - Kasia Kulma (PhD), Data...
Interpretable Machine Learning Using LIME Framework - Kasia Kulma (PhD), Data...
Sri Ambati
 
Responsible AI
Responsible AIResponsible AI
Responsible AI
Neo4j
 
Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...
Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...
Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...
SlideTeam
 
ppt on machine learning to deep learning (1).pptx
ppt on machine learning to deep learning (1).pptxppt on machine learning to deep learning (1).pptx
ppt on machine learning to deep learning (1).pptx
AnweshaGarima
 
Feature Engineering in Machine Learning
Feature Engineering in Machine LearningFeature Engineering in Machine Learning
Feature Engineering in Machine Learning
Knoldus Inc.
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
Rabab Munawar
 

What's hot (20)

Explainable AI (XAI)
Explainable AI (XAI)Explainable AI (XAI)
Explainable AI (XAI)
 
Interpretable machine learning : Methods for understanding complex models
Interpretable machine learning : Methods for understanding complex modelsInterpretable machine learning : Methods for understanding complex models
Interpretable machine learning : Methods for understanding complex models
 
Unified Approach to Interpret Machine Learning Model: SHAP + LIME
Unified Approach to Interpret Machine Learning Model: SHAP + LIMEUnified Approach to Interpret Machine Learning Model: SHAP + LIME
Unified Approach to Interpret Machine Learning Model: SHAP + LIME
 
Explainable AI in Industry (WWW 2020 Tutorial)
Explainable AI in Industry (WWW 2020 Tutorial)Explainable AI in Industry (WWW 2020 Tutorial)
Explainable AI in Industry (WWW 2020 Tutorial)
 
Artificial Intelligence, Machine Learning and Deep Learning
Artificial Intelligence, Machine Learning and Deep LearningArtificial Intelligence, Machine Learning and Deep Learning
Artificial Intelligence, Machine Learning and Deep Learning
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Generative models
Generative modelsGenerative models
Generative models
 
An introduction to Machine Learning
An introduction to Machine LearningAn introduction to Machine Learning
An introduction to Machine Learning
 
Responsible AI in Industry (Tutorials at AAAI 2021, FAccT 2021, and WWW 2021)
Responsible AI in Industry (Tutorials at AAAI 2021, FAccT 2021, and WWW 2021)Responsible AI in Industry (Tutorials at AAAI 2021, FAccT 2021, and WWW 2021)
Responsible AI in Industry (Tutorials at AAAI 2021, FAccT 2021, and WWW 2021)
 
Explainable AI
Explainable AIExplainable AI
Explainable AI
 
Explainable AI in Industry (FAT* 2020 Tutorial)
Explainable AI in Industry (FAT* 2020 Tutorial)Explainable AI in Industry (FAT* 2020 Tutorial)
Explainable AI in Industry (FAT* 2020 Tutorial)
 
Differences Between Machine Learning Ml Artificial Intelligence Ai And Deep L...
Differences Between Machine Learning Ml Artificial Intelligence Ai And Deep L...Differences Between Machine Learning Ml Artificial Intelligence Ai And Deep L...
Differences Between Machine Learning Ml Artificial Intelligence Ai And Deep L...
 
Automated Machine Learning (Auto ML)
Automated Machine Learning (Auto ML)Automated Machine Learning (Auto ML)
Automated Machine Learning (Auto ML)
 
Automated Machine Learning
Automated Machine LearningAutomated Machine Learning
Automated Machine Learning
 
Interpretable Machine Learning Using LIME Framework - Kasia Kulma (PhD), Data...
Interpretable Machine Learning Using LIME Framework - Kasia Kulma (PhD), Data...Interpretable Machine Learning Using LIME Framework - Kasia Kulma (PhD), Data...
Interpretable Machine Learning Using LIME Framework - Kasia Kulma (PhD), Data...
 
Responsible AI
Responsible AIResponsible AI
Responsible AI
 
Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...
Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...
Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...
 
ppt on machine learning to deep learning (1).pptx
ppt on machine learning to deep learning (1).pptxppt on machine learning to deep learning (1).pptx
ppt on machine learning to deep learning (1).pptx
 
Feature Engineering in Machine Learning
Feature Engineering in Machine LearningFeature Engineering in Machine Learning
Feature Engineering in Machine Learning
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 

Similar to Explainable AI

Deciphering AI - Unlocking the Black Box of AIML with State-of-the-Art Techno...
Deciphering AI - Unlocking the Black Box of AIML with State-of-the-Art Techno...Deciphering AI - Unlocking the Black Box of AIML with State-of-the-Art Techno...
Deciphering AI - Unlocking the Black Box of AIML with State-of-the-Art Techno...
Analytics India Magazine
 
Explainable AI.pptx
Explainable AI.pptxExplainable AI.pptx
Explainable AI.pptx
aagamshah0812
 
Ethical AI - Open Compliance Summit 2020
Ethical AI - Open Compliance Summit 2020Ethical AI - Open Compliance Summit 2020
Ethical AI - Open Compliance Summit 2020
Debmalya Biswas
 
GDG Cloud Southlake #17: Meg Dickey-Kurdziolek: Explainable AI is for Everyone
GDG Cloud Southlake #17: Meg Dickey-Kurdziolek: Explainable AI is for EveryoneGDG Cloud Southlake #17: Meg Dickey-Kurdziolek: Explainable AI is for Everyone
GDG Cloud Southlake #17: Meg Dickey-Kurdziolek: Explainable AI is for Everyone
James Anderson
 
Interpretable Machine Learning_ Techniques for Model Explainability.
Interpretable Machine Learning_ Techniques for Model Explainability.Interpretable Machine Learning_ Techniques for Model Explainability.
Interpretable Machine Learning_ Techniques for Model Explainability.
Tyrion Lannister
 
Difference-Between-ML-and-Other-Domains-of-AI.pptx
Difference-Between-ML-and-Other-Domains-of-AI.pptxDifference-Between-ML-and-Other-Domains-of-AI.pptx
Difference-Between-ML-and-Other-Domains-of-AI.pptx
UnkownBoy
 
What is explainable AI.pdf
What is explainable AI.pdfWhat is explainable AI.pdf
What is explainable AI.pdf
StephenAmell4
 
ODSC APAC 2022 - Explainable AI
ODSC APAC 2022 - Explainable AIODSC APAC 2022 - Explainable AI
ODSC APAC 2022 - Explainable AI
Aditya Bhattacharya
 
​​Explainability in AI and Recommender systems: let’s make it interactive!
​​Explainability in AI and Recommender systems: let’s make it interactive!​​Explainability in AI and Recommender systems: let’s make it interactive!
​​Explainability in AI and Recommender systems: let’s make it interactive!
Eindhoven University of Technology / JADS
 
Human in the loop: Bayesian Rules Enabling Explainable AI
Human in the loop: Bayesian Rules Enabling Explainable AIHuman in the loop: Bayesian Rules Enabling Explainable AI
Human in the loop: Bayesian Rules Enabling Explainable AI
Pramit Choudhary
 
Improved Interpretability and Explainability of Deep Learning Models.pdf
Improved Interpretability and Explainability of Deep Learning Models.pdfImproved Interpretability and Explainability of Deep Learning Models.pdf
Improved Interpretability and Explainability of Deep Learning Models.pdf
Narinder Singh Punn
 
The Ultimate Guide On Difference Between AI And Machine Learning
The Ultimate Guide On Difference Between AI And Machine LearningThe Ultimate Guide On Difference Between AI And Machine Learning
The Ultimate Guide On Difference Between AI And Machine Learning
GayathriB80
 
Responsible Machine Learning
Responsible Machine LearningResponsible Machine Learning
Responsible Machine Learning
Eng Teong Cheah
 
Practical Explainable AI: How to build trustworthy, transparent and unbiased ...
Practical Explainable AI: How to build trustworthy, transparent and unbiased ...Practical Explainable AI: How to build trustworthy, transparent and unbiased ...
Practical Explainable AI: How to build trustworthy, transparent and unbiased ...
Raheel Ahmad
 
Integrating Explainability-by-Design for Transparent and Efficient AI in Manu...
Integrating Explainability-by-Design for Transparent and Efficient AI in Manu...Integrating Explainability-by-Design for Transparent and Efficient AI in Manu...
Integrating Explainability-by-Design for Transparent and Efficient AI in Manu...
XMANAI
 
Machine learning in Banks
Machine learning in BanksMachine learning in Banks
Machine learning in Banks
Abhishek Upadhyay
 
Artificial Intelligence and Machine learning basics.pptx
Artificial Intelligence and Machine learning basics.pptxArtificial Intelligence and Machine learning basics.pptx
Artificial Intelligence and Machine learning basics.pptx
shoeb62
 
AI-ML in Business: Unlocking Opportunities and Navigating Challenges
AI-ML in Business: Unlocking Opportunities and Navigating ChallengesAI-ML in Business: Unlocking Opportunities and Navigating Challenges
AI-ML in Business: Unlocking Opportunities and Navigating Challenges
Sivaranjan Goswami
 
Can AI finally "cure" the Marketing Myopia?
Can AI finally "cure" the Marketing Myopia?Can AI finally "cure" the Marketing Myopia?
Can AI finally "cure" the Marketing Myopia?
Tathagat Varma
 
C3 w5
C3 w5C3 w5

Similar to Explainable AI (20)

Deciphering AI - Unlocking the Black Box of AIML with State-of-the-Art Techno...
Deciphering AI - Unlocking the Black Box of AIML with State-of-the-Art Techno...Deciphering AI - Unlocking the Black Box of AIML with State-of-the-Art Techno...
Deciphering AI - Unlocking the Black Box of AIML with State-of-the-Art Techno...
 
Explainable AI.pptx
Explainable AI.pptxExplainable AI.pptx
Explainable AI.pptx
 
Ethical AI - Open Compliance Summit 2020
Ethical AI - Open Compliance Summit 2020Ethical AI - Open Compliance Summit 2020
Ethical AI - Open Compliance Summit 2020
 
GDG Cloud Southlake #17: Meg Dickey-Kurdziolek: Explainable AI is for Everyone
GDG Cloud Southlake #17: Meg Dickey-Kurdziolek: Explainable AI is for EveryoneGDG Cloud Southlake #17: Meg Dickey-Kurdziolek: Explainable AI is for Everyone
GDG Cloud Southlake #17: Meg Dickey-Kurdziolek: Explainable AI is for Everyone
 
Interpretable Machine Learning_ Techniques for Model Explainability.
Interpretable Machine Learning_ Techniques for Model Explainability.Interpretable Machine Learning_ Techniques for Model Explainability.
Interpretable Machine Learning_ Techniques for Model Explainability.
 
Difference-Between-ML-and-Other-Domains-of-AI.pptx
Difference-Between-ML-and-Other-Domains-of-AI.pptxDifference-Between-ML-and-Other-Domains-of-AI.pptx
Difference-Between-ML-and-Other-Domains-of-AI.pptx
 
What is explainable AI.pdf
What is explainable AI.pdfWhat is explainable AI.pdf
What is explainable AI.pdf
 
ODSC APAC 2022 - Explainable AI
ODSC APAC 2022 - Explainable AIODSC APAC 2022 - Explainable AI
ODSC APAC 2022 - Explainable AI
 
​​Explainability in AI and Recommender systems: let’s make it interactive!
​​Explainability in AI and Recommender systems: let’s make it interactive!​​Explainability in AI and Recommender systems: let’s make it interactive!
​​Explainability in AI and Recommender systems: let’s make it interactive!
 
Human in the loop: Bayesian Rules Enabling Explainable AI
Human in the loop: Bayesian Rules Enabling Explainable AIHuman in the loop: Bayesian Rules Enabling Explainable AI
Human in the loop: Bayesian Rules Enabling Explainable AI
 
Improved Interpretability and Explainability of Deep Learning Models.pdf
Improved Interpretability and Explainability of Deep Learning Models.pdfImproved Interpretability and Explainability of Deep Learning Models.pdf
Improved Interpretability and Explainability of Deep Learning Models.pdf
 
The Ultimate Guide On Difference Between AI And Machine Learning
The Ultimate Guide On Difference Between AI And Machine LearningThe Ultimate Guide On Difference Between AI And Machine Learning
The Ultimate Guide On Difference Between AI And Machine Learning
 
Responsible Machine Learning
Responsible Machine LearningResponsible Machine Learning
Responsible Machine Learning
 
Practical Explainable AI: How to build trustworthy, transparent and unbiased ...
Practical Explainable AI: How to build trustworthy, transparent and unbiased ...Practical Explainable AI: How to build trustworthy, transparent and unbiased ...
Practical Explainable AI: How to build trustworthy, transparent and unbiased ...
 
Integrating Explainability-by-Design for Transparent and Efficient AI in Manu...
Integrating Explainability-by-Design for Transparent and Efficient AI in Manu...Integrating Explainability-by-Design for Transparent and Efficient AI in Manu...
Integrating Explainability-by-Design for Transparent and Efficient AI in Manu...
 
Machine learning in Banks
Machine learning in BanksMachine learning in Banks
Machine learning in Banks
 
Artificial Intelligence and Machine learning basics.pptx
Artificial Intelligence and Machine learning basics.pptxArtificial Intelligence and Machine learning basics.pptx
Artificial Intelligence and Machine learning basics.pptx
 
AI-ML in Business: Unlocking Opportunities and Navigating Challenges
AI-ML in Business: Unlocking Opportunities and Navigating ChallengesAI-ML in Business: Unlocking Opportunities and Navigating Challenges
AI-ML in Business: Unlocking Opportunities and Navigating Challenges
 
Can AI finally "cure" the Marketing Myopia?
Can AI finally "cure" the Marketing Myopia?Can AI finally "cure" the Marketing Myopia?
Can AI finally "cure" the Marketing Myopia?
 
C3 w5
C3 w5C3 w5
C3 w5
 

More from Dinesh V

Data Science Deep Roots in Healthcare Industry
Data Science Deep Roots in Healthcare IndustryData Science Deep Roots in Healthcare Industry
Data Science Deep Roots in Healthcare Industry
Dinesh V
 
Healthcare evolves with Data Interoperability
Healthcare evolves with Data InteroperabilityHealthcare evolves with Data Interoperability
Healthcare evolves with Data Interoperability
Dinesh V
 
Mastering Customers Moments in Retail Realm
Mastering Customers Moments in Retail Realm Mastering Customers Moments in Retail Realm
Mastering Customers Moments in Retail Realm
Dinesh V
 
Looking into the Black Box - A Theoretical Insight into Deep Learning Networks
Looking into the Black Box - A Theoretical Insight into Deep Learning NetworksLooking into the Black Box - A Theoretical Insight into Deep Learning Networks
Looking into the Black Box - A Theoretical Insight into Deep Learning Networks
Dinesh V
 
Human in-the-loop in Machine Learning
Human in-the-loop in Machine LearningHuman in-the-loop in Machine Learning
Human in-the-loop in Machine Learning
Dinesh V
 
Sentiment Analysis
Sentiment AnalysisSentiment Analysis
Sentiment Analysis
Dinesh V
 

More from Dinesh V (6)

Data Science Deep Roots in Healthcare Industry
Data Science Deep Roots in Healthcare IndustryData Science Deep Roots in Healthcare Industry
Data Science Deep Roots in Healthcare Industry
 
Healthcare evolves with Data Interoperability
Healthcare evolves with Data InteroperabilityHealthcare evolves with Data Interoperability
Healthcare evolves with Data Interoperability
 
Mastering Customers Moments in Retail Realm
Mastering Customers Moments in Retail Realm Mastering Customers Moments in Retail Realm
Mastering Customers Moments in Retail Realm
 
Looking into the Black Box - A Theoretical Insight into Deep Learning Networks
Looking into the Black Box - A Theoretical Insight into Deep Learning NetworksLooking into the Black Box - A Theoretical Insight into Deep Learning Networks
Looking into the Black Box - A Theoretical Insight into Deep Learning Networks
 
Human in-the-loop in Machine Learning
Human in-the-loop in Machine LearningHuman in-the-loop in Machine Learning
Human in-the-loop in Machine Learning
 
Sentiment Analysis
Sentiment AnalysisSentiment Analysis
Sentiment Analysis
 

Recently uploaded

GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 

Recently uploaded (20)

GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 

Explainable AI

  • 2. Factors driving rapid advancement of AI Third Wave of AI SymbolicAI Logic rules represent knowledge No learning capability and poor handling of uncertainty StatisticalAI Statistical models for specific domains training on big data. No contextual capability and minimal explainability. Explainable AI Systems construct explanatory models. Systems learn and reason with new tests and situations. GPUs, On-chip Neural Network Data Availability Cloud Infrastructure New Algorithms 2
  • 3. There are two ways to provide explainable AI: • Use Machine learning approaches that are inherently explainable such as decision trees, knowledge graphs and similarity models. • Develop new approaches to explain complicated neural networks. What is XAI? It is a AI system that explains their decision making which is referred as Explainable AI or XAI. The goal of XAI is to provide verifiable explanations of how machine learning systems makes decisions and let humans to be in the loop. 3
  • 4. What is Explainable AI? Black BoxAI Data Black-Box AI AI product Explainable AI Explainable AI Explainable AI Product Explanation Decision Feedback Decision, Recommendation Clear & transparent Predictions I understand why I understand why not I know why you succeed or fail I understand, so I trust you Confusion with today’s AI Black Box Why did you do that? Why did you not do that? When do you succeed or fail? How do I correct an error? 4 Data
  • 5. Black-box AI Creates Confusion and Doubt Can I trust our AI decisions? How do I answer this customer complaint? Is this the best model that can be built? How doI monitor and debug thismodel? Why I am getting this decision? How can I get a better decision? Poor Decision Black-box AI </> </> Are these AI system decisions fair? Internal Audit, Regulators Data Scientists IT & Operations Business Owner 5 Customer Support
  • 6. Why Do We Need It? 6 • Artificial Intelligence are increasingly implemented in our everyday lives to assist humans in making decisions. • These trivial decisions can vary from a lifestyle choices to more complex decisions such as loan approvals, investments, court decisions and selection of job candidates. • Many AI algorithms are a Blackbox that is not transparent. This leads to trustability concerns. In order to trust these systems, humans want accountability and explanation.
  • 7. Why Do We Need It? 7 • While the machine learning systems deployed in 2008 were mostly within the products of tech-first companies (i.e. Google, YouTube), the false prediction would result in the wrong recommendation to the application user. • But, when it is being deployed in other industries such as military,healthcare, finance, it would lead to adverse consequences affecting many lives. • Thus, we create AI systems that explain their decision making.
  • 8. 8 • Why did you do that? • Why not something else? • When do you succeed? • When do you fail? • When can I trust you? • How do I correct an error? We are entering a new age of AI applications. Machine learning is the core technology. Machine learning models are opaque, non-intuitive, and difficult for people to understand. AI System DoD and non-DoD Application Transportation Security Medicine Finance Legal Military User
  • 9. Process of XAI AI is Interpretability. It collaborates between• The significant enabler of explainable human and artificial intelligence. • Interpretability is a degree to which a human can understand the cause of a decision. • It strengthens trust and transparency,explains decisions, fulfil regulatory requirements, and improve models. • The stages of AI explainability is categorized into pre-modelling, explainable modelling and post-modelling. They focus on explainability at the dataset stage and during model development. 9
  • 10. Explainable AI Feedback Loop Train Deploy Monitor A/B Test Predict “Explainability By Design" For AI Products Model Diagnostics Root Cause Analytics Debug Performance Monitoring Fairness Monitoring Model Comparison Cohort Analysis Model Debugging Model Visualization Model Evaluation Compliance Testing QA Model Launch Signoff Model Release Mgmt Explainable Decisions API Support 10
  • 11. Explainability Approaches 11 • The popular Local Interpretable Model-agnostic Explanations (LIME) approach provides explanation for an instance prediction of a model in terms of input features, the explanation family, etc. • Post-hoc Explainability approach of AI Model creates. • Individual prediction explanations with input features, influential concepts, local decision rules. • The global prediction explanations with partial dependence plots, global feature importance, global decision rules. • The build an interpretability model approach creates • Logistic regressions, decision trees, generalized additive models(GAMs).
  • 12. Why Explainability: Improve ML Model Standard ML Interpretable ML Data ML model Model/data Improvement Data ML model Predictions Generalization error Generalization error + Human experience Verified predictions Interpretability Humaninspection 12
  • 13. Explanation Targets 13 • The target specifies the object of an explainability method which varies in type, scope, and complexity. • The type of explanation target is often determined according to the role-specific goals of end users. • There are two types of targets: inside vs outside, which can also be referred as mechanistic vs Functional. • AI experts require a mechanistic explanation of some component inside a model to understand how layers of a deep network respond to input data in order to debug or validate the model.
  • 14. Explanation Targets 14 • In contrast, non-experts often require a functional explanation to understand how some output outside a model is produced. • In addition, targets can vary in their scope. The outside-type targets are typically some form of model prediction. They can be either local or global explanations. • The inside-type targets also vary depending on the architecture of the underlying model. • They can either be a single neuron, or layers in a neural network.
  • 15. Explanation Drivers 15 • The most common type of drivers are input features to an AI model. • Explaining an image classifier predictions in terms of individual input pixels can result in explanations that are too noisy, too expensive to compute, and more importantly, difficult to interpret. • Alternatively, we can rely on a more interpretable representation of input features knownas super-pixels in the case of image classifier prediction. • All factors that have an impact on the development of an AI model can be termed as explanation drivers. Explainer (LIME)
  • 16. Explanation Families 16 • A post-hoc explanation aims at communicating some information about how a target is caused by drivers for a given AI model. • An explanation family must be chosen such that its information content is easily interpretable by the user. • Importance Scores - The individual importance scores are meant to communicate the relative contribution made by each explanation driver to a given target. • Decision Rules - Decision trees is where outcome represents prediction of an AI model and condition is a simple function defined over input features.
  • 17. Explanation Families 17 • Decision Trees - Unlike decision rules, they are structured as a graph where internal nodes represent conditional tests on input features and leaf nodes represent model out- comes. In a decision tree each input example can satisfy only one path from the root node to a leaf node. • Dependency Plots - They aim at communicating how a target’s value varies as a given explanation drivers’ value varies, in other words, how a target’s value depends on a driver’s value.
  • 18. • To explain pre-developed AI models, multiple methods have been proposed. • They vary in terms of their Explanation target, Explanation drivers, Explanation family and Extraction mechanism. • XAI is an active research area with new, improved methods being developed consistently. • Such diversity of choices can make it challenging of XAI experts to adopt the most suitable approach for a given application. • This challenge is addressed by presenting a snapshot of the most notable post- modelling explainability methods. Conclusion 18
  • 19. To assist you with our services, please reach us at hello@mitosistech.com www.mitosistech.com IND: +91-78240 35173 US: +1-(415) 251-2064