SlideShare une entreprise Scribd logo
1  sur  102
Télécharger pour lire hors ligne
Exploring climate change signals
with explainable AI
@ZLabe
Zachary M. Labe
with Elizabeth A. Barnes
in the Department of Atmospheric Science
at Colorado State University
9 December 2021
Carbon Club
NASA Jet Propulsion Laboratory (JPL)
Machine Learning
is not new!
But…
Machine Learning
is not new!
Artificial Intelligence
Machine Learning
Deep Learning
Computer Science
Computer Science
Artificial Intelligence
Machine Learning
Deep Learning
Supervised
Learning
Unsupervised
Learning
Labeled data
Classification
Regression
Unlabeled data
Clustering
Dimension reduction
• Do it better
• e.g., parameterizations in climate models are not
perfect, use ML to make them more accurate
• Do it faster
• e.g., code in climate models is very slow (but we
know the right answer) - use ML methods to speed
things up
• Do something new
• e.g., go looking for non-linear relationships you
didn’t know were there
Very relevant for
research: may be
slower and worse,
but can still learn
something
WHY SHOULD WE CONSIDER
MACHINE LEARNING?
GROWING DATA
GROWING TOOLS
Python tools for machine learning
Machine learning for weather
IDENTIFYING SEVERE THUNDERSTORMS
Molina et al. 2021
Toms et al. 2021
CLASSIFYING PHASE OF MADDEN-JULLIAN OSCILLATION
SATELLITE DETECTION
Lee et al. 2021
DETECTING TORNADOES
McGovern et al. 2019
Machine learning for climate
FINDING FORECASTS OF OPPORTUNITY
Mayer and Barnes, 2021
PREDICTING CLIMATE MODES OF VARIABILITY
Gordon et al. 2021
TIMING OF CLIMATE CHANGE
Barnes et al. 2019
INPUT
[DATA]
PREDICTION
Machine
Learning
INPUT
[DATA]
PREDICTION
Machine
Learning
NSF AI Institute for Research
on Trustworthy AI in Weather,
Climate, and Coastal
Oceanography (AI2ES)
https://www.ai2es.org/
E.g.,
Research to
Operations (R2O)
Tornado Warning
Special Marine Warning
Severe Thunderstorm Warning
Flash Flood Warning
E.g.,
Establish robust,
responsible AI for
severe weather
detection
Tornado Warning
Special Marine Warning
Severe Thunderstorm Warning
Flash Flood Warning
Artificial Intelligence
Machine Learning
Deep Learning
X1
X2
INPUTS
Artificial Neural Networks [ANN]
Linear regression!
Artificial Neural Networks [ANN]
X1
X2
W1
W2
∑ = X1W1+ X2W2 + b
INPUTS
NODE
Artificial Neural Networks [ANN]
X1
X2
W1
W2
∑
INPUTS
NODE
Linear regression with non-linear
mapping by an “activation function”
Training of the network is merely
determining the weights “w” and
bias/offset “b"
= factivation(X1W1+ X2W2 + b)
Artificial Neural Networks [ANN]
X1
X2
W1
W2
∑
INPUTS
NODE
= factivation(X1W1+ X2W2 + b)
ReLU Sigmoid Linear
X1
X2
∑
inputs
HIDDEN LAYERS
X3
∑
∑
∑
OUTPUT
= predictions
Artificial Neural Networks [ANN]
: : ::
INPUTS
Complexity and nonlinearities of the ANN allow it to learn many
different pathways of predictable behavior
Once trained, you have an array of weights and biases which can be
used for prediction on new data
INPUT
[DATA]
PREDICTION
Artificial Neural Networks [ANN]
TEMPERATURE
TEMPERATURE
We know some metadata…
+ What year is it?
+ Where did it come from?
We know some metadata…
+ What year is it?
+ Where did it come from?
TEMPERATURE
We know some metadata…
+ What year is it?
+ Where did it come from?
TEMPERATURE
Neural network learns nonlinear
combinations of forced climate
patterns to identify the year
----ANN----
2 Hidden Layers
10 Nodes each
Ridge Regularization
Early Stopping
We know some metadata…
+ What year is it?
+ Where did it come from?
[e.g., Barnes et al. 2019, 2020]
[e.g., Labe and Barnes, 2021]
TIMING OF EMERGENCE
(COMBINED VARIABLES)
RESPONSES TO
EXTERNAL CLIMATE
FORCINGS
PATTERNS OF
CLIMATE INDICATORS
[e.g., Rader et al. 2021, in prep]
Surface Temperature Map Precipitation Map
+
TEMPERATURE
----ANN----
2 Hidden Layers
10 Nodes each
Ridge Regularization
Early Stopping
We know some metadata…
+ What year is it?
+ Where did it come from?
[e.g., Barnes et al. 2019, 2020]
[e.g., Labe and Barnes, 2021]
TIMING OF EMERGENCE
(COMBINED VARIABLES)
RESPONSES TO
EXTERNAL CLIMATE
FORCINGS
PATTERNS OF
CLIMATE INDICATORS
[e.g., Rader et al. 2021, in prep]
Surface Temperature Map Precipitation Map
+
TEMPERATURE
THE REAL WORLD
(Observations)
What is the annual mean temperature of Earth?
What is the annual mean temperature of Earth?
THE REAL WORLD
(Observations)
Anomaly is relative to 1951-1980
What is the annual mean temperature of Earth?
THE REAL WORLD
(Observations)
CLIMATE MODEL
ENSEMBLES
What is the annual mean temperature of Earth?
THE REAL WORLD
(Observations)
CLIMATE MODEL
ENSEMBLES
Range of ensembles
= internal variability (noise)
Mean of ensembles
= forced response (climate change)
What is the annual mean temperature of Earth?
• Increasing greenhouse gases (CO2, CH4, N2O)
• Changes in industrial aerosols (SO4, BC, OC)
• Changes in biomass burning (aerosols)
• Changes in land-use & land-cover (albedo)
What is the annual mean temperature of Earth?
• Increasing greenhouse gases (CO2, CH4, N2O)
• Changes in industrial aerosols (SO4, BC, OC)
• Changes in biomass burning (aerosols)
• Changes in land-use & land-cover (albedo)
Plus everything else…
(Natural/internal variability)
What is the annual mean temperature of Earth?
Greenhouse gases fixed to 1920 levels
All forcings (CESM-LE)
Industrial aerosols fixed to 1920 levels
[Deser et al. 2020, JCLI]
Fully-coupled CESM1.1
20 Ensemble Members
Run from 1920-2080
Observations
So what?
Greenhouse gases = warming
Aerosols = ?? (though mostly cooling)
What are the relative responses
between greenhouse gas
and aerosol forcing?
Surface Temperature Map
ARTIFICIAL NEURAL NETWORK (ANN)
INPUT LAYER
Surface Temperature Map
ARTIFICIAL NEURAL NETWORK (ANN)
INPUT LAYER
Surface Temperature Map
ARTIFICIAL NEURAL NETWORK (ANN)
Collection of nodes (neurons)
that adjust their weights and
biases across layers in order to
learn signals for making
predictions
Learns nonlinear processes
through selected parameters
in the model
INPUT LAYER
HIDDEN LAYERS
OUTPUT LAYER
Surface Temperature Map
“2000-2009”
DECADE CLASS
“2070-2079”
“1920-1929”
ARTIFICIAL NEURAL NETWORK (ANN)
INPUT LAYER
HIDDEN LAYERS
OUTPUT LAYER
Surface Temperature Map
“2000-2009”
DECADE CLASS
“2070-2079”
“1920-1929”
BACK-PROPAGATE THROUGH NETWORK = EXPLAINABLE AI
ARTIFICIAL NEURAL NETWORK (ANN)
INPUT LAYER
HIDDEN LAYERS
OUTPUT LAYER
Layer-wise Relevance Propagation
Surface Temperature Map
“2000-2009”
DECADE CLASS
“2070-2079”
“1920-1929”
BACK-PROPAGATE THROUGH NETWORK = EXPLAINABLE AI
ARTIFICIAL NEURAL NETWORK (ANN)
[Barnes et al. 2020, JAMES]
[Labe and Barnes 2021, JAMES]
LAYER-WISE RELEVANCE PROPAGATION (LRP)
Volcano
Great White
Shark
Timber
Wolf
Image Classification LRP
https://heatmapping.org/
LRP heatmaps show regions
of “relevance” that
contribute to the neural
network’s decision-making
process for a sample
belonging to a particular
output category
Neural Network
WHY
WHY
WHY
Backpropagation – LRP
LAYER-WISE RELEVANCE PROPAGATION (LRP)
Volcano
Great White
Shark
Timber
Wolf
Image Classification LRP
https://heatmapping.org/
LRP heatmaps show regions
of “relevance” that
contribute to the neural
network’s decision-making
process for a sample
belonging to a particular
output category
Neural Network
WHY
WHY
WHY
Backpropagation – LRP
LAYER-WISE RELEVANCE PROPAGATION (LRP)
Volcano
Great White
Shark
Timber
Wolf
Image Classification LRP
https://heatmapping.org/
LRP heatmaps show regions
of “relevance” that
contribute to the neural
network’s decision-making
process for a sample
belonging to a particular
output category
Neural Network
WHY
WHY
WHY
Backpropagation – LRP
LAYER-WISE RELEVANCE PROPAGATION (LRP)
Image Classification LRP
https://heatmapping.org/
NOT PERFECT
Crock
Pot
Neural Network
WHY
Backpropagation – LRP
[Adapted from Adebayo et al., 2020]
EXPLAINABLE AI IS
NOT PERFECT
THERE ARE MANY
METHODS
[Adapted from Adebayo et al., 2020]
THERE ARE MANY
METHODS
EXPLAINABLE AI IS
NOT PERFECT
Visualizing something we already know…
Neural
Network
[0] La Niña [1] El Niño
[Toms et al. 2020, JAMES]
Input a map of sea surface temperatures
Visualizing something we already know…
Input maps of sea surface
temperatures to identify
El Niño or La Niña
Use ‘LRP’ to see how the
neural network is making
its decision
[Toms et al. 2020, JAMES]
Layer-wise Relevance Propagation
Composite Observations
LRP [Relevance]
SST Anomaly [°C]
0.00 0.75
0.0 1.5
-1.5
OUTPUT LAYER
Layer-wise Relevance Propagation
“2000-2009”
DECADE CLASS
“2070-2079”
“1920-1929”
BACK-PROPAGATE THROUGH NETWORK = EXPLAINABLE AI
WHY?
= LRP HEAT MAPS
[Labe and Barnes 2021, JAMES]
Layer-wise Relevance Propagation
BACK-PROPAGATE THROUGH NETWORK = EXPLAINABLE AI
WHY?
= LRP HEAT MAPS
Machine Learning
Black Box
[Labe and Barnes 2021, JAMES]
Layer-wise Relevance Propagation
BACK-PROPAGATE THROUGH NETWORK = EXPLAINABLE AI
WHY?
= LRP HEAT MAPS
Find regions of “relevance”
that contribute to the
neural network’s
decision-making process
[Labe and Barnes 2021, JAMES]
1960-1999: ANNUAL MEAN TEMPERATURE TRENDS
Greenhouse gases fixed
to 1920 levels
[AEROSOLS PREVAIL]
Industrial aerosols fixed
to 1920 levels
[GREENHOUSE GASES PREVAIL]
All forcings
[STANDARD CESM-LE]
DATA
1960-1999: ANNUAL MEAN TEMPERATURE TRENDS
Greenhouse gases fixed
to 1920 levels
[AEROSOLS PREVAIL]
Industrial aerosols fixed
to 1920 levels
[GREENHOUSE GASES PREVAIL]
All forcings
[STANDARD CESM-LE]
DATA
1960-1999: ANNUAL MEAN TEMPERATURE TRENDS
Greenhouse gases fixed
to 1920 levels
[AEROSOLS PREVAIL]
Industrial aerosols fixed
to 1920 levels
[GREENHOUSE GASES PREVAIL]
All forcings
[STANDARD CESM-LE]
DATA
1960-1999: ANNUAL MEAN TEMPERATURE TRENDS
Greenhouse gases fixed
to 1920 levels
[AEROSOLS PREVAIL]
Industrial aerosols fixed
to 1920 levels
[GREENHOUSE GASES PREVAIL]
All forcings
[STANDARD CESM-LE]
DATA
CLIMATE MODEL DATA PREDICT THE YEAR FROM MAPS OF TEMPERATURE
AEROSOLS
PREVAIL
GREENHOUSE GASES
PREVAIL
STANDARD
CLIMATE MODEL
[Labe and Barnes 2021, JAMES]
OBSERVATIONS PREDICT THE YEAR FROM MAPS OF TEMPERATURE
AEROSOLS
PREVAIL
GREENHOUSE GASES
PREVAIL
STANDARD
CLIMATE MODEL
[Labe and Barnes 2021, JAMES]
OBSERVATIONS
SLOPES
PREDICT THE YEAR FROM MAPS OF TEMPERATURE
AEROSOLS
PREVAIL
GREENHOUSE GASES
PREVAIL
STANDARD
CLIMATE MODEL
[Labe and Barnes 2021, JAMES]
Low High
HOW DID THE ANN
MAKE ITS
PREDICTIONS?
Low High
HOW DID THE ANN
MAKE ITS
PREDICTIONS?
WHY IS THERE
GREATER SKILL
FOR GHG+?
RESULTS FROM LRP
[Labe and Barnes 2021, JAMES]
Low High
RESULTS FROM LRP
[Labe and Barnes 2021, JAMES]
Low High
RESULTS FROM LRP
[Labe and Barnes 2021, JAMES]
Low High
RESULTS FROM LRP
[Labe and Barnes 2021, JAMES]
Low High
Higher LRP values indicate greater relevance
for the ANN’s prediction
AVERAGED OVER 1960-2039
Aerosol-driven
Greenhouse gas-driven
All forcings
Low High
[Labe and Barnes 2021, JAMES]
Greenhouse gas-driven
Aerosol-driven
All forcings
AVERAGED OVER 1960-2039
[Labe and Barnes 2021, JAMES]
----ANN----
2 Hidden Layers
10 Nodes each
Ridge Regularization
Early Stopping
TEMPERATURE
We know some metadata…
+ What year is it?
+ Where did it come from?
TEMPERATURE
We know some metadata…
+ What year is it?
+ Where did it come from?
Train on data from the
Multi-Model Large
Ensemble Archive
2-m Temperature (°C)
THERE ARE MANY CLIMATE MODEL LARGE ENSEMBLES…
Annual mean 2-m temperature
7 global climate models
16 ensembles each
ERA5-BE (observations)
STANDARD EVALUATION OF
CLIMATE MODELS
Pattern correlation
RMSE
EOFs
Trends, anomalies, mean state
Climate modes of variability
STANDARD EVALUATION OF
CLIMATE MODELS
Pattern correlation
RMSE
EOFs
Trends, anomalies, mean state
Climate modes of variability
CORRELATION
[R]
STANDARD EVALUATION OF
CLIMATE MODELS
Pattern correlation
RMSE
EOFs
Trends, anomalies, mean state
Climate modes of variability
CORRELATION
[R]
STANDARD EVALUATION OF
CLIMATE MODELS
Pattern correlation
RMSE
EOFs
Trends, anomalies, mean state
Climate modes of variability
Negative Correlation Positive Correlation
PATTERN CORRELATION – T2M
TEMPERATURE
We know some metadata…
+ What year is it?
+ Where did it come from?
NEURAL NETWORK
CLASSIFICATION TASK
HIDDEN LAYERS
INPUT LAYER
COMPARING CLIMATE MODELS
LRP
(Explainable AI)
Raw data
(Difference from
multi-model mean)
Colder
Warmer
High
Low
COMPARING CLIMATE MODELS
LRP
(Explainable AI)
Raw data
(Difference from
multi-model mean)
Colder
Warmer
High
Low
COMPARING CLIMATE MODELS
LRP
(Explainable AI)
Raw data
(Difference from
multi-model mean)
Colder
Warmer
High
Low
COMPARING CLIMATE MODELS
LRP
(Explainable AI)
Raw data
(Difference from
multi-model mean)
Colder
Warmer
High
Low
COMPARING CLIMATE MODELS
LRP
(Explainable AI)
Raw data
(Difference from
multi-model mean)
Colder
Warmer
High
Low
COMPARING CLIMATE MODELS
LRP
(Explainable AI)
Raw data
(Difference from
multi-model mean)
Colder
Warmer
High
Low
COMPARING CLIMATE MODELS
LRP
(Explainable AI)
Raw data
(Difference from
multi-model mean)
Colder
Warmer
High
Low
COMPARING CLIMATE MODELS
LRP
(Explainable AI)
Raw data
(Difference from
multi-model mean)
Colder
Warmer
High
Low
EXPLAINABLE AI
What climate model
does the neural
network predict for
each year of
observations?
APPLY SOFTMAX OPERATOR
IN THE OUTPUT LAYER
RANK
APPLY SOFTMAX OPERATOR
IN THE OUTPUT LAYER
[ 0.71 ]
[ 0.05 ]
[ 0.01 ]
[ 0.01 ]
[ 0.03 ]
[ 0.11 ]
[ 0.08 ]
RANK
APPLY SOFTMAX OPERATOR
IN THE OUTPUT LAYER
[ 0.71 ]
[ 0.05 ]
[ 0.01 ]
[ 0.01 ]
[ 0.03 ]
[ 0.11 ]
[ 0.08 ]
RANK
[ 1 ]
[ 4 ]
[ 7 ]
[ 6 ]
[ 5 ]
[ 2 ]
[ 3 ]
APPLY SOFTMAX OPERATOR
IN THE OUTPUT LAYER
[ 0.71 ]
[ 0.05 ]
[ 0.01 ]
[ 0.01 ]
[ 0.03 ]
[ 0.11 ]
[ 0.08 ]
RANK
[ 1 ]
[ 4 ]
[ 7 ]
[ 6 ]
[ 5 ]
[ 2 ]
[ 3 ]
Confidence/Probability
RANKING CLIMATE MODEL PREDICTIONS FOR EACH YEAR IN OBSERVATIONS
RANKING CLIMATE MODEL PREDICTIONS FOR EACH YEAR IN OBSERVATIONS
INPUT
[DATA]
PREDICTION
Machine
Learning
Explainable AI
Learn new
science!
MACHINE LEARNING IS JUST
ANOTHER TOOL TO ADD TO OUR
WORKFLOW.
1)
MACHINE LEARNING IS
NO LONGER A BLACK BOX.
2)
WE CAN LEARN NEW SCIENCE
FROM EXPLAINABLE AI.
3)
KEY POINTS
Zachary Labe
zmlabe@rams.colostate.edu
@ZLabe
1. Machine learning is just another tool to add to our scientific workflow
2. We can use explainable AI (XAI) methods to peer into the black box of machine learning
3. We can learn new science by using XAI methods in conjunction with existing statistical tools

