SlideShare una empresa de Scribd logo
1 de 27
Descargar para leer sin conexión
Qu Speaker Series
Machine Learning and Model Risk
(With a focus on Neural Networks)
An Afternoon with Dr. Agus Sudjianto
Wells Fargo
2020 Copyright QuantUniversity LLC.
Hosted By:
Sri Krishnamurthy, CFA, CAP
sri@quantuniversity.com
www.qu.academy
07/29/2020
Online
https://quspeakerseries3.spla
shthat.com/
2
QuantUniversity
• Boston-based Data Science, Quant
Finance and Machine Learning
training and consulting advisory
• Trained more than 1000 students in
Quantitative methods, Data Science
and Big Data Technologies using
MATLAB, Python and R
• Building a platform for AI
and Machine Learning Exploration
and Experimentation
For registration information, go to
https://QuSummerSchool.splashthat.com
3
4
https://quspeakerseries4.splashthat.com/
6
7
• Dr.Agus Sudjianto is an executive vice president and head of Corporate Model Risk
for Wells Fargo, where he is responsible for enterprise model risk management.
• Prior to his current position, Agus was the modeling and analytics director and chief
model risk officer at Lloyds Banking Group in the United Kingdom. Before joining
Lloyds, he was a senior credit risk executive and head of Quantitative Risk at Bank
of America.
• Agus holds several U.S. patents in both finance and engineering. He has published
numerous technical papers and is a co-author of Design and Modeling for
Computer Experiments. His technical expertise and interests include quantitative
risk, particularly credit risk modeling, machine learning and computational
statistics.
• Agus holds masters and doctorate degrees in engineering and management from
Wayne State University and the Massachusetts Institute of Technology.
Machine Learning and Model Risk
© 2020 Wells Fargo Bank, N.A. All rights reserved. For public use.
Machine Learning Model Risk
(with special focus on machine learning explainability and robsustness)
July 29, 2020
Agus Sudjianto
EVP, Head of Enterprise Model Risk
Wells Fargo
Banks run by models
9
Banks pervasively use models
• Financial Models
– Credit, Market, Liquidity, Revenue, Expense, Loss, Stress Test, Capital
Management, Investment
• Non-Financial Models
– Customer Service, Financial Crime Detection, Marketing, Compliance, Staffing
The use of model creates ‘risk’ both financial and non-financial risks and
regulated throughout the life-cycle
• End-to-End model life cycle governance for all models
• Independent Model Validation
• Monitoring and Mitigation
https://www.federalreserve.gov/supervisionreg/srletters/sr1107a1.pdf
Rapid adoption of ML in various areas of banking
Statistical models: Credit Risk and Financial
Crimes
Supervised and Unsupervised ML
Alternative to more established statistical techniques
Model benchmarks
Model diagnostics and variable selection
Previously no models: Compliance, Conduct
risk, Customer assistance
Representation and Supervised/Unsupervised ML for Natural
language processing
Intensive numerical computation: Derivative
Pricing and Market Risk
Deep Learning for stochastic PDE solver
Generative Adversarial Network for stochastic process and time series
models
https://arxiv.org/pdf/1807.06622.pdf
https://arxiv.org/pdf/1904.05921.pdf
https://arxiv.org/pdf/1911.12231.pdf
https://arxiv.org/pdf/2006.07635.pdf
https://arxiv.org/pdf/2005.10966.pdf 10
Model risk
• Model error
• Used incorrectly
All Models are Wrong
some are useful
- George Box
Model Failure: Potential harms and unintended consequences (to users,
institution, or end customers) that a model may generate
• Financial harms (Credit, Market, Liquidity)
• Non-financial harms (Reputation, Compliance, Legal)
Example
• Hedging: mis-hedging ® Market Risk
• Financial crimes or conduct surveillance: miss detection ® Compliance risk
• Staffing: under staff (long wait time) ® Reputational risk
• Credit approval: fair lending ® Compliance risk
• On-line marketing: privacy and fairness ® Legal risk
11
Model risk focus in model validation
Statistical (probabilistic) measure of harms and their
acceptance criteria
‘Root causes’ analysis of harms/failure: data, input,
modeling framework, variable selection, parameter
estimation, implementation, misuse
Robustness (adversarial) test to identify model failure
Quantify the impacts of each root cause
Mitigation, monitoring and change control to manage
potential harms
Acceptance Metrics
Test to Failure
Impact Analysis
Mitigation Plan
12
Root Cause
Common causes of ML model risk
Data defect and bias
• Input and target training data
• Beware of implicit bias
Conceptual Soundness
• Spurious variable effects due to confounding factors
Model robustness
• Obsession with model performance
• Dynamic real world: data drift
Model change control
• Retraining produces new models
Model use control
13
Conceptual soundness and explainable machine learning
Conceptual soundness and trusted model
• Does the model make sense? Can we trust the model? How’s the
model going to fail?
Model explainability
• For critical applications, explainability is a requirement
– Example: reason codes in credit decision is a regulatory
requirement
• Outcome testing is not sufficient
– Understanding Input-Output relationships are critical for Conceptual
Soundness Evaluation
– Confounding factors
– Decision attribution and adverse impact
– Failure operating region: output uncertainty and cautious
generalization
14
Interpretable machine learning
Input-Output Explainability
Post-hoc analysis to understand input-output relationships
Model Distillation
Simplified and interpretable model
Structured-Interpretable Models
Interpretable model by constraining model structure
15
Post-hoc: Attribution through variable importance and effect
Local variable importance
• Leave-One-Covariate-Out (LOCO)
• Local sensitivity or partial derivative
Global variable importance
• Relative influence
• Permutation test based importance
• Variance based global sensitivity (e.g.,
marginal effect and total effect)
• Derivative based sensitivity
• 1D partial dependent plots
– Marginal effect
– Nonlinearity detection
• 2D partial dependent plots and H statistics
– Interaction effect
Feature transformation
Model Developers vs ML 1D-PDP
16
Model distillation
• Machine Learning Models, particularly ensemble models, are often too
complex to be easily explained.
• Simplified—less accurate—models as ‘diagnostic’ tools
– Meta/surrogate/emulator model also known as Model distillation
17
https://arxiv.org/ftp/arxiv/papers/1806/1806.00663.pdf
Interpretable model: Explainable neural networks (xNN)
𝑓 𝑥 = 𝑤! + 𝑤 𝑥
𝑓 𝑥 = 𝑤! + &
"#$
%
𝑤" 𝐵" 𝑥
Linear Model:
Nonlinear f(x) : Splines
𝑓 𝑥 = 𝑤! + &
"#$
%
𝑤" 𝐵" 𝑣" 𝑥
Nonlinear f(x) : Neural Networks
Bj(.) with simple hinge functions are called ReLU (Rectifier Linear Units), max(0, 𝑣! x-cj)
𝑐! "knot locaDons" are called “bias weights”
𝑓 𝐱 = 𝑤! + &
"#$
%
𝑤" 𝐵" 𝐯&
𝐱
Single Index Model
𝑓 𝐱 = 𝑤! + &
"#$
%
𝑤" 𝐵" 𝐯"
&
𝐱
Single Hidden Layer Network
18
Additive index structure for xNN
Additive ‘Index’ Model: ( ) ( ) ( ) ( )xβxβxβx T
kkk
TT
hhhf ``222`111 ... ggg +++=
Constraints can be introduced to Neural Networks architecture to improve
interpretability:
• Smaller number of nodes in the first layer
– Projection Layer: Linear projections are interpretable
• Modularize the deeper layers (subnetworks)
– Subnetwork: Nonlinear Ridge functions are easily graphed
• Additional constraints: sparsity and orthogonality
Sparse
(and Orthogonal)
Sparse
19
https://arxiv.org/pdf/1806.01933.pdf
https://arxiv.org/pdf/1901.03838.pdf
Example of xNN
20
Adaptive explainable neural networks (AxNN)
• Stage 1 (Main Effects): Train GAM-
Net with increasing ridge function
complexity
• Stage 2 (Interaction Effects): Train
xNN to capture interaction effects
• Iterations can be done by either
‘boosting’ or ‘stacking’ approach
21https://arxiv.org/ftp/arxiv/papers/2004/2004.02353.pdf
https://arxiv.org/pdf/2003.07132.pdf
Fully connected deep networks
Deep networks with ReLU activation function can be decomposed into local
linear models
• Local interpretation is exact: every point is associated with local linear model
• Global interpretation can be done by integrating (aggregating) local effects
Local interpretation
𝑥'
AverageDerivatives(localcoefficients)
Global interpretation
22
https://arxiv.org/ftp/arxiv/papers/1808/1808.07216.pdf
Model robustness test
• Building real world model is not Kaggle competition
• Current AutoML miss important aspect of reliable model
– Solely focus on model performance and do not address model robustness
– Data splitting (training-testing) is static: models in real worlds operate under
dynamic (constantly changing) environment (e.g., population drift)
– ML models such as NLP models can be susceptible to adversarial attack
23
Governing Machine Learning Model Risk
• Policy and Procedure governing model life cycle
• Enterprise innovation team focus on AI strategy and coordination
• Model Development Center of Excellence
• Centralized model development including vendor models
• Dedicated development and deployment platform
• Model Validation standard and infra-structure
• Dedicated Decision Science & Artificial Intelligence model validation
team supported by Advanced Technology & Modeling team
• Standardized model library and tests particularly for Fairness and
Robustness
• Legal and Compliance review and approval
25
Demos, slides and video available on QuAcademy
Go to www.qu.academy
25
26
https://quspeakerseries4.splashthat.com/
Thank you!
Sri Krishnamurthy, CFA, CAP
Founder and CEO
QuantUniversity LLC.
srikrishnamurthy
www.QuantUniversity.com
Contact
Information, data and drawings embodied in this presentation are strictly a property of QuantUniversity LLC. and shall not be
distributed or used in any other publication without the prior written consent of QuantUniversity LLC.
27

Más contenido relacionado

La actualidad más candente

Asset liability management ppt @ bec doms bagalkot mba finance
Asset liability management ppt @ bec doms bagalkot mba financeAsset liability management ppt @ bec doms bagalkot mba finance
Asset liability management ppt @ bec doms bagalkot mba financeBabasab Patil
 
Operational Risk Management
Operational Risk ManagementOperational Risk Management
Operational Risk Managementarsqureshi
 
Fraud & Risk Management - A Guide to Good Practice
Fraud & Risk Management - A Guide to Good PracticeFraud & Risk Management - A Guide to Good Practice
Fraud & Risk Management - A Guide to Good PracticeArianto Muditomo
 
CF_8 UNIT4 Risk Reporting & Risk Mgt
CF_8 UNIT4 Risk Reporting & Risk MgtCF_8 UNIT4 Risk Reporting & Risk Mgt
CF_8 UNIT4 Risk Reporting & Risk MgtDr. Firdaus Khan
 
Toward Credit Portfolio Management
Toward Credit Portfolio Management Toward Credit Portfolio Management
Toward Credit Portfolio Management Eric Kuo
 
The investment management process
The investment management processThe investment management process
The investment management processOlufemi Feyisitan
 
Operational Risk Management Under Basel II & Basel III
Operational Risk Management Under Basel II & Basel IIIOperational Risk Management Under Basel II & Basel III
Operational Risk Management Under Basel II & Basel IIIEneni Oduwole
 
Continuous Transaction Monitoring Detect and analyze anomalous transactions t...
Continuous Transaction Monitoring Detect and analyze anomalous transactions t...Continuous Transaction Monitoring Detect and analyze anomalous transactions t...
Continuous Transaction Monitoring Detect and analyze anomalous transactions t...Genpact Ltd
 
asset liability mgt in commercial banks.pptx
asset liability mgt in commercial banks.pptxasset liability mgt in commercial banks.pptx
asset liability mgt in commercial banks.pptxJohn278053
 
Bank risk management
Bank risk managementBank risk management
Bank risk managementAshima Thakur
 
Credit Risk Management
Credit Risk ManagementCredit Risk Management
Credit Risk Managementankan84
 
Risk management
Risk managementRisk management
Risk managementDharmik
 

La actualidad más candente (20)

Asset liability management ppt @ bec doms bagalkot mba finance
Asset liability management ppt @ bec doms bagalkot mba financeAsset liability management ppt @ bec doms bagalkot mba finance
Asset liability management ppt @ bec doms bagalkot mba finance
 
Operational Risk Management
Operational Risk ManagementOperational Risk Management
Operational Risk Management
 
Fraud & Risk Management - A Guide to Good Practice
Fraud & Risk Management - A Guide to Good PracticeFraud & Risk Management - A Guide to Good Practice
Fraud & Risk Management - A Guide to Good Practice
 
Fintech Risks and Benefits--DR. Emmanuel Moore ABOLO
Fintech Risks  and Benefits--DR. Emmanuel Moore ABOLOFintech Risks  and Benefits--DR. Emmanuel Moore ABOLO
Fintech Risks and Benefits--DR. Emmanuel Moore ABOLO
 
CF_8 UNIT4 Risk Reporting & Risk Mgt
CF_8 UNIT4 Risk Reporting & Risk MgtCF_8 UNIT4 Risk Reporting & Risk Mgt
CF_8 UNIT4 Risk Reporting & Risk Mgt
 
Toward Credit Portfolio Management
Toward Credit Portfolio Management Toward Credit Portfolio Management
Toward Credit Portfolio Management
 
The investment management process
The investment management processThe investment management process
The investment management process
 
Operational Risk Management Under Basel II & Basel III
Operational Risk Management Under Basel II & Basel IIIOperational Risk Management Under Basel II & Basel III
Operational Risk Management Under Basel II & Basel III
 
Commodity financial & risk management
Commodity financial & risk managementCommodity financial & risk management
Commodity financial & risk management
 
Investment Banking
Investment BankingInvestment Banking
Investment Banking
 
Camel rating
Camel rating Camel rating
Camel rating
 
Continuous Transaction Monitoring Detect and analyze anomalous transactions t...
Continuous Transaction Monitoring Detect and analyze anomalous transactions t...Continuous Transaction Monitoring Detect and analyze anomalous transactions t...
Continuous Transaction Monitoring Detect and analyze anomalous transactions t...
 
asset liability mgt in commercial banks.pptx
asset liability mgt in commercial banks.pptxasset liability mgt in commercial banks.pptx
asset liability mgt in commercial banks.pptx
 
The 5 Cs of Credit
The 5 Cs of CreditThe 5 Cs of Credit
The 5 Cs of Credit
 
Bank risk management
Bank risk managementBank risk management
Bank risk management
 
9_Advanced Credit Risk Management Methods
9_Advanced Credit Risk Management Methods9_Advanced Credit Risk Management Methods
9_Advanced Credit Risk Management Methods
 
Credit Risk Management
Credit Risk ManagementCredit Risk Management
Credit Risk Management
 
Risk management
Risk managementRisk management
Risk management
 
AML presentation
AML presentationAML presentation
AML presentation
 
islamic banking
islamic bankingislamic banking
islamic banking
 

Similar a achine Learning and Model Risk

FitchLearning QuantUniversity Model Risk Presentation
FitchLearning QuantUniversity Model Risk PresentationFitchLearning QuantUniversity Model Risk Presentation
FitchLearning QuantUniversity Model Risk PresentationQuantUniversity
 
A Framework Driven Approach to Model Risk Management (www.dataanalyticsfinanc...
A Framework Driven Approach to Model Risk Management (www.dataanalyticsfinanc...A Framework Driven Approach to Model Risk Management (www.dataanalyticsfinanc...
A Framework Driven Approach to Model Risk Management (www.dataanalyticsfinanc...QuantUniversity
 
Real-world Strategies for Debugging Machine Learning Systems
Real-world Strategies for Debugging Machine Learning SystemsReal-world Strategies for Debugging Machine Learning Systems
Real-world Strategies for Debugging Machine Learning SystemsDatabricks
 
Model evaluation in the land of deep learning
Model evaluation in the land of deep learningModel evaluation in the land of deep learning
Model evaluation in the land of deep learningPramit Choudhary
 
CREDIT_RISK_ASSESMENT_SYSTEM_USING_MACHINE_LEARNING[1] [Read-Only].pptx
CREDIT_RISK_ASSESMENT_SYSTEM_USING_MACHINE_LEARNING[1] [Read-Only].pptxCREDIT_RISK_ASSESMENT_SYSTEM_USING_MACHINE_LEARNING[1] [Read-Only].pptx
CREDIT_RISK_ASSESMENT_SYSTEM_USING_MACHINE_LEARNING[1] [Read-Only].pptxJoelJackson40
 
Model Risk Management: Using an infinitely scalable stress testing platform f...
Model Risk Management: Using an infinitely scalable stress testing platform f...Model Risk Management: Using an infinitely scalable stress testing platform f...
Model Risk Management: Using an infinitely scalable stress testing platform f...QuantUniversity
 
LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.
LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.
LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.Souma Maiti
 
Disrupting Risk Management through Emerging Technologies
Disrupting Risk Management through Emerging TechnologiesDisrupting Risk Management through Emerging Technologies
Disrupting Risk Management through Emerging TechnologiesDatabricks
 
Machine Learning: Considerations for Fairly and Transparently Expanding Acces...
Machine Learning: Considerations for Fairly and Transparently Expanding Acces...Machine Learning: Considerations for Fairly and Transparently Expanding Acces...
Machine Learning: Considerations for Fairly and Transparently Expanding Acces...QuantUniversity
 
Zou_Resume_2015_Dec_Q
Zou_Resume_2015_Dec_QZou_Resume_2015_Dec_Q
Zou_Resume_2015_Dec_QXiaorong Zou
 
Loan Default Prediction Using Machine Learning Techniques
Loan Default Prediction Using Machine Learning TechniquesLoan Default Prediction Using Machine Learning Techniques
Loan Default Prediction Using Machine Learning TechniquesIRJET Journal
 
Monitoring data quality by Jos Gheerardyn of Yields.io
Monitoring data quality by Jos Gheerardyn of Yields.ioMonitoring data quality by Jos Gheerardyn of Yields.io
Monitoring data quality by Jos Gheerardyn of Yields.ioDataops Ghent Meetup
 
AI MODELS USAGE IN FINTECH PRODUCTS: PM APPROACH & BEST PRACTICES by Kasthuri...
AI MODELS USAGE IN FINTECH PRODUCTS: PM APPROACH & BEST PRACTICES by Kasthuri...AI MODELS USAGE IN FINTECH PRODUCTS: PM APPROACH & BEST PRACTICES by Kasthuri...
AI MODELS USAGE IN FINTECH PRODUCTS: PM APPROACH & BEST PRACTICES by Kasthuri...ISPMAIndia
 
Post Graduate Admission Prediction System
Post Graduate Admission Prediction SystemPost Graduate Admission Prediction System
Post Graduate Admission Prediction SystemIRJET Journal
 
8 rajib chakravorty risk
8 rajib chakravorty risk8 rajib chakravorty risk
8 rajib chakravorty riskCCR-interactive
 
MLOps and Data Quality: Deploying Reliable ML Models in Production
MLOps and Data Quality: Deploying Reliable ML Models in ProductionMLOps and Data Quality: Deploying Reliable ML Models in Production
MLOps and Data Quality: Deploying Reliable ML Models in ProductionProvectus
 
Hima_Lakkaraju_XAI_ShortCourse.pptx
Hima_Lakkaraju_XAI_ShortCourse.pptxHima_Lakkaraju_XAI_ShortCourse.pptx
Hima_Lakkaraju_XAI_ShortCourse.pptxPhanThDuy
 

Similar a achine Learning and Model Risk (20)

FitchLearning QuantUniversity Model Risk Presentation
FitchLearning QuantUniversity Model Risk PresentationFitchLearning QuantUniversity Model Risk Presentation
FitchLearning QuantUniversity Model Risk Presentation
 
A Framework Driven Approach to Model Risk Management (www.dataanalyticsfinanc...
A Framework Driven Approach to Model Risk Management (www.dataanalyticsfinanc...A Framework Driven Approach to Model Risk Management (www.dataanalyticsfinanc...
A Framework Driven Approach to Model Risk Management (www.dataanalyticsfinanc...
 
Real-world Strategies for Debugging Machine Learning Systems
Real-world Strategies for Debugging Machine Learning SystemsReal-world Strategies for Debugging Machine Learning Systems
Real-world Strategies for Debugging Machine Learning Systems
 
Model evaluation in the land of deep learning
Model evaluation in the land of deep learningModel evaluation in the land of deep learning
Model evaluation in the land of deep learning
 
CREDIT_RISK_ASSESMENT_SYSTEM_USING_MACHINE_LEARNING[1] [Read-Only].pptx
CREDIT_RISK_ASSESMENT_SYSTEM_USING_MACHINE_LEARNING[1] [Read-Only].pptxCREDIT_RISK_ASSESMENT_SYSTEM_USING_MACHINE_LEARNING[1] [Read-Only].pptx
CREDIT_RISK_ASSESMENT_SYSTEM_USING_MACHINE_LEARNING[1] [Read-Only].pptx
 
Model Risk Management: Using an infinitely scalable stress testing platform f...
Model Risk Management: Using an infinitely scalable stress testing platform f...Model Risk Management: Using an infinitely scalable stress testing platform f...
Model Risk Management: Using an infinitely scalable stress testing platform f...
 
Deep learning
Deep learningDeep learning
Deep learning
 
LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.
LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.
LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.
 
Disrupting Risk Management through Emerging Technologies
Disrupting Risk Management through Emerging TechnologiesDisrupting Risk Management through Emerging Technologies
Disrupting Risk Management through Emerging Technologies
 
Machine Learning: Considerations for Fairly and Transparently Expanding Acces...
Machine Learning: Considerations for Fairly and Transparently Expanding Acces...Machine Learning: Considerations for Fairly and Transparently Expanding Acces...
Machine Learning: Considerations for Fairly and Transparently Expanding Acces...
 
Zou_Resume_2015_Dec_Q
Zou_Resume_2015_Dec_QZou_Resume_2015_Dec_Q
Zou_Resume_2015_Dec_Q
 
Loan Default Prediction Using Machine Learning Techniques
Loan Default Prediction Using Machine Learning TechniquesLoan Default Prediction Using Machine Learning Techniques
Loan Default Prediction Using Machine Learning Techniques
 
Monitoring data quality by Jos Gheerardyn of Yields.io
Monitoring data quality by Jos Gheerardyn of Yields.ioMonitoring data quality by Jos Gheerardyn of Yields.io
Monitoring data quality by Jos Gheerardyn of Yields.io
 
AI MODELS USAGE IN FINTECH PRODUCTS: PM APPROACH & BEST PRACTICES by Kasthuri...
AI MODELS USAGE IN FINTECH PRODUCTS: PM APPROACH & BEST PRACTICES by Kasthuri...AI MODELS USAGE IN FINTECH PRODUCTS: PM APPROACH & BEST PRACTICES by Kasthuri...
AI MODELS USAGE IN FINTECH PRODUCTS: PM APPROACH & BEST PRACTICES by Kasthuri...
 
Post Graduate Admission Prediction System
Post Graduate Admission Prediction SystemPost Graduate Admission Prediction System
Post Graduate Admission Prediction System
 
Intro to ml_2021
Intro to ml_2021Intro to ml_2021
Intro to ml_2021
 
8 rajib chakravorty risk
8 rajib chakravorty risk8 rajib chakravorty risk
8 rajib chakravorty risk
 
Managing machine learning
Managing machine learningManaging machine learning
Managing machine learning
 
MLOps and Data Quality: Deploying Reliable ML Models in Production
MLOps and Data Quality: Deploying Reliable ML Models in ProductionMLOps and Data Quality: Deploying Reliable ML Models in Production
MLOps and Data Quality: Deploying Reliable ML Models in Production
 
Hima_Lakkaraju_XAI_ShortCourse.pptx
Hima_Lakkaraju_XAI_ShortCourse.pptxHima_Lakkaraju_XAI_ShortCourse.pptx
Hima_Lakkaraju_XAI_ShortCourse.pptx
 

Más de QuantUniversity

EU Artificial Intelligence Act 2024 passed !
EU Artificial Intelligence Act 2024 passed !EU Artificial Intelligence Act 2024 passed !
EU Artificial Intelligence Act 2024 passed !QuantUniversity
 
Managing-the-Risks-of-LLMs-in-FS-Industry-Roundtable-TruEra-QuantU.pdf
Managing-the-Risks-of-LLMs-in-FS-Industry-Roundtable-TruEra-QuantU.pdfManaging-the-Risks-of-LLMs-in-FS-Industry-Roundtable-TruEra-QuantU.pdf
Managing-the-Risks-of-LLMs-in-FS-Industry-Roundtable-TruEra-QuantU.pdfQuantUniversity
 
PYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALS
PYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALSPYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALS
PYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALSQuantUniversity
 
Qu for India - QuantUniversity FundRaiser
Qu for India  - QuantUniversity FundRaiserQu for India  - QuantUniversity FundRaiser
Qu for India - QuantUniversity FundRaiserQuantUniversity
 
Ml master class for CFA Dallas
Ml master class for CFA DallasMl master class for CFA Dallas
Ml master class for CFA DallasQuantUniversity
 
Algorithmic auditing 1.0
Algorithmic auditing 1.0Algorithmic auditing 1.0
Algorithmic auditing 1.0QuantUniversity
 
Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...
Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...
Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...QuantUniversity
 
Seeing what a gan cannot generate: paper review
Seeing what a gan cannot generate: paper reviewSeeing what a gan cannot generate: paper review
Seeing what a gan cannot generate: paper reviewQuantUniversity
 
AI Explainability and Model Risk Management
AI Explainability and Model Risk ManagementAI Explainability and Model Risk Management
AI Explainability and Model Risk ManagementQuantUniversity
 
Algorithmic auditing 1.0
Algorithmic auditing 1.0Algorithmic auditing 1.0
Algorithmic auditing 1.0QuantUniversity
 
Machine Learning in Finance: 10 Things You Need to Know in 2021
Machine Learning in Finance: 10 Things You Need to Know in 2021Machine Learning in Finance: 10 Things You Need to Know in 2021
Machine Learning in Finance: 10 Things You Need to Know in 2021QuantUniversity
 
Bayesian Portfolio Allocation
Bayesian Portfolio AllocationBayesian Portfolio Allocation
Bayesian Portfolio AllocationQuantUniversity
 
Constructing Private Asset Benchmarks
Constructing Private Asset BenchmarksConstructing Private Asset Benchmarks
Constructing Private Asset BenchmarksQuantUniversity
 
Machine Learning Interpretability
Machine Learning InterpretabilityMachine Learning Interpretability
Machine Learning InterpretabilityQuantUniversity
 
Responsible AI in Action
Responsible AI in ActionResponsible AI in Action
Responsible AI in ActionQuantUniversity
 
Qu speaker series 14: Synthetic Data Generation in Finance
Qu speaker series 14: Synthetic Data Generation in FinanceQu speaker series 14: Synthetic Data Generation in Finance
Qu speaker series 14: Synthetic Data Generation in FinanceQuantUniversity
 
Qu speaker series:Ethical Use of AI in Financial Markets
Qu speaker series:Ethical Use of AI in Financial MarketsQu speaker series:Ethical Use of AI in Financial Markets
Qu speaker series:Ethical Use of AI in Financial MarketsQuantUniversity
 

Más de QuantUniversity (20)

EU Artificial Intelligence Act 2024 passed !
EU Artificial Intelligence Act 2024 passed !EU Artificial Intelligence Act 2024 passed !
EU Artificial Intelligence Act 2024 passed !
 
Managing-the-Risks-of-LLMs-in-FS-Industry-Roundtable-TruEra-QuantU.pdf
Managing-the-Risks-of-LLMs-in-FS-Industry-Roundtable-TruEra-QuantU.pdfManaging-the-Risks-of-LLMs-in-FS-Industry-Roundtable-TruEra-QuantU.pdf
Managing-the-Risks-of-LLMs-in-FS-Industry-Roundtable-TruEra-QuantU.pdf
 
PYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALS
PYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALSPYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALS
PYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALS
 
Qu for India - QuantUniversity FundRaiser
Qu for India  - QuantUniversity FundRaiserQu for India  - QuantUniversity FundRaiser
Qu for India - QuantUniversity FundRaiser
 
Ml master class for CFA Dallas
Ml master class for CFA DallasMl master class for CFA Dallas
Ml master class for CFA Dallas
 
Algorithmic auditing 1.0
Algorithmic auditing 1.0Algorithmic auditing 1.0
Algorithmic auditing 1.0
 
Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...
Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...
Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...
 
Seeing what a gan cannot generate: paper review
Seeing what a gan cannot generate: paper reviewSeeing what a gan cannot generate: paper review
Seeing what a gan cannot generate: paper review
 
AI Explainability and Model Risk Management
AI Explainability and Model Risk ManagementAI Explainability and Model Risk Management
AI Explainability and Model Risk Management
 
Algorithmic auditing 1.0
Algorithmic auditing 1.0Algorithmic auditing 1.0
Algorithmic auditing 1.0
 
Machine Learning in Finance: 10 Things You Need to Know in 2021
Machine Learning in Finance: 10 Things You Need to Know in 2021Machine Learning in Finance: 10 Things You Need to Know in 2021
Machine Learning in Finance: 10 Things You Need to Know in 2021
 
Bayesian Portfolio Allocation
Bayesian Portfolio AllocationBayesian Portfolio Allocation
Bayesian Portfolio Allocation
 
The API Jungle
The API JungleThe API Jungle
The API Jungle
 
Explainable AI Workshop
Explainable AI WorkshopExplainable AI Workshop
Explainable AI Workshop
 
Constructing Private Asset Benchmarks
Constructing Private Asset BenchmarksConstructing Private Asset Benchmarks
Constructing Private Asset Benchmarks
 
Machine Learning Interpretability
Machine Learning InterpretabilityMachine Learning Interpretability
Machine Learning Interpretability
 
Responsible AI in Action
Responsible AI in ActionResponsible AI in Action
Responsible AI in Action
 
Qu speaker series 14: Synthetic Data Generation in Finance
Qu speaker series 14: Synthetic Data Generation in FinanceQu speaker series 14: Synthetic Data Generation in Finance
Qu speaker series 14: Synthetic Data Generation in Finance
 
Qwafafew meeting 5
Qwafafew meeting 5Qwafafew meeting 5
Qwafafew meeting 5
 
Qu speaker series:Ethical Use of AI in Financial Markets
Qu speaker series:Ethical Use of AI in Financial MarketsQu speaker series:Ethical Use of AI in Financial Markets
Qu speaker series:Ethical Use of AI in Financial Markets
 

Último

The-boAt-Story-Navigating-the-Waves-of-Innovation.pptx
The-boAt-Story-Navigating-the-Waves-of-Innovation.pptxThe-boAt-Story-Navigating-the-Waves-of-Innovation.pptx
The-boAt-Story-Navigating-the-Waves-of-Innovation.pptxVivek487417
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...gajnagarg
 
Harnessing the Power of GenAI for BI and Reporting.pptx
Harnessing the Power of GenAI for BI and Reporting.pptxHarnessing the Power of GenAI for BI and Reporting.pptx
Harnessing the Power of GenAI for BI and Reporting.pptxParas Gupta
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Valters Lauzums
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteedamy56318795
 
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Klinik kandungan
 
怎样办理旧金山城市学院毕业证(CCSF毕业证书)成绩单学校原版复制
怎样办理旧金山城市学院毕业证(CCSF毕业证书)成绩单学校原版复制怎样办理旧金山城市学院毕业证(CCSF毕业证书)成绩单学校原版复制
怎样办理旧金山城市学院毕业证(CCSF毕业证书)成绩单学校原版复制vexqp
 
Jual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
Jual Cytotec Asli Obat Aborsi No. 1 Paling ManjurJual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
Jual Cytotec Asli Obat Aborsi No. 1 Paling Manjurptikerjasaptiker
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...Elaine Werffeli
 
Digital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham WareDigital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham WareGraham Ware
 
怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制
怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制
怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制vexqp
 
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...
Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...Bertram Ludäscher
 
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样wsppdmt
 
Aspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraAspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraGovindSinghDasila
 
Switzerland Constitution 2002.pdf.........
Switzerland Constitution 2002.pdf.........Switzerland Constitution 2002.pdf.........
Switzerland Constitution 2002.pdf.........EfruzAsilolu
 
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...nirzagarg
 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...nirzagarg
 

Último (20)

The-boAt-Story-Navigating-the-Waves-of-Innovation.pptx
The-boAt-Story-Navigating-the-Waves-of-Innovation.pptxThe-boAt-Story-Navigating-the-Waves-of-Innovation.pptx
The-boAt-Story-Navigating-the-Waves-of-Innovation.pptx
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
 
Harnessing the Power of GenAI for BI and Reporting.pptx
Harnessing the Power of GenAI for BI and Reporting.pptxHarnessing the Power of GenAI for BI and Reporting.pptx
Harnessing the Power of GenAI for BI and Reporting.pptx
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
 
怎样办理旧金山城市学院毕业证(CCSF毕业证书)成绩单学校原版复制
怎样办理旧金山城市学院毕业证(CCSF毕业证书)成绩单学校原版复制怎样办理旧金山城市学院毕业证(CCSF毕业证书)成绩单学校原版复制
怎样办理旧金山城市学院毕业证(CCSF毕业证书)成绩单学校原版复制
 
Jual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
Jual Cytotec Asli Obat Aborsi No. 1 Paling ManjurJual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
Jual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
 
Digital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham WareDigital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham Ware
 
怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制
怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制
怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制
 
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...
Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...
 
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
 
Aspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraAspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - Almora
 
Switzerland Constitution 2002.pdf.........
Switzerland Constitution 2002.pdf.........Switzerland Constitution 2002.pdf.........
Switzerland Constitution 2002.pdf.........
 
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
 
Cytotec in Jeddah+966572737505) get unwanted pregnancy kit Riyadh
Cytotec in Jeddah+966572737505) get unwanted pregnancy kit RiyadhCytotec in Jeddah+966572737505) get unwanted pregnancy kit Riyadh
Cytotec in Jeddah+966572737505) get unwanted pregnancy kit Riyadh
 

achine Learning and Model Risk

  • 1. Qu Speaker Series Machine Learning and Model Risk (With a focus on Neural Networks) An Afternoon with Dr. Agus Sudjianto Wells Fargo 2020 Copyright QuantUniversity LLC. Hosted By: Sri Krishnamurthy, CFA, CAP sri@quantuniversity.com www.qu.academy 07/29/2020 Online https://quspeakerseries3.spla shthat.com/
  • 2. 2 QuantUniversity • Boston-based Data Science, Quant Finance and Machine Learning training and consulting advisory • Trained more than 1000 students in Quantitative methods, Data Science and Big Data Technologies using MATLAB, Python and R • Building a platform for AI and Machine Learning Exploration and Experimentation
  • 3. For registration information, go to https://QuSummerSchool.splashthat.com 3
  • 5.
  • 6. 6
  • 7. 7 • Dr.Agus Sudjianto is an executive vice president and head of Corporate Model Risk for Wells Fargo, where he is responsible for enterprise model risk management. • Prior to his current position, Agus was the modeling and analytics director and chief model risk officer at Lloyds Banking Group in the United Kingdom. Before joining Lloyds, he was a senior credit risk executive and head of Quantitative Risk at Bank of America. • Agus holds several U.S. patents in both finance and engineering. He has published numerous technical papers and is a co-author of Design and Modeling for Computer Experiments. His technical expertise and interests include quantitative risk, particularly credit risk modeling, machine learning and computational statistics. • Agus holds masters and doctorate degrees in engineering and management from Wayne State University and the Massachusetts Institute of Technology. Machine Learning and Model Risk
  • 8. © 2020 Wells Fargo Bank, N.A. All rights reserved. For public use. Machine Learning Model Risk (with special focus on machine learning explainability and robsustness) July 29, 2020 Agus Sudjianto EVP, Head of Enterprise Model Risk Wells Fargo
  • 9. Banks run by models 9 Banks pervasively use models • Financial Models – Credit, Market, Liquidity, Revenue, Expense, Loss, Stress Test, Capital Management, Investment • Non-Financial Models – Customer Service, Financial Crime Detection, Marketing, Compliance, Staffing The use of model creates ‘risk’ both financial and non-financial risks and regulated throughout the life-cycle • End-to-End model life cycle governance for all models • Independent Model Validation • Monitoring and Mitigation https://www.federalreserve.gov/supervisionreg/srletters/sr1107a1.pdf
  • 10. Rapid adoption of ML in various areas of banking Statistical models: Credit Risk and Financial Crimes Supervised and Unsupervised ML Alternative to more established statistical techniques Model benchmarks Model diagnostics and variable selection Previously no models: Compliance, Conduct risk, Customer assistance Representation and Supervised/Unsupervised ML for Natural language processing Intensive numerical computation: Derivative Pricing and Market Risk Deep Learning for stochastic PDE solver Generative Adversarial Network for stochastic process and time series models https://arxiv.org/pdf/1807.06622.pdf https://arxiv.org/pdf/1904.05921.pdf https://arxiv.org/pdf/1911.12231.pdf https://arxiv.org/pdf/2006.07635.pdf https://arxiv.org/pdf/2005.10966.pdf 10
  • 11. Model risk • Model error • Used incorrectly All Models are Wrong some are useful - George Box Model Failure: Potential harms and unintended consequences (to users, institution, or end customers) that a model may generate • Financial harms (Credit, Market, Liquidity) • Non-financial harms (Reputation, Compliance, Legal) Example • Hedging: mis-hedging ® Market Risk • Financial crimes or conduct surveillance: miss detection ® Compliance risk • Staffing: under staff (long wait time) ® Reputational risk • Credit approval: fair lending ® Compliance risk • On-line marketing: privacy and fairness ® Legal risk 11
  • 12. Model risk focus in model validation Statistical (probabilistic) measure of harms and their acceptance criteria ‘Root causes’ analysis of harms/failure: data, input, modeling framework, variable selection, parameter estimation, implementation, misuse Robustness (adversarial) test to identify model failure Quantify the impacts of each root cause Mitigation, monitoring and change control to manage potential harms Acceptance Metrics Test to Failure Impact Analysis Mitigation Plan 12 Root Cause
  • 13. Common causes of ML model risk Data defect and bias • Input and target training data • Beware of implicit bias Conceptual Soundness • Spurious variable effects due to confounding factors Model robustness • Obsession with model performance • Dynamic real world: data drift Model change control • Retraining produces new models Model use control 13
  • 14. Conceptual soundness and explainable machine learning Conceptual soundness and trusted model • Does the model make sense? Can we trust the model? How’s the model going to fail? Model explainability • For critical applications, explainability is a requirement – Example: reason codes in credit decision is a regulatory requirement • Outcome testing is not sufficient – Understanding Input-Output relationships are critical for Conceptual Soundness Evaluation – Confounding factors – Decision attribution and adverse impact – Failure operating region: output uncertainty and cautious generalization 14
  • 15. Interpretable machine learning Input-Output Explainability Post-hoc analysis to understand input-output relationships Model Distillation Simplified and interpretable model Structured-Interpretable Models Interpretable model by constraining model structure 15
  • 16. Post-hoc: Attribution through variable importance and effect Local variable importance • Leave-One-Covariate-Out (LOCO) • Local sensitivity or partial derivative Global variable importance • Relative influence • Permutation test based importance • Variance based global sensitivity (e.g., marginal effect and total effect) • Derivative based sensitivity • 1D partial dependent plots – Marginal effect – Nonlinearity detection • 2D partial dependent plots and H statistics – Interaction effect Feature transformation Model Developers vs ML 1D-PDP 16
  • 17. Model distillation • Machine Learning Models, particularly ensemble models, are often too complex to be easily explained. • Simplified—less accurate—models as ‘diagnostic’ tools – Meta/surrogate/emulator model also known as Model distillation 17 https://arxiv.org/ftp/arxiv/papers/1806/1806.00663.pdf
  • 18. Interpretable model: Explainable neural networks (xNN) 𝑓 𝑥 = 𝑤! + 𝑤 𝑥 𝑓 𝑥 = 𝑤! + & "#$ % 𝑤" 𝐵" 𝑥 Linear Model: Nonlinear f(x) : Splines 𝑓 𝑥 = 𝑤! + & "#$ % 𝑤" 𝐵" 𝑣" 𝑥 Nonlinear f(x) : Neural Networks Bj(.) with simple hinge functions are called ReLU (Rectifier Linear Units), max(0, 𝑣! x-cj) 𝑐! "knot locaDons" are called “bias weights” 𝑓 𝐱 = 𝑤! + & "#$ % 𝑤" 𝐵" 𝐯& 𝐱 Single Index Model 𝑓 𝐱 = 𝑤! + & "#$ % 𝑤" 𝐵" 𝐯" & 𝐱 Single Hidden Layer Network 18
  • 19. Additive index structure for xNN Additive ‘Index’ Model: ( ) ( ) ( ) ( )xβxβxβx T kkk TT hhhf ``222`111 ... ggg +++= Constraints can be introduced to Neural Networks architecture to improve interpretability: • Smaller number of nodes in the first layer – Projection Layer: Linear projections are interpretable • Modularize the deeper layers (subnetworks) – Subnetwork: Nonlinear Ridge functions are easily graphed • Additional constraints: sparsity and orthogonality Sparse (and Orthogonal) Sparse 19 https://arxiv.org/pdf/1806.01933.pdf https://arxiv.org/pdf/1901.03838.pdf
  • 21. Adaptive explainable neural networks (AxNN) • Stage 1 (Main Effects): Train GAM- Net with increasing ridge function complexity • Stage 2 (Interaction Effects): Train xNN to capture interaction effects • Iterations can be done by either ‘boosting’ or ‘stacking’ approach 21https://arxiv.org/ftp/arxiv/papers/2004/2004.02353.pdf https://arxiv.org/pdf/2003.07132.pdf
  • 22. Fully connected deep networks Deep networks with ReLU activation function can be decomposed into local linear models • Local interpretation is exact: every point is associated with local linear model • Global interpretation can be done by integrating (aggregating) local effects Local interpretation 𝑥' AverageDerivatives(localcoefficients) Global interpretation 22 https://arxiv.org/ftp/arxiv/papers/1808/1808.07216.pdf
  • 23. Model robustness test • Building real world model is not Kaggle competition • Current AutoML miss important aspect of reliable model – Solely focus on model performance and do not address model robustness – Data splitting (training-testing) is static: models in real worlds operate under dynamic (constantly changing) environment (e.g., population drift) – ML models such as NLP models can be susceptible to adversarial attack 23
  • 24. Governing Machine Learning Model Risk • Policy and Procedure governing model life cycle • Enterprise innovation team focus on AI strategy and coordination • Model Development Center of Excellence • Centralized model development including vendor models • Dedicated development and deployment platform • Model Validation standard and infra-structure • Dedicated Decision Science & Artificial Intelligence model validation team supported by Advanced Technology & Modeling team • Standardized model library and tests particularly for Fairness and Robustness • Legal and Compliance review and approval
  • 25. 25 Demos, slides and video available on QuAcademy Go to www.qu.academy 25
  • 27. Thank you! Sri Krishnamurthy, CFA, CAP Founder and CEO QuantUniversity LLC. srikrishnamurthy www.QuantUniversity.com Contact Information, data and drawings embodied in this presentation are strictly a property of QuantUniversity LLC. and shall not be distributed or used in any other publication without the prior written consent of QuantUniversity LLC. 27