Contenu connexe

Tendances

Evaluating global climate models using simple, explainable neural networks
Evaluating global climate models using simple, explainable neural networksEvaluating global climate models using simple, explainable neural networks
Evaluating global climate models using simple, explainable neural networksZachary Labe
 
Heat and mass poster
Heat and mass posterHeat and mass poster
Heat and mass posterShirinUdwadia
 
Poster aqast meeting_2014
Poster aqast meeting_2014Poster aqast meeting_2014
Poster aqast meeting_2014Nabin Malakar
 
Climate Summit for the ABC Network
Climate Summit for the ABC NetworkClimate Summit for the ABC Network
Climate Summit for the ABC NetworkZachary Labe
 
Technical presentation documenting the process to classify land use at the Ce...
Technical presentation documenting the process to classify land use at the Ce...Technical presentation documenting the process to classify land use at the Ce...
Technical presentation documenting the process to classify land use at the Ce...Jason Schroeder
 
Effects of Deforestation
Effects of DeforestationEffects of Deforestation
Effects of DeforestationRahul Rakshit
 
Poster presentation
Poster presentationPoster presentation
Poster presentationKarli King
 
IGARSS_July2011_CANEX_SH.ppt
IGARSS_July2011_CANEX_SH.pptIGARSS_July2011_CANEX_SH.ppt
IGARSS_July2011_CANEX_SH.pptgrssieee
 
GENERATING FINE RESOLUTION LEAF AREA INDEX MAPS FOR BOREAL FORESTS OF FINLAND...
GENERATING FINE RESOLUTION LEAF AREA INDEX MAPS FOR BOREAL FORESTS OF FINLAND...GENERATING FINE RESOLUTION LEAF AREA INDEX MAPS FOR BOREAL FORESTS OF FINLAND...
GENERATING FINE RESOLUTION LEAF AREA INDEX MAPS FOR BOREAL FORESTS OF FINLAND...grssieee
 
Leaf Area Index (LAI) in the quantification of vegetation disturbance in Iris...
Leaf Area Index (LAI) in the quantification of vegetation disturbance in Iris...Leaf Area Index (LAI) in the quantification of vegetation disturbance in Iris...
Leaf Area Index (LAI) in the quantification of vegetation disturbance in Iris...Environmental Protection Agency, Ireland
 
CAMS GA Portfolio by Engelen
CAMS GA Portfolio by EngelenCAMS GA Portfolio by Engelen
CAMS GA Portfolio by EngelenCopernicus ECMWF
 
Inter annual insolation variability (solar resource)
Inter annual insolation variability (solar resource)Inter annual insolation variability (solar resource)
Inter annual insolation variability (solar resource)chaudharichetan
 

Tendances (19)

Evaluating global climate models using simple, explainable neural networks
Evaluating global climate models using simple, explainable neural networksEvaluating global climate models using simple, explainable neural networks
Evaluating global climate models using simple, explainable neural networks
 
Poster Nov19 V1
Poster Nov19 V1Poster Nov19 V1
Poster Nov19 V1
 
Heat and mass poster
Heat and mass posterHeat and mass poster
Heat and mass poster
 
Poster aqast meeting_2014
Poster aqast meeting_2014Poster aqast meeting_2014
Poster aqast meeting_2014
 
Poster Nov19 V2
Poster Nov19 V2Poster Nov19 V2
Poster Nov19 V2
 
Be 4120 poster final
Be 4120 poster finalBe 4120 poster final
Be 4120 poster final
 
Climate Summit for the ABC Network
Climate Summit for the ABC NetworkClimate Summit for the ABC Network
Climate Summit for the ABC Network
 
Technical presentation documenting the process to classify land use at the Ce...
Technical presentation documenting the process to classify land use at the Ce...Technical presentation documenting the process to classify land use at the Ce...
Technical presentation documenting the process to classify land use at the Ce...
 
CLIM Undergraduate Workshop: How was this Made?: Making Dirty Data into Somet...
CLIM Undergraduate Workshop: How was this Made?: Making Dirty Data into Somet...CLIM Undergraduate Workshop: How was this Made?: Making Dirty Data into Somet...
CLIM Undergraduate Workshop: How was this Made?: Making Dirty Data into Somet...
 
15 sengupta next_generation_satellite_modelling
15 sengupta next_generation_satellite_modelling15 sengupta next_generation_satellite_modelling
15 sengupta next_generation_satellite_modelling
 
CLIM Undergraduate Workshop: Applications in Climate Context - Michael Wehner...
CLIM Undergraduate Workshop: Applications in Climate Context - Michael Wehner...CLIM Undergraduate Workshop: Applications in Climate Context - Michael Wehner...
CLIM Undergraduate Workshop: Applications in Climate Context - Michael Wehner...
 
Effects of Deforestation
Effects of DeforestationEffects of Deforestation
Effects of Deforestation
 
Genoa cmems ga_se_h2020_slider
Genoa cmems ga_se_h2020_sliderGenoa cmems ga_se_h2020_slider
Genoa cmems ga_se_h2020_slider
 
Poster presentation
Poster presentationPoster presentation
Poster presentation
 
IGARSS_July2011_CANEX_SH.ppt
IGARSS_July2011_CANEX_SH.pptIGARSS_July2011_CANEX_SH.ppt
IGARSS_July2011_CANEX_SH.ppt
 
GENERATING FINE RESOLUTION LEAF AREA INDEX MAPS FOR BOREAL FORESTS OF FINLAND...
GENERATING FINE RESOLUTION LEAF AREA INDEX MAPS FOR BOREAL FORESTS OF FINLAND...GENERATING FINE RESOLUTION LEAF AREA INDEX MAPS FOR BOREAL FORESTS OF FINLAND...
GENERATING FINE RESOLUTION LEAF AREA INDEX MAPS FOR BOREAL FORESTS OF FINLAND...
 
Leaf Area Index (LAI) in the quantification of vegetation disturbance in Iris...
Leaf Area Index (LAI) in the quantification of vegetation disturbance in Iris...Leaf Area Index (LAI) in the quantification of vegetation disturbance in Iris...
Leaf Area Index (LAI) in the quantification of vegetation disturbance in Iris...
 
CAMS GA Portfolio by Engelen
CAMS GA Portfolio by EngelenCAMS GA Portfolio by Engelen
CAMS GA Portfolio by Engelen
 
Inter annual insolation variability (solar resource)
Inter annual insolation variability (solar resource)Inter annual insolation variability (solar resource)
Inter annual insolation variability (solar resource)
 

Similaire à Exploring climate change signals with explainable AI

Exploring explainable machine learning for detecting changes in climate
Exploring explainable machine learning for detecting changes in climateExploring explainable machine learning for detecting changes in climate
Exploring explainable machine learning for detecting changes in climateZachary Labe
 
Forced climate signals with explainable AI and large ensembles
Forced climate signals with explainable AI and large ensemblesForced climate signals with explainable AI and large ensembles
Forced climate signals with explainable AI and large ensemblesZachary Labe
 
Using explainable machine learning for evaluating patterns of climate change
Using explainable machine learning for evaluating patterns of climate changeUsing explainable machine learning for evaluating patterns of climate change
Using explainable machine learning for evaluating patterns of climate changeZachary Labe
 
Learning new climate science by thinking creatively with machine learning
Learning new climate science by thinking creatively with machine learningLearning new climate science by thinking creatively with machine learning
Learning new climate science by thinking creatively with machine learningZachary Labe
 
Explainable AI for identifying regional climate change patterns
Explainable AI for identifying regional climate change patternsExplainable AI for identifying regional climate change patterns
Explainable AI for identifying regional climate change patternsZachary Labe
 
Machine learning for evaluating climate model projections
Machine learning for evaluating climate model projectionsMachine learning for evaluating climate model projections
Machine learning for evaluating climate model projectionsZachary Labe
 
Explainable AI approach for evaluating climate models in the Arctic
Explainable AI approach for evaluating climate models in the ArcticExplainable AI approach for evaluating climate models in the Arctic
Explainable AI approach for evaluating climate models in the ArcticZachary Labe
 
Using explainable AI to identify key regions of climate change in GFDL SPEAR ...
Using explainable AI to identify key regions of climate change in GFDL SPEAR ...Using explainable AI to identify key regions of climate change in GFDL SPEAR ...
Using explainable AI to identify key regions of climate change in GFDL SPEAR ...Zachary Labe
 
Applications of machine learning for climate change and variability
Applications of machine learning for climate change and variabilityApplications of machine learning for climate change and variability
Applications of machine learning for climate change and variabilityZachary Labe
 
Using explainable machine learning to evaluate climate change projections
Using explainable machine learning to evaluate climate change projectionsUsing explainable machine learning to evaluate climate change projections
Using explainable machine learning to evaluate climate change projectionsZachary Labe
 
Explainable neural networks for evaluating patterns of climate change and var...
Explainable neural networks for evaluating patterns of climate change and var...Explainable neural networks for evaluating patterns of climate change and var...
Explainable neural networks for evaluating patterns of climate change and var...Zachary Labe
 
Creative machine learning approaches for climate change detection
Creative machine learning approaches for climate change detectionCreative machine learning approaches for climate change detection
Creative machine learning approaches for climate change detectionZachary Labe
 
Using artificial neural networks to predict temporary slowdowns in global war...
Using artificial neural networks to predict temporary slowdowns in global war...Using artificial neural networks to predict temporary slowdowns in global war...
Using artificial neural networks to predict temporary slowdowns in global war...Zachary Labe
 
Using neural networks to predict temporary slowdowns in decadal climate warmi...
Using neural networks to predict temporary slowdowns in decadal climate warmi...Using neural networks to predict temporary slowdowns in decadal climate warmi...
Using neural networks to predict temporary slowdowns in decadal climate warmi...Zachary Labe
 
An intro to explainable AI for polar climate science
An intro to  explainable AI for  polar climate scienceAn intro to  explainable AI for  polar climate science
An intro to explainable AI for polar climate scienceZachary Labe
 
Climate change extremes by season in the United States
Climate change extremes by season in the United StatesClimate change extremes by season in the United States
Climate change extremes by season in the United StatesZachary Labe
 
Explainable AI for distinguishing future climate change scenarios
Explainable AI for distinguishing future climate change scenariosExplainable AI for distinguishing future climate change scenarios
Explainable AI for distinguishing future climate change scenariosZachary Labe
 
Evaluating and communicating Arctic climate change projection
Evaluating and communicating Arctic climate change projectionEvaluating and communicating Arctic climate change projection
Evaluating and communicating Arctic climate change projectionZachary Labe
 
Making effective science figures
Making effective science figuresMaking effective science figures
Making effective science figuresZachary Labe
 
2003-12-04 Evaluation of the ASOS Light Scattering Network
2003-12-04 Evaluation of the ASOS Light Scattering Network2003-12-04 Evaluation of the ASOS Light Scattering Network
2003-12-04 Evaluation of the ASOS Light Scattering NetworkRudolf Husar
 

Similaire à Exploring climate change signals with explainable AI (20)

Exploring explainable machine learning for detecting changes in climate
Exploring explainable machine learning for detecting changes in climateExploring explainable machine learning for detecting changes in climate
Exploring explainable machine learning for detecting changes in climate
 
Forced climate signals with explainable AI and large ensembles
Forced climate signals with explainable AI and large ensemblesForced climate signals with explainable AI and large ensembles
Forced climate signals with explainable AI and large ensembles
 
Using explainable machine learning for evaluating patterns of climate change
Using explainable machine learning for evaluating patterns of climate changeUsing explainable machine learning for evaluating patterns of climate change
Using explainable machine learning for evaluating patterns of climate change
 
Learning new climate science by thinking creatively with machine learning
Learning new climate science by thinking creatively with machine learningLearning new climate science by thinking creatively with machine learning
Learning new climate science by thinking creatively with machine learning
 
Explainable AI for identifying regional climate change patterns
Explainable AI for identifying regional climate change patternsExplainable AI for identifying regional climate change patterns
Explainable AI for identifying regional climate change patterns
 
Machine learning for evaluating climate model projections
Machine learning for evaluating climate model projectionsMachine learning for evaluating climate model projections
Machine learning for evaluating climate model projections
 
Explainable AI approach for evaluating climate models in the Arctic
Explainable AI approach for evaluating climate models in the ArcticExplainable AI approach for evaluating climate models in the Arctic
Explainable AI approach for evaluating climate models in the Arctic
 
Using explainable AI to identify key regions of climate change in GFDL SPEAR ...
Using explainable AI to identify key regions of climate change in GFDL SPEAR ...Using explainable AI to identify key regions of climate change in GFDL SPEAR ...
Using explainable AI to identify key regions of climate change in GFDL SPEAR ...
 
Applications of machine learning for climate change and variability
Applications of machine learning for climate change and variabilityApplications of machine learning for climate change and variability
Applications of machine learning for climate change and variability
 
Using explainable machine learning to evaluate climate change projections
Using explainable machine learning to evaluate climate change projectionsUsing explainable machine learning to evaluate climate change projections
Using explainable machine learning to evaluate climate change projections
 
Explainable neural networks for evaluating patterns of climate change and var...
Explainable neural networks for evaluating patterns of climate change and var...Explainable neural networks for evaluating patterns of climate change and var...
Explainable neural networks for evaluating patterns of climate change and var...
 
Creative machine learning approaches for climate change detection
Creative machine learning approaches for climate change detectionCreative machine learning approaches for climate change detection
Creative machine learning approaches for climate change detection
 
Using artificial neural networks to predict temporary slowdowns in global war...
Using artificial neural networks to predict temporary slowdowns in global war...Using artificial neural networks to predict temporary slowdowns in global war...
Using artificial neural networks to predict temporary slowdowns in global war...
 
Using neural networks to predict temporary slowdowns in decadal climate warmi...
Using neural networks to predict temporary slowdowns in decadal climate warmi...Using neural networks to predict temporary slowdowns in decadal climate warmi...
Using neural networks to predict temporary slowdowns in decadal climate warmi...
 
An intro to explainable AI for polar climate science
An intro to  explainable AI for  polar climate scienceAn intro to  explainable AI for  polar climate science
An intro to explainable AI for polar climate science
 
Climate change extremes by season in the United States
Climate change extremes by season in the United StatesClimate change extremes by season in the United States
Climate change extremes by season in the United States
 
Explainable AI for distinguishing future climate change scenarios
Explainable AI for distinguishing future climate change scenariosExplainable AI for distinguishing future climate change scenarios
Explainable AI for distinguishing future climate change scenarios
 
Evaluating and communicating Arctic climate change projection
Evaluating and communicating Arctic climate change projectionEvaluating and communicating Arctic climate change projection
Evaluating and communicating Arctic climate change projection
 
Making effective science figures
Making effective science figuresMaking effective science figures
Making effective science figures
 
2003-12-04 Evaluation of the ASOS Light Scattering Network
2003-12-04 Evaluation of the ASOS Light Scattering Network2003-12-04 Evaluation of the ASOS Light Scattering Network
2003-12-04 Evaluation of the ASOS Light Scattering Network
 

Plus de Zachary Labe

Reexamining future projections of Arctic climate linkages
Reexamining future projections of Arctic climate linkagesReexamining future projections of Arctic climate linkages
Reexamining future projections of Arctic climate linkagesZachary Labe
 
Techniques and Considerations for Improving Accessibility in Online Media
Techniques and Considerations for Improving Accessibility in Online MediaTechniques and Considerations for Improving Accessibility in Online Media
Techniques and Considerations for Improving Accessibility in Online MediaZachary Labe
 
Using accessible data to communicate global climate change
Using accessible data to communicate global climate changeUsing accessible data to communicate global climate change
Using accessible data to communicate global climate changeZachary Labe
 
Water in a Frozen Arctic: Cross-Disciplinary Perspectives
Water in a Frozen Arctic: Cross-Disciplinary PerspectivesWater in a Frozen Arctic: Cross-Disciplinary Perspectives
Water in a Frozen Arctic: Cross-Disciplinary PerspectivesZachary Labe
 
data-driven approach to identifying key regions of change associated with fut...
data-driven approach to identifying key regions of change associated with fut...data-driven approach to identifying key regions of change associated with fut...
data-driven approach to identifying key regions of change associated with fut...Zachary Labe
 
Distinguishing the regional emergence of United States summer temperatures be...
Distinguishing the regional emergence of United States summer temperatures be...Distinguishing the regional emergence of United States summer temperatures be...
Distinguishing the regional emergence of United States summer temperatures be...Zachary Labe
 
Researching and Communicating Our Changing Climate
Researching and Communicating Our Changing ClimateResearching and Communicating Our Changing Climate
Researching and Communicating Our Changing ClimateZachary Labe
 
Revisiting projections of Arctic climate change linkages
Revisiting projections of Arctic climate change linkagesRevisiting projections of Arctic climate change linkages
Revisiting projections of Arctic climate change linkagesZachary Labe
 
Visualizing climate change through data
Visualizing climate change through dataVisualizing climate change through data
Visualizing climate change through dataZachary Labe
 
Contrasting polar climate change in the past, present, and future
Contrasting polar climate change in the past, present, and futureContrasting polar climate change in the past, present, and future
Contrasting polar climate change in the past, present, and futureZachary Labe
 
Guest Lecture: Our changing Arctic in the past and future
Guest Lecture: Our changing Arctic in the past and futureGuest Lecture: Our changing Arctic in the past and future
Guest Lecture: Our changing Arctic in the past and futureZachary Labe
 
Climate Projections - What Really is Business as Usual?
Climate Projections - What Really is Business as Usual?Climate Projections - What Really is Business as Usual?
Climate Projections - What Really is Business as Usual?Zachary Labe
 
Monitoring indicators of climate change through data-driven visualization
Monitoring indicators of climate change through data-driven visualizationMonitoring indicators of climate change through data-driven visualization
Monitoring indicators of climate change through data-driven visualizationZachary Labe
 
Techniques and Considerations for Improving Accessibility in Online Media
Techniques and Considerations for Improving Accessibility in Online MediaTechniques and Considerations for Improving Accessibility in Online Media
Techniques and Considerations for Improving Accessibility in Online MediaZachary Labe
 
Career pathways and research opportunities in the Earth sciences
Career pathways and research opportunities in the Earth sciencesCareer pathways and research opportunities in the Earth sciences
Career pathways and research opportunities in the Earth sciencesZachary Labe
 
Telling data-driven climate stories
Telling data-driven climate storiesTelling data-driven climate stories
Telling data-driven climate storiesZachary Labe
 
Arctic climate through the lens of data visualization
Arctic climate through the lens of data visualizationArctic climate through the lens of data visualization
Arctic climate through the lens of data visualizationZachary Labe
 

Plus de Zachary Labe (18)

Reexamining future projections of Arctic climate linkages
Reexamining future projections of Arctic climate linkagesReexamining future projections of Arctic climate linkages
Reexamining future projections of Arctic climate linkages
 
Techniques and Considerations for Improving Accessibility in Online Media
Techniques and Considerations for Improving Accessibility in Online MediaTechniques and Considerations for Improving Accessibility in Online Media
Techniques and Considerations for Improving Accessibility in Online Media
 
Using accessible data to communicate global climate change
Using accessible data to communicate global climate changeUsing accessible data to communicate global climate change
Using accessible data to communicate global climate change
 
Water in a Frozen Arctic: Cross-Disciplinary Perspectives
Water in a Frozen Arctic: Cross-Disciplinary PerspectivesWater in a Frozen Arctic: Cross-Disciplinary Perspectives
Water in a Frozen Arctic: Cross-Disciplinary Perspectives
 
data-driven approach to identifying key regions of change associated with fut...
data-driven approach to identifying key regions of change associated with fut...data-driven approach to identifying key regions of change associated with fut...
data-driven approach to identifying key regions of change associated with fut...
 
Distinguishing the regional emergence of United States summer temperatures be...
Distinguishing the regional emergence of United States summer temperatures be...Distinguishing the regional emergence of United States summer temperatures be...
Distinguishing the regional emergence of United States summer temperatures be...
 
Researching and Communicating Our Changing Climate
Researching and Communicating Our Changing ClimateResearching and Communicating Our Changing Climate
Researching and Communicating Our Changing Climate
 
Revisiting projections of Arctic climate change linkages
Revisiting projections of Arctic climate change linkagesRevisiting projections of Arctic climate change linkages
Revisiting projections of Arctic climate change linkages
 
Visualizing climate change through data
Visualizing climate change through dataVisualizing climate change through data
Visualizing climate change through data
 
Contrasting polar climate change in the past, present, and future
Contrasting polar climate change in the past, present, and futureContrasting polar climate change in the past, present, and future
Contrasting polar climate change in the past, present, and future
 
Guest Lecture: Our changing Arctic in the past and future
Guest Lecture: Our changing Arctic in the past and futureGuest Lecture: Our changing Arctic in the past and future
Guest Lecture: Our changing Arctic in the past and future
 
Climate Projections - What Really is Business as Usual?
Climate Projections - What Really is Business as Usual?Climate Projections - What Really is Business as Usual?
Climate Projections - What Really is Business as Usual?
 
Monitoring indicators of climate change through data-driven visualization
Monitoring indicators of climate change through data-driven visualizationMonitoring indicators of climate change through data-driven visualization
Monitoring indicators of climate change through data-driven visualization
 
Sea Ice Anomalies
Sea Ice AnomaliesSea Ice Anomalies
Sea Ice Anomalies
 
Techniques and Considerations for Improving Accessibility in Online Media
Techniques and Considerations for Improving Accessibility in Online MediaTechniques and Considerations for Improving Accessibility in Online Media
Techniques and Considerations for Improving Accessibility in Online Media
 
Career pathways and research opportunities in the Earth sciences
Career pathways and research opportunities in the Earth sciencesCareer pathways and research opportunities in the Earth sciences
Career pathways and research opportunities in the Earth sciences
 
Telling data-driven climate stories
Telling data-driven climate storiesTelling data-driven climate stories
Telling data-driven climate stories
 
Arctic climate through the lens of data visualization
Arctic climate through the lens of data visualizationArctic climate through the lens of data visualization
Arctic climate through the lens of data visualization
 

Dernier

Introduction of Human Body & Structure of cell.pptx
Introduction of Human Body & Structure of cell.pptxIntroduction of Human Body & Structure of cell.pptx
Introduction of Human Body & Structure of cell.pptxMedical College
 
Environmental acoustics- noise criteria.pptx
Environmental acoustics- noise criteria.pptxEnvironmental acoustics- noise criteria.pptx
Environmental acoustics- noise criteria.pptxpriyankatabhane
 
GENERAL PHYSICS 2 REFRACTION OF LIGHT SENIOR HIGH SCHOOL GENPHYS2.pptx
GENERAL PHYSICS 2 REFRACTION OF LIGHT SENIOR HIGH SCHOOL GENPHYS2.pptxGENERAL PHYSICS 2 REFRACTION OF LIGHT SENIOR HIGH SCHOOL GENPHYS2.pptx
GENERAL PHYSICS 2 REFRACTION OF LIGHT SENIOR HIGH SCHOOL GENPHYS2.pptxRitchAndruAgustin
 
LESSON PLAN IN SCIENCE GRADE 4 WEEK 1 DAY 2
LESSON PLAN IN SCIENCE GRADE 4 WEEK 1 DAY 2LESSON PLAN IN SCIENCE GRADE 4 WEEK 1 DAY 2
LESSON PLAN IN SCIENCE GRADE 4 WEEK 1 DAY 2AuEnriquezLontok
 
dll general biology week 1 - Copy.docx
dll general biology   week 1 - Copy.docxdll general biology   week 1 - Copy.docx
dll general biology week 1 - Copy.docxkarenmillo
 
GLYCOSIDES Classification Of GLYCOSIDES Chemical Tests Glycosides
GLYCOSIDES Classification Of GLYCOSIDES  Chemical Tests GlycosidesGLYCOSIDES Classification Of GLYCOSIDES  Chemical Tests Glycosides
GLYCOSIDES Classification Of GLYCOSIDES Chemical Tests GlycosidesNandakishor Bhaurao Deshmukh
 
WEEK 4 PHYSICAL SCIENCE QUARTER 3 FOR G11
WEEK 4 PHYSICAL SCIENCE QUARTER 3 FOR G11WEEK 4 PHYSICAL SCIENCE QUARTER 3 FOR G11
WEEK 4 PHYSICAL SCIENCE QUARTER 3 FOR G11GelineAvendao
 
final waves properties grade 7 - third quarter
final waves properties grade 7 - third quarterfinal waves properties grade 7 - third quarter
final waves properties grade 7 - third quarterHanHyoKim
 
FBI Profiling - Forensic Psychology.pptx
FBI Profiling - Forensic Psychology.pptxFBI Profiling - Forensic Psychology.pptx
FBI Profiling - Forensic Psychology.pptxPayal Shrivastava
 
cybrids.pptx production_advanges_limitation
cybrids.pptx production_advanges_limitationcybrids.pptx production_advanges_limitation
cybrids.pptx production_advanges_limitationSanghamitraMohapatra5
 
Combining Asynchronous Task Parallelism and Intel SGX for Secure Deep Learning
Combining Asynchronous Task Parallelism and Intel SGX for Secure Deep LearningCombining Asynchronous Task Parallelism and Intel SGX for Secure Deep Learning
Combining Asynchronous Task Parallelism and Intel SGX for Secure Deep Learningvschiavoni
 
Unveiling the Cannabis Plant’s Potential
Unveiling the Cannabis Plant’s PotentialUnveiling the Cannabis Plant’s Potential
Unveiling the Cannabis Plant’s PotentialMarkus Roggen
 
BACTERIAL DEFENSE SYSTEM by Dr. Chayanika Das
BACTERIAL DEFENSE SYSTEM by Dr. Chayanika DasBACTERIAL DEFENSE SYSTEM by Dr. Chayanika Das
BACTERIAL DEFENSE SYSTEM by Dr. Chayanika DasChayanika Das
 
Timeless Cosmology: Towards a Geometric Origin of Cosmological Correlations
Timeless Cosmology: Towards a Geometric Origin of Cosmological CorrelationsTimeless Cosmology: Towards a Geometric Origin of Cosmological Correlations
Timeless Cosmology: Towards a Geometric Origin of Cosmological CorrelationsDanielBaumann11
 
GenAI talk for Young at Wageningen University & Research (WUR) March 2024
GenAI talk for Young at Wageningen University & Research (WUR) March 2024GenAI talk for Young at Wageningen University & Research (WUR) March 2024
GenAI talk for Young at Wageningen University & Research (WUR) March 2024Jene van der Heide
 
ESSENTIAL FEATURES REQUIRED FOR ESTABLISHING FOUR TYPES OF BIOSAFETY LABORATO...
ESSENTIAL FEATURES REQUIRED FOR ESTABLISHING FOUR TYPES OF BIOSAFETY LABORATO...ESSENTIAL FEATURES REQUIRED FOR ESTABLISHING FOUR TYPES OF BIOSAFETY LABORATO...
ESSENTIAL FEATURES REQUIRED FOR ESTABLISHING FOUR TYPES OF BIOSAFETY LABORATO...Chayanika Das
 
Observational constraints on mergers creating magnetism in massive stars
Observational constraints on mergers creating magnetism in massive starsObservational constraints on mergers creating magnetism in massive stars
Observational constraints on mergers creating magnetism in massive starsSérgio Sacani
 

Dernier (20)

Introduction of Human Body & Structure of cell.pptx
Introduction of Human Body & Structure of cell.pptxIntroduction of Human Body & Structure of cell.pptx
Introduction of Human Body & Structure of cell.pptx
 
Environmental acoustics- noise criteria.pptx
Environmental acoustics- noise criteria.pptxEnvironmental acoustics- noise criteria.pptx
Environmental acoustics- noise criteria.pptx
 
GENERAL PHYSICS 2 REFRACTION OF LIGHT SENIOR HIGH SCHOOL GENPHYS2.pptx
GENERAL PHYSICS 2 REFRACTION OF LIGHT SENIOR HIGH SCHOOL GENPHYS2.pptxGENERAL PHYSICS 2 REFRACTION OF LIGHT SENIOR HIGH SCHOOL GENPHYS2.pptx
GENERAL PHYSICS 2 REFRACTION OF LIGHT SENIOR HIGH SCHOOL GENPHYS2.pptx
 
LESSON PLAN IN SCIENCE GRADE 4 WEEK 1 DAY 2
LESSON PLAN IN SCIENCE GRADE 4 WEEK 1 DAY 2LESSON PLAN IN SCIENCE GRADE 4 WEEK 1 DAY 2
LESSON PLAN IN SCIENCE GRADE 4 WEEK 1 DAY 2
 
Interferons.pptx.
Interferons.pptx.Interferons.pptx.
Interferons.pptx.
 
dll general biology week 1 - Copy.docx
dll general biology   week 1 - Copy.docxdll general biology   week 1 - Copy.docx
dll general biology week 1 - Copy.docx
 
GLYCOSIDES Classification Of GLYCOSIDES Chemical Tests Glycosides
GLYCOSIDES Classification Of GLYCOSIDES  Chemical Tests GlycosidesGLYCOSIDES Classification Of GLYCOSIDES  Chemical Tests Glycosides
GLYCOSIDES Classification Of GLYCOSIDES Chemical Tests Glycosides
 
WEEK 4 PHYSICAL SCIENCE QUARTER 3 FOR G11
WEEK 4 PHYSICAL SCIENCE QUARTER 3 FOR G11WEEK 4 PHYSICAL SCIENCE QUARTER 3 FOR G11
WEEK 4 PHYSICAL SCIENCE QUARTER 3 FOR G11
 
final waves properties grade 7 - third quarter
final waves properties grade 7 - third quarterfinal waves properties grade 7 - third quarter
final waves properties grade 7 - third quarter
 
FBI Profiling - Forensic Psychology.pptx
FBI Profiling - Forensic Psychology.pptxFBI Profiling - Forensic Psychology.pptx
FBI Profiling - Forensic Psychology.pptx
 
PLASMODIUM. PPTX
PLASMODIUM. PPTXPLASMODIUM. PPTX
PLASMODIUM. PPTX
 
cybrids.pptx production_advanges_limitation
cybrids.pptx production_advanges_limitationcybrids.pptx production_advanges_limitation
cybrids.pptx production_advanges_limitation
 
Introduction Classification Of Alkaloids
Introduction Classification Of AlkaloidsIntroduction Classification Of Alkaloids
Introduction Classification Of Alkaloids
 
Combining Asynchronous Task Parallelism and Intel SGX for Secure Deep Learning
Combining Asynchronous Task Parallelism and Intel SGX for Secure Deep LearningCombining Asynchronous Task Parallelism and Intel SGX for Secure Deep Learning
Combining Asynchronous Task Parallelism and Intel SGX for Secure Deep Learning
 
Unveiling the Cannabis Plant’s Potential
Unveiling the Cannabis Plant’s PotentialUnveiling the Cannabis Plant’s Potential
Unveiling the Cannabis Plant’s Potential
 
BACTERIAL DEFENSE SYSTEM by Dr. Chayanika Das
BACTERIAL DEFENSE SYSTEM by Dr. Chayanika DasBACTERIAL DEFENSE SYSTEM by Dr. Chayanika Das
BACTERIAL DEFENSE SYSTEM by Dr. Chayanika Das
 
Timeless Cosmology: Towards a Geometric Origin of Cosmological Correlations
Timeless Cosmology: Towards a Geometric Origin of Cosmological CorrelationsTimeless Cosmology: Towards a Geometric Origin of Cosmological Correlations
Timeless Cosmology: Towards a Geometric Origin of Cosmological Correlations
 
GenAI talk for Young at Wageningen University & Research (WUR) March 2024
GenAI talk for Young at Wageningen University & Research (WUR) March 2024GenAI talk for Young at Wageningen University & Research (WUR) March 2024
GenAI talk for Young at Wageningen University & Research (WUR) March 2024
 
ESSENTIAL FEATURES REQUIRED FOR ESTABLISHING FOUR TYPES OF BIOSAFETY LABORATO...
ESSENTIAL FEATURES REQUIRED FOR ESTABLISHING FOUR TYPES OF BIOSAFETY LABORATO...ESSENTIAL FEATURES REQUIRED FOR ESTABLISHING FOUR TYPES OF BIOSAFETY LABORATO...
ESSENTIAL FEATURES REQUIRED FOR ESTABLISHING FOUR TYPES OF BIOSAFETY LABORATO...
 
Observational constraints on mergers creating magnetism in massive stars
Observational constraints on mergers creating magnetism in massive starsObservational constraints on mergers creating magnetism in massive stars
Observational constraints on mergers creating magnetism in massive stars
 

Exploring climate change signals with explainable AI

  • 1. Exploring climate change signals with explainable AI @ZLabe Zachary M. Labe with Elizabeth A. Barnes in the Department of Atmospheric Science at Colorado State University 9 December 2021 Carbon Club NASA Jet Propulsion Laboratory (JPL)
  • 5. Computer Science Artificial Intelligence Machine Learning Deep Learning Supervised Learning Unsupervised Learning Labeled data Classification Regression Unlabeled data Clustering Dimension reduction
  • 6. • Do it better • e.g., parameterizations in climate models are not perfect, use ML to make them more accurate • Do it faster • e.g., code in climate models is very slow (but we know the right answer) - use ML methods to speed things up • Do something new • e.g., go looking for non-linear relationships you didn’t know were there Very relevant for research: may be slower and worse, but can still learn something WHY SHOULD WE CONSIDER MACHINE LEARNING?
  • 8.
  • 10.
  • 11.
  • 12. Python tools for machine learning
  • 13. Machine learning for weather IDENTIFYING SEVERE THUNDERSTORMS Molina et al. 2021 Toms et al. 2021 CLASSIFYING PHASE OF MADDEN-JULLIAN OSCILLATION SATELLITE DETECTION Lee et al. 2021 DETECTING TORNADOES McGovern et al. 2019
  • 14. Machine learning for climate FINDING FORECASTS OF OPPORTUNITY Mayer and Barnes, 2021 PREDICTING CLIMATE MODES OF VARIABILITY Gordon et al. 2021 TIMING OF CLIMATE CHANGE Barnes et al. 2019
  • 17. NSF AI Institute for Research on Trustworthy AI in Weather, Climate, and Coastal Oceanography (AI2ES) https://www.ai2es.org/
  • 18. E.g., Research to Operations (R2O) Tornado Warning Special Marine Warning Severe Thunderstorm Warning Flash Flood Warning
  • 19. E.g., Establish robust, responsible AI for severe weather detection Tornado Warning Special Marine Warning Severe Thunderstorm Warning Flash Flood Warning
  • 22. Linear regression! Artificial Neural Networks [ANN] X1 X2 W1 W2 ∑ = X1W1+ X2W2 + b INPUTS NODE
  • 23. Artificial Neural Networks [ANN] X1 X2 W1 W2 ∑ INPUTS NODE Linear regression with non-linear mapping by an “activation function” Training of the network is merely determining the weights “w” and bias/offset “b" = factivation(X1W1+ X2W2 + b)
  • 24. Artificial Neural Networks [ANN] X1 X2 W1 W2 ∑ INPUTS NODE = factivation(X1W1+ X2W2 + b) ReLU Sigmoid Linear
  • 26. Complexity and nonlinearities of the ANN allow it to learn many different pathways of predictable behavior Once trained, you have an array of weights and biases which can be used for prediction on new data INPUT [DATA] PREDICTION Artificial Neural Networks [ANN]
  • 28. TEMPERATURE We know some metadata… + What year is it? + Where did it come from?
  • 29. We know some metadata… + What year is it? + Where did it come from? TEMPERATURE
  • 30. We know some metadata… + What year is it? + Where did it come from? TEMPERATURE Neural network learns nonlinear combinations of forced climate patterns to identify the year
  • 31. ----ANN---- 2 Hidden Layers 10 Nodes each Ridge Regularization Early Stopping We know some metadata… + What year is it? + Where did it come from? [e.g., Barnes et al. 2019, 2020] [e.g., Labe and Barnes, 2021] TIMING OF EMERGENCE (COMBINED VARIABLES) RESPONSES TO EXTERNAL CLIMATE FORCINGS PATTERNS OF CLIMATE INDICATORS [e.g., Rader et al. 2021, in prep] Surface Temperature Map Precipitation Map + TEMPERATURE
  • 32. ----ANN---- 2 Hidden Layers 10 Nodes each Ridge Regularization Early Stopping We know some metadata… + What year is it? + Where did it come from? [e.g., Barnes et al. 2019, 2020] [e.g., Labe and Barnes, 2021] TIMING OF EMERGENCE (COMBINED VARIABLES) RESPONSES TO EXTERNAL CLIMATE FORCINGS PATTERNS OF CLIMATE INDICATORS [e.g., Rader et al. 2021, in prep] Surface Temperature Map Precipitation Map + TEMPERATURE
  • 33. THE REAL WORLD (Observations) What is the annual mean temperature of Earth?
  • 34. What is the annual mean temperature of Earth? THE REAL WORLD (Observations) Anomaly is relative to 1951-1980
  • 35. What is the annual mean temperature of Earth? THE REAL WORLD (Observations) CLIMATE MODEL ENSEMBLES
  • 36. What is the annual mean temperature of Earth? THE REAL WORLD (Observations) CLIMATE MODEL ENSEMBLES Range of ensembles = internal variability (noise) Mean of ensembles = forced response (climate change)
  • 37. What is the annual mean temperature of Earth? • Increasing greenhouse gases (CO2, CH4, N2O) • Changes in industrial aerosols (SO4, BC, OC) • Changes in biomass burning (aerosols) • Changes in land-use & land-cover (albedo)
  • 38. What is the annual mean temperature of Earth? • Increasing greenhouse gases (CO2, CH4, N2O) • Changes in industrial aerosols (SO4, BC, OC) • Changes in biomass burning (aerosols) • Changes in land-use & land-cover (albedo) Plus everything else… (Natural/internal variability)
  • 39. What is the annual mean temperature of Earth?
  • 40. Greenhouse gases fixed to 1920 levels All forcings (CESM-LE) Industrial aerosols fixed to 1920 levels [Deser et al. 2020, JCLI] Fully-coupled CESM1.1 20 Ensemble Members Run from 1920-2080 Observations
  • 41. So what? Greenhouse gases = warming Aerosols = ?? (though mostly cooling) What are the relative responses between greenhouse gas and aerosol forcing?
  • 42. Surface Temperature Map ARTIFICIAL NEURAL NETWORK (ANN)
  • 43. INPUT LAYER Surface Temperature Map ARTIFICIAL NEURAL NETWORK (ANN)
  • 44. INPUT LAYER Surface Temperature Map ARTIFICIAL NEURAL NETWORK (ANN) Collection of nodes (neurons) that adjust their weights and biases across layers in order to learn signals for making predictions Learns nonlinear processes through selected parameters in the model
  • 45. INPUT LAYER HIDDEN LAYERS OUTPUT LAYER Surface Temperature Map “2000-2009” DECADE CLASS “2070-2079” “1920-1929” ARTIFICIAL NEURAL NETWORK (ANN)
  • 46. INPUT LAYER HIDDEN LAYERS OUTPUT LAYER Surface Temperature Map “2000-2009” DECADE CLASS “2070-2079” “1920-1929” BACK-PROPAGATE THROUGH NETWORK = EXPLAINABLE AI ARTIFICIAL NEURAL NETWORK (ANN)
  • 47. INPUT LAYER HIDDEN LAYERS OUTPUT LAYER Layer-wise Relevance Propagation Surface Temperature Map “2000-2009” DECADE CLASS “2070-2079” “1920-1929” BACK-PROPAGATE THROUGH NETWORK = EXPLAINABLE AI ARTIFICIAL NEURAL NETWORK (ANN) [Barnes et al. 2020, JAMES] [Labe and Barnes 2021, JAMES]
  • 48. LAYER-WISE RELEVANCE PROPAGATION (LRP) Volcano Great White Shark Timber Wolf Image Classification LRP https://heatmapping.org/ LRP heatmaps show regions of “relevance” that contribute to the neural network’s decision-making process for a sample belonging to a particular output category Neural Network WHY WHY WHY Backpropagation – LRP
  • 49. LAYER-WISE RELEVANCE PROPAGATION (LRP) Volcano Great White Shark Timber Wolf Image Classification LRP https://heatmapping.org/ LRP heatmaps show regions of “relevance” that contribute to the neural network’s decision-making process for a sample belonging to a particular output category Neural Network WHY WHY WHY Backpropagation – LRP
  • 50. LAYER-WISE RELEVANCE PROPAGATION (LRP) Volcano Great White Shark Timber Wolf Image Classification LRP https://heatmapping.org/ LRP heatmaps show regions of “relevance” that contribute to the neural network’s decision-making process for a sample belonging to a particular output category Neural Network WHY WHY WHY Backpropagation – LRP
  • 51. LAYER-WISE RELEVANCE PROPAGATION (LRP) Image Classification LRP https://heatmapping.org/ NOT PERFECT Crock Pot Neural Network WHY Backpropagation – LRP
  • 52. [Adapted from Adebayo et al., 2020] EXPLAINABLE AI IS NOT PERFECT THERE ARE MANY METHODS
  • 53. [Adapted from Adebayo et al., 2020] THERE ARE MANY METHODS EXPLAINABLE AI IS NOT PERFECT
  • 54. Visualizing something we already know…
  • 55. Neural Network [0] La Niña [1] El Niño [Toms et al. 2020, JAMES] Input a map of sea surface temperatures
  • 56. Visualizing something we already know… Input maps of sea surface temperatures to identify El Niño or La Niña Use ‘LRP’ to see how the neural network is making its decision [Toms et al. 2020, JAMES] Layer-wise Relevance Propagation Composite Observations LRP [Relevance] SST Anomaly [°C] 0.00 0.75 0.0 1.5 -1.5
  • 57. OUTPUT LAYER Layer-wise Relevance Propagation “2000-2009” DECADE CLASS “2070-2079” “1920-1929” BACK-PROPAGATE THROUGH NETWORK = EXPLAINABLE AI WHY? = LRP HEAT MAPS [Labe and Barnes 2021, JAMES]
  • 58. Layer-wise Relevance Propagation BACK-PROPAGATE THROUGH NETWORK = EXPLAINABLE AI WHY? = LRP HEAT MAPS Machine Learning Black Box [Labe and Barnes 2021, JAMES]
  • 59. Layer-wise Relevance Propagation BACK-PROPAGATE THROUGH NETWORK = EXPLAINABLE AI WHY? = LRP HEAT MAPS Find regions of “relevance” that contribute to the neural network’s decision-making process [Labe and Barnes 2021, JAMES]
  • 60. 1960-1999: ANNUAL MEAN TEMPERATURE TRENDS Greenhouse gases fixed to 1920 levels [AEROSOLS PREVAIL] Industrial aerosols fixed to 1920 levels [GREENHOUSE GASES PREVAIL] All forcings [STANDARD CESM-LE] DATA
  • 61. 1960-1999: ANNUAL MEAN TEMPERATURE TRENDS Greenhouse gases fixed to 1920 levels [AEROSOLS PREVAIL] Industrial aerosols fixed to 1920 levels [GREENHOUSE GASES PREVAIL] All forcings [STANDARD CESM-LE] DATA
  • 62. 1960-1999: ANNUAL MEAN TEMPERATURE TRENDS Greenhouse gases fixed to 1920 levels [AEROSOLS PREVAIL] Industrial aerosols fixed to 1920 levels [GREENHOUSE GASES PREVAIL] All forcings [STANDARD CESM-LE] DATA
  • 63. 1960-1999: ANNUAL MEAN TEMPERATURE TRENDS Greenhouse gases fixed to 1920 levels [AEROSOLS PREVAIL] Industrial aerosols fixed to 1920 levels [GREENHOUSE GASES PREVAIL] All forcings [STANDARD CESM-LE] DATA
  • 64. CLIMATE MODEL DATA PREDICT THE YEAR FROM MAPS OF TEMPERATURE AEROSOLS PREVAIL GREENHOUSE GASES PREVAIL STANDARD CLIMATE MODEL [Labe and Barnes 2021, JAMES]
  • 65. OBSERVATIONS PREDICT THE YEAR FROM MAPS OF TEMPERATURE AEROSOLS PREVAIL GREENHOUSE GASES PREVAIL STANDARD CLIMATE MODEL [Labe and Barnes 2021, JAMES]
  • 66. OBSERVATIONS SLOPES PREDICT THE YEAR FROM MAPS OF TEMPERATURE AEROSOLS PREVAIL GREENHOUSE GASES PREVAIL STANDARD CLIMATE MODEL [Labe and Barnes 2021, JAMES]
  • 67. Low High HOW DID THE ANN MAKE ITS PREDICTIONS?
  • 68. Low High HOW DID THE ANN MAKE ITS PREDICTIONS? WHY IS THERE GREATER SKILL FOR GHG+?
  • 69. RESULTS FROM LRP [Labe and Barnes 2021, JAMES] Low High
  • 70. RESULTS FROM LRP [Labe and Barnes 2021, JAMES] Low High
  • 71. RESULTS FROM LRP [Labe and Barnes 2021, JAMES] Low High
  • 72. RESULTS FROM LRP [Labe and Barnes 2021, JAMES] Low High
  • 73. Higher LRP values indicate greater relevance for the ANN’s prediction AVERAGED OVER 1960-2039 Aerosol-driven Greenhouse gas-driven All forcings Low High [Labe and Barnes 2021, JAMES]
  • 74. Greenhouse gas-driven Aerosol-driven All forcings AVERAGED OVER 1960-2039 [Labe and Barnes 2021, JAMES]
  • 75. ----ANN---- 2 Hidden Layers 10 Nodes each Ridge Regularization Early Stopping TEMPERATURE We know some metadata… + What year is it? + Where did it come from?
  • 76. TEMPERATURE We know some metadata… + What year is it? + Where did it come from? Train on data from the Multi-Model Large Ensemble Archive
  • 77. 2-m Temperature (°C) THERE ARE MANY CLIMATE MODEL LARGE ENSEMBLES… Annual mean 2-m temperature 7 global climate models 16 ensembles each ERA5-BE (observations)
  • 78. STANDARD EVALUATION OF CLIMATE MODELS Pattern correlation RMSE EOFs Trends, anomalies, mean state Climate modes of variability
  • 79. STANDARD EVALUATION OF CLIMATE MODELS Pattern correlation RMSE EOFs Trends, anomalies, mean state Climate modes of variability CORRELATION [R]
  • 80. STANDARD EVALUATION OF CLIMATE MODELS Pattern correlation RMSE EOFs Trends, anomalies, mean state Climate modes of variability CORRELATION [R]
  • 81. STANDARD EVALUATION OF CLIMATE MODELS Pattern correlation RMSE EOFs Trends, anomalies, mean state Climate modes of variability Negative Correlation Positive Correlation PATTERN CORRELATION – T2M
  • 82. TEMPERATURE We know some metadata… + What year is it? + Where did it come from? NEURAL NETWORK CLASSIFICATION TASK HIDDEN LAYERS INPUT LAYER
  • 83. COMPARING CLIMATE MODELS LRP (Explainable AI) Raw data (Difference from multi-model mean) Colder Warmer High Low
  • 84. COMPARING CLIMATE MODELS LRP (Explainable AI) Raw data (Difference from multi-model mean) Colder Warmer High Low
  • 85. COMPARING CLIMATE MODELS LRP (Explainable AI) Raw data (Difference from multi-model mean) Colder Warmer High Low
  • 86. COMPARING CLIMATE MODELS LRP (Explainable AI) Raw data (Difference from multi-model mean) Colder Warmer High Low
  • 87. COMPARING CLIMATE MODELS LRP (Explainable AI) Raw data (Difference from multi-model mean) Colder Warmer High Low
  • 88. COMPARING CLIMATE MODELS LRP (Explainable AI) Raw data (Difference from multi-model mean) Colder Warmer High Low
  • 89. COMPARING CLIMATE MODELS LRP (Explainable AI) Raw data (Difference from multi-model mean) Colder Warmer High Low
  • 90. COMPARING CLIMATE MODELS LRP (Explainable AI) Raw data (Difference from multi-model mean) Colder Warmer High Low EXPLAINABLE AI
  • 91. What climate model does the neural network predict for each year of observations?
  • 92. APPLY SOFTMAX OPERATOR IN THE OUTPUT LAYER RANK
  • 93. APPLY SOFTMAX OPERATOR IN THE OUTPUT LAYER [ 0.71 ] [ 0.05 ] [ 0.01 ] [ 0.01 ] [ 0.03 ] [ 0.11 ] [ 0.08 ] RANK
  • 94. APPLY SOFTMAX OPERATOR IN THE OUTPUT LAYER [ 0.71 ] [ 0.05 ] [ 0.01 ] [ 0.01 ] [ 0.03 ] [ 0.11 ] [ 0.08 ] RANK [ 1 ] [ 4 ] [ 7 ] [ 6 ] [ 5 ] [ 2 ] [ 3 ]
  • 95. APPLY SOFTMAX OPERATOR IN THE OUTPUT LAYER [ 0.71 ] [ 0.05 ] [ 0.01 ] [ 0.01 ] [ 0.03 ] [ 0.11 ] [ 0.08 ] RANK [ 1 ] [ 4 ] [ 7 ] [ 6 ] [ 5 ] [ 2 ] [ 3 ] Confidence/Probability
  • 96. RANKING CLIMATE MODEL PREDICTIONS FOR EACH YEAR IN OBSERVATIONS
  • 97. RANKING CLIMATE MODEL PREDICTIONS FOR EACH YEAR IN OBSERVATIONS
  • 99. MACHINE LEARNING IS JUST ANOTHER TOOL TO ADD TO OUR WORKFLOW. 1)
  • 100. MACHINE LEARNING IS NO LONGER A BLACK BOX. 2)
  • 101. WE CAN LEARN NEW SCIENCE FROM EXPLAINABLE AI. 3)
  • 102. KEY POINTS Zachary Labe zmlabe@rams.colostate.edu @ZLabe 1. Machine learning is just another tool to add to our scientific workflow 2. We can use explainable AI (XAI) methods to peer into the black box of machine learning 3. We can learn new science by using XAI methods in conjunction with existing statistical tools