SlideShare a Scribd company logo
1 of 27
Download to read offline
Graph Deep
Learning
Venue Date
Mark Weber
@markrweber #MITIBM
Charles Leiserson
Jie Chen
Toyotaro Suzumura
Shift AI Conference April 14, 2020
Graph Deep Learning Explainability Efficient AI
9
Contents
Graph Convolutional
Networks
Use Case: Anti-Money
Laundering
Evolutionary Dynamism
1 Graphs
2 GCN’s
1 The Elliptic Data Set
2 Experimental Results
1 EvolveGCN
2 Results
3 Next Steps
11
Graph Convolutional
Networks
MIT-IBM Watson AI Lab Graph Deep Learning 2020
Source: Kipf & Welling
12
Graph Convolutional
Networks
MIT-IBM Watson AI Lab Graph Deep Learning 2020
NeurIPS 2018
The existential
question of node
embedding.
W T
W T
W T
W T W T
W T
Who am I?
H(l+1)
= ( ˆAH(l)
W(l)
)
h(l+1)
(v) =
✓Z
ˆA(v, u)h(l)
(u)W(l)
dP(u)
◆
14
Applications of Graph Learning
Operations
Supply chains, logistics, e.g.
The traveling salesman
problem in combinatorial
optimization
Molecular Structure
Discovering new antibiotics
and predicting antibiotic
resistance
Electronics Design
NVIDIA processing irregular
graph representations of
logic circuits
Finance
Risk management,
forecasting, anti-money
laundering, and more
MIT-IBM Watson AI Lab Graph Deep Learning 2020
15
Anti-Money
Laundering
MIT-IBM Watson AI Lab Presentation template 2020
Image: Ozark on Netflix
800,000
people are “exported”
annually in a
$40 billion
human trafficking
industry enslaving
40 million
people
37
153
529
Global Aid Remittances
2018 Cash Flows to Low-to-Middle-Income Countries
(Billions USD)
World Bank Report
“The Financial Action Task Force, recognizing that
overly cautious Anti-Money Laundering and Terrorist
Financing (AML/CFT) safeguards can have the
unintended consequence of excluding legitimate
businesses and consumers from the financial system,
has emphasized the need to ensure that such
safeguards also support financial inclusion.”
19
AML as a Graph Problem: Spotlight on the 1MDB Scheme
MIT-IBM Watson AI Lab Graph Deep Learning 2020
Jho Low (right) and the 1Malaysia
Development Berhad (1MDB) allegedly
robbed the Malaysian people of over
$11 billion in taxpayer funds earmarked
for the nation's development. Ironically,
part of the laundering scheme financed
The Wolf of Wallstreet.
20
AML as a Graph Problem: Spotlight on the 1MDB Scheme
MIT-IBM Watson AI Lab Graph Deep Learning 2020
21
Anti-Money Laundering in
Bitcoin: Experimenting with
Graph Convolutional Networks
for Financial Forensics
Published in the KDD Anomaly Detection in
Finance Workshop, 2019
Presented to the U.S. Securities & Exchange
Commission
Insight: GCN node embeddings as an input
feature boosts model accuracy and precision
MIT-IBM Watson AI Lab Graph Deep Learning 2020
22
203,769 nodes (Bitcoin transactions)
234,355 edges (directed flows)
21% licit labels (known exchanges, wallet
providers, miners, licit services, etc.)
2% illicit labels (known scams, malware,
terrorist organizations, ransomware, Ponzi
schemes, etc.)
94 local features (LF) e.g. time step, in/out count
activity, transaction fee
72 one-hop aggregate features (AF) (e.g. max,
min, standard deviation, and correlation
coefficients of the neighbor transactions)
MIT-IBM Watson AI Lab Graph Deep Learning 2020
The Elliptic Data Set
24
Task: imbalanced, binary classification targeting
illicit transactions
Hyperparameters: Trained GCN using weighted
cross entropy loss to prioritize illicit nodes
Inputs: Local Features (LF), Aggregate Features
(AF), Node Embeddings (NE)
Methods: Logistic Regression (LR), Multilayer
Perceptron (MLP), Graph Convolutional Network
(GCN), and Random Forest (RF)
Note: important to integrate the real-world,
human considerations
MIT-IBM Watson AI Lab Graph Deep Learning 2020
Experiments Method Precision Recall F1 Accuracy
Precision Recall
Don’t exclude
innocent people
Quarantine no one
Catch all bad guys
Quarantine
everyone
25
How well does GCN extract relational
information? Very well.
Can we boost Precision without sacrificing
Recall? Sometimes. This needs more study.
Which model wins? The GCN-boosted Random
Forest.
MIT-IBM Watson AI Lab Graph Deep Learning 2020
Method Precision Recall F1 Accuracy
LR LF 0.348 0.668 0.457
LR AF 0.404 0.593 0.481
LR AF+NE 0.537 0.528 0.533
MLP AF 0.694 0.617 0.653
MLP AF+NE 0.780 0.617 0.689
GCN 0.812 0.512 0.628
RF AF 0.956 0.670 0.788
RF AF+NE 0.971 0.675 0.796
Results
26MIT-IBM Watson AI Lab Graph Deep Learning 2020
27MIT-IBM Watson AI Lab Presentation template 2020
28
EvolveGCN: Evolving Graph
Convolutional Networks for
Dynamic Graphs
Published in the AAAI 2020
Patent-pending algorithm EvolveGCN. Code is
open-source.
Insight: a recurrent neural network (RNN)
architecture allows GCN to capture relational
system dynamics over time
MIT-IBM Watson AI Lab Presentation template 2020
29MIT-IBM Watson AI Lab Graph Deep Learning 2020
EvolveGCN: An RNN Architecture
GCN 1 GCN 2 GCN 3
Layer 2 Weights
Layer 1 Weights
Layer 2 Weights
Layer 1 Weights
Layer 2 Weights
Layer 1 Weights
RNN 1
RNN 2
RNN 1
RNN 2
Node EmbeddingNode EmbeddingNode Embedding
30MIT-IBM Watson AI Lab Graph Deep Learning 2020
Updating the Weight Matrix
1 EvolveGCN-H
2 EvolveGCN-O
31
EvolveGCN Experiments
MIT-IBM Watson AI Lab Graph Deep Learning 2020
Across seven data sets, EvolveGCN
generally outperforms alternative
dynamic algorithms
Example: node and edge classification
32
EvolveGCN Experiments
MIT-IBM Watson AI Lab Graph Deep Learning 2020
But we still fail to endure the dark
market collapse because the event
has not been learned by the model
Can future models learn Black Swans
instead of omitting them in training?
33
Contents
Graph Convolutional
Networks
Use Case: Anti-Money
Laundering
Evolutionary Dynamism
1 Graphs
2 GCN’s
1 The Elliptic Data Set
2 Experimental Results
1 EvolveGCN
2 Results
3 Next Steps
Graph Deep
Learning
Event Date
Mark Weber
@markrweber #MITIBM
Charles Leiserson
Jie Chen
Toyotaro Suzumura
Quarantine April 14, 2020
Graph Deep Learning Explainability Efficient AI

More Related Content

Similar to Shift AI 2020: Graph Deep Learning for Real-World Applications | Mark Weber (MIT-IBM Watson AI Lab)

Talk on using AI to address some of humanities problems
Talk on using AI to address some of humanities problemsTalk on using AI to address some of humanities problems
Talk on using AI to address some of humanities problemsAlison B. Lowndes
 
Tutorial @ IEEE ICC 2019 : Machine Learning and Stochastic Geometry: Statisti...
Tutorial @ IEEE ICC 2019 : Machine Learning and Stochastic Geometry:Statisti...Tutorial @ IEEE ICC 2019 : Machine Learning and Stochastic Geometry:Statisti...
Tutorial @ IEEE ICC 2019 : Machine Learning and Stochastic Geometry: Statisti...Takayuki Nishio
 
Fuelling the AI Revolution with Gaming
Fuelling the AI Revolution with GamingFuelling the AI Revolution with Gaming
Fuelling the AI Revolution with GamingAlison B. Lowndes
 
“Challenges and Approaches for Cascaded DNNs: A Case Study of Face Detection ...
“Challenges and Approaches for Cascaded DNNs: A Case Study of Face Detection ...“Challenges and Approaches for Cascaded DNNs: A Case Study of Face Detection ...
“Challenges and Approaches for Cascaded DNNs: A Case Study of Face Detection ...Edge AI and Vision Alliance
 
AUTO AI 2021 talk Real world data augmentations for autonomous driving : B Ra...
AUTO AI 2021 talk Real world data augmentations for autonomous driving : B Ra...AUTO AI 2021 talk Real world data augmentations for autonomous driving : B Ra...
AUTO AI 2021 talk Real world data augmentations for autonomous driving : B Ra...Ravi Kiran B.
 
Untangling Graphs with GPU Clouds
Untangling Graphs with GPU CloudsUntangling Graphs with GPU Clouds
Untangling Graphs with GPU CloudsTuri, Inc.
 
Towards Runtime Verification via Event Stream Processing in Cloud Computing I...
Towards Runtime Verification via Event Stream Processing in Cloud Computing I...Towards Runtime Verification via Event Stream Processing in Cloud Computing I...
Towards Runtime Verification via Event Stream Processing in Cloud Computing I...Pietro Liguori
 
DN18 | The Evolution and Future of Graph Technology: Intelligent Systems | Ax...
DN18 | The Evolution and Future of Graph Technology: Intelligent Systems | Ax...DN18 | The Evolution and Future of Graph Technology: Intelligent Systems | Ax...
DN18 | The Evolution and Future of Graph Technology: Intelligent Systems | Ax...Dataconomy Media
 
AILABS Lecture Series - Is AI The New Electricity. Topic - Deep Learning - Ev...
AILABS Lecture Series - Is AI The New Electricity. Topic - Deep Learning - Ev...AILABS Lecture Series - Is AI The New Electricity. Topic - Deep Learning - Ev...
AILABS Lecture Series - Is AI The New Electricity. Topic - Deep Learning - Ev...AILABS Academy
 
The Heatmap
 - Why is Security Visualization so Hard?
The Heatmap
 - Why is Security Visualization so Hard?The Heatmap
 - Why is Security Visualization so Hard?
The Heatmap
 - Why is Security Visualization so Hard?Raffael Marty
 
100X Investigations - Graphistry / Microsoft BlueHat
100X Investigations - Graphistry / Microsoft BlueHat100X Investigations - Graphistry / Microsoft BlueHat
100X Investigations - Graphistry / Microsoft BlueHatgraphistry
 
DSDT meetup July 2021
DSDT meetup July 2021DSDT meetup July 2021
DSDT meetup July 2021DSDT_MTL
 
Performance evaluation of GANs in a semisupervised OCR use case
Performance evaluation of GANs in a semisupervised OCR use casePerformance evaluation of GANs in a semisupervised OCR use case
Performance evaluation of GANs in a semisupervised OCR use caseFlorian Wilhelm
 
Performance evaluation of GANs in a semisupervised OCR use case
Performance evaluation of GANs in a semisupervised OCR use casePerformance evaluation of GANs in a semisupervised OCR use case
Performance evaluation of GANs in a semisupervised OCR use caseinovex GmbH
 
BAT40 NVIDIA Stampfli Künstliche Intelligenz, Roboter und autonome Fahrzeuge ...
BAT40 NVIDIA Stampfli Künstliche Intelligenz, Roboter und autonome Fahrzeuge ...BAT40 NVIDIA Stampfli Künstliche Intelligenz, Roboter und autonome Fahrzeuge ...
BAT40 NVIDIA Stampfli Künstliche Intelligenz, Roboter und autonome Fahrzeuge ...BATbern
 
Joey gonzalez, graph lab, m lconf 2013
Joey gonzalez, graph lab, m lconf 2013Joey gonzalez, graph lab, m lconf 2013
Joey gonzalez, graph lab, m lconf 2013MLconf
 
Keynote (Mike Muller) - Is There Anything New in Heterogeneous Computing - by...
Keynote (Mike Muller) - Is There Anything New in Heterogeneous Computing - by...Keynote (Mike Muller) - Is There Anything New in Heterogeneous Computing - by...
Keynote (Mike Muller) - Is There Anything New in Heterogeneous Computing - by...AMD Developer Central
 
Neo4j GraphDay Seattle- Sept19- graphs are ai
Neo4j GraphDay Seattle- Sept19-  graphs are aiNeo4j GraphDay Seattle- Sept19-  graphs are ai
Neo4j GraphDay Seattle- Sept19- graphs are aiNeo4j
 
2016.04.21 - State of the Art
2016.04.21 - State of the Art2016.04.21 - State of the Art
2016.04.21 - State of the ArtHAMSproject
 
[Topic Modeling] Latent Semantic Analysis - Yonghee Cheon
[Topic Modeling] Latent Semantic Analysis - Yonghee Cheon[Topic Modeling] Latent Semantic Analysis - Yonghee Cheon
[Topic Modeling] Latent Semantic Analysis - Yonghee CheonYongheeCheon
 

Similar to Shift AI 2020: Graph Deep Learning for Real-World Applications | Mark Weber (MIT-IBM Watson AI Lab) (20)

Talk on using AI to address some of humanities problems
Talk on using AI to address some of humanities problemsTalk on using AI to address some of humanities problems
Talk on using AI to address some of humanities problems
 
Tutorial @ IEEE ICC 2019 : Machine Learning and Stochastic Geometry: Statisti...
Tutorial @ IEEE ICC 2019 : Machine Learning and Stochastic Geometry:Statisti...Tutorial @ IEEE ICC 2019 : Machine Learning and Stochastic Geometry:Statisti...
Tutorial @ IEEE ICC 2019 : Machine Learning and Stochastic Geometry: Statisti...
 
Fuelling the AI Revolution with Gaming
Fuelling the AI Revolution with GamingFuelling the AI Revolution with Gaming
Fuelling the AI Revolution with Gaming
 
“Challenges and Approaches for Cascaded DNNs: A Case Study of Face Detection ...
“Challenges and Approaches for Cascaded DNNs: A Case Study of Face Detection ...“Challenges and Approaches for Cascaded DNNs: A Case Study of Face Detection ...
“Challenges and Approaches for Cascaded DNNs: A Case Study of Face Detection ...
 
AUTO AI 2021 talk Real world data augmentations for autonomous driving : B Ra...
AUTO AI 2021 talk Real world data augmentations for autonomous driving : B Ra...AUTO AI 2021 talk Real world data augmentations for autonomous driving : B Ra...
AUTO AI 2021 talk Real world data augmentations for autonomous driving : B Ra...
 
Untangling Graphs with GPU Clouds
Untangling Graphs with GPU CloudsUntangling Graphs with GPU Clouds
Untangling Graphs with GPU Clouds
 
Towards Runtime Verification via Event Stream Processing in Cloud Computing I...
Towards Runtime Verification via Event Stream Processing in Cloud Computing I...Towards Runtime Verification via Event Stream Processing in Cloud Computing I...
Towards Runtime Verification via Event Stream Processing in Cloud Computing I...
 
DN18 | The Evolution and Future of Graph Technology: Intelligent Systems | Ax...
DN18 | The Evolution and Future of Graph Technology: Intelligent Systems | Ax...DN18 | The Evolution and Future of Graph Technology: Intelligent Systems | Ax...
DN18 | The Evolution and Future of Graph Technology: Intelligent Systems | Ax...
 
AILABS Lecture Series - Is AI The New Electricity. Topic - Deep Learning - Ev...
AILABS Lecture Series - Is AI The New Electricity. Topic - Deep Learning - Ev...AILABS Lecture Series - Is AI The New Electricity. Topic - Deep Learning - Ev...
AILABS Lecture Series - Is AI The New Electricity. Topic - Deep Learning - Ev...
 
The Heatmap
 - Why is Security Visualization so Hard?
The Heatmap
 - Why is Security Visualization so Hard?The Heatmap
 - Why is Security Visualization so Hard?
The Heatmap
 - Why is Security Visualization so Hard?
 
100X Investigations - Graphistry / Microsoft BlueHat
100X Investigations - Graphistry / Microsoft BlueHat100X Investigations - Graphistry / Microsoft BlueHat
100X Investigations - Graphistry / Microsoft BlueHat
 
DSDT meetup July 2021
DSDT meetup July 2021DSDT meetup July 2021
DSDT meetup July 2021
 
Performance evaluation of GANs in a semisupervised OCR use case
Performance evaluation of GANs in a semisupervised OCR use casePerformance evaluation of GANs in a semisupervised OCR use case
Performance evaluation of GANs in a semisupervised OCR use case
 
Performance evaluation of GANs in a semisupervised OCR use case
Performance evaluation of GANs in a semisupervised OCR use casePerformance evaluation of GANs in a semisupervised OCR use case
Performance evaluation of GANs in a semisupervised OCR use case
 
BAT40 NVIDIA Stampfli Künstliche Intelligenz, Roboter und autonome Fahrzeuge ...
BAT40 NVIDIA Stampfli Künstliche Intelligenz, Roboter und autonome Fahrzeuge ...BAT40 NVIDIA Stampfli Künstliche Intelligenz, Roboter und autonome Fahrzeuge ...
BAT40 NVIDIA Stampfli Künstliche Intelligenz, Roboter und autonome Fahrzeuge ...
 
Joey gonzalez, graph lab, m lconf 2013
Joey gonzalez, graph lab, m lconf 2013Joey gonzalez, graph lab, m lconf 2013
Joey gonzalez, graph lab, m lconf 2013
 
Keynote (Mike Muller) - Is There Anything New in Heterogeneous Computing - by...
Keynote (Mike Muller) - Is There Anything New in Heterogeneous Computing - by...Keynote (Mike Muller) - Is There Anything New in Heterogeneous Computing - by...
Keynote (Mike Muller) - Is There Anything New in Heterogeneous Computing - by...
 
Neo4j GraphDay Seattle- Sept19- graphs are ai
Neo4j GraphDay Seattle- Sept19-  graphs are aiNeo4j GraphDay Seattle- Sept19-  graphs are ai
Neo4j GraphDay Seattle- Sept19- graphs are ai
 
2016.04.21 - State of the Art
2016.04.21 - State of the Art2016.04.21 - State of the Art
2016.04.21 - State of the Art
 
[Topic Modeling] Latent Semantic Analysis - Yonghee Cheon
[Topic Modeling] Latent Semantic Analysis - Yonghee Cheon[Topic Modeling] Latent Semantic Analysis - Yonghee Cheon
[Topic Modeling] Latent Semantic Analysis - Yonghee Cheon
 

More from Shift Conference

Shift Remote: AI: How Does Face Recognition Work (ars futura)
Shift Remote: AI: How Does Face Recognition Work  (ars futura)Shift Remote: AI: How Does Face Recognition Work  (ars futura)
Shift Remote: AI: How Does Face Recognition Work (ars futura)Shift Conference
 
Shift Remote: AI: Behind the scenes development in an AI company - Matija Ili...
Shift Remote: AI: Behind the scenes development in an AI company - Matija Ili...Shift Remote: AI: Behind the scenes development in an AI company - Matija Ili...
Shift Remote: AI: Behind the scenes development in an AI company - Matija Ili...Shift Conference
 
Shift Remote: AI: Smarter AI with analytical graph databases - Victor Lee (Ti...
Shift Remote: AI: Smarter AI with analytical graph databases - Victor Lee (Ti...Shift Remote: AI: Smarter AI with analytical graph databases - Victor Lee (Ti...
Shift Remote: AI: Smarter AI with analytical graph databases - Victor Lee (Ti...Shift Conference
 
Shift Remote: DevOps: Devops with Azure Devops and Github - Juarez Junior (Mi...
Shift Remote: DevOps: Devops with Azure Devops and Github - Juarez Junior (Mi...Shift Remote: DevOps: Devops with Azure Devops and Github - Juarez Junior (Mi...
Shift Remote: DevOps: Devops with Azure Devops and Github - Juarez Junior (Mi...Shift Conference
 
Shift Remote: DevOps: Autodesks research into digital twins for AEC - Kean W...
Shift Remote: DevOps: Autodesks research into digital twins for AEC -  Kean W...Shift Remote: DevOps: Autodesks research into digital twins for AEC -  Kean W...
Shift Remote: DevOps: Autodesks research into digital twins for AEC - Kean W...Shift Conference
 
Shift Remote: DevOps: When metrics are not enough, and everyone is on-call - ...
Shift Remote: DevOps: When metrics are not enough, and everyone is on-call - ...Shift Remote: DevOps: When metrics are not enough, and everyone is on-call - ...
Shift Remote: DevOps: When metrics are not enough, and everyone is on-call - ...Shift Conference
 
Shift Remote: DevOps: Modern incident management with opsgenie - Kristijan L...
Shift Remote: DevOps: Modern incident management with opsgenie -  Kristijan L...Shift Remote: DevOps: Modern incident management with opsgenie -  Kristijan L...
Shift Remote: DevOps: Modern incident management with opsgenie - Kristijan L...Shift Conference
 
Shift Remote: DevOps: Gitlab ci hands-on experience - Ivan Rimac (Barrage)
Shift Remote: DevOps: Gitlab ci hands-on experience - Ivan Rimac (Barrage)Shift Remote: DevOps: Gitlab ci hands-on experience - Ivan Rimac (Barrage)
Shift Remote: DevOps: Gitlab ci hands-on experience - Ivan Rimac (Barrage)Shift Conference
 
Shift Remote: DevOps: DevOps Heroes - Adding Advanced Automation to your Tool...
Shift Remote: DevOps: DevOps Heroes - Adding Advanced Automation to your Tool...Shift Remote: DevOps: DevOps Heroes - Adding Advanced Automation to your Tool...
Shift Remote: DevOps: DevOps Heroes - Adding Advanced Automation to your Tool...Shift Conference
 
Shift Remote: DevOps: An (Un)expected Journey - Zeljko Margeta (RBA)
Shift Remote: DevOps: An (Un)expected Journey - Zeljko Margeta (RBA)Shift Remote: DevOps: An (Un)expected Journey - Zeljko Margeta (RBA)
Shift Remote: DevOps: An (Un)expected Journey - Zeljko Margeta (RBA)Shift Conference
 
Shift Remote: Game Dev - Localising Mobile Games - Marta Kunic (Nanobit)
Shift Remote: Game Dev - Localising Mobile Games - Marta Kunic (Nanobit)Shift Remote: Game Dev - Localising Mobile Games - Marta Kunic (Nanobit)
Shift Remote: Game Dev - Localising Mobile Games - Marta Kunic (Nanobit)Shift Conference
 
Shift Remote: Game Dev - Challenges Introducing Open Source to the Games Indu...
Shift Remote: Game Dev - Challenges Introducing Open Source to the Games Indu...Shift Remote: Game Dev - Challenges Introducing Open Source to the Games Indu...
Shift Remote: Game Dev - Challenges Introducing Open Source to the Games Indu...Shift Conference
 
Shift Remote: Game Dev - Ghost in the Machine: Authorial Voice in System Desi...
Shift Remote: Game Dev - Ghost in the Machine: Authorial Voice in System Desi...Shift Remote: Game Dev - Ghost in the Machine: Authorial Voice in System Desi...
Shift Remote: Game Dev - Ghost in the Machine: Authorial Voice in System Desi...Shift Conference
 
Shift Remote: Game Dev - Building Better Worlds with Game Culturalization - K...
Shift Remote: Game Dev - Building Better Worlds with Game Culturalization - K...Shift Remote: Game Dev - Building Better Worlds with Game Culturalization - K...
Shift Remote: Game Dev - Building Better Worlds with Game Culturalization - K...Shift Conference
 
Shift Remote: Game Dev - Open Match: An Open Source Matchmaking Framework - J...
Shift Remote: Game Dev - Open Match: An Open Source Matchmaking Framework - J...Shift Remote: Game Dev - Open Match: An Open Source Matchmaking Framework - J...
Shift Remote: Game Dev - Open Match: An Open Source Matchmaking Framework - J...Shift Conference
 
Shift Remote: Game Dev - Designing Inside the Box - Fernando Reyes Medina (34...
Shift Remote: Game Dev - Designing Inside the Box - Fernando Reyes Medina (34...Shift Remote: Game Dev - Designing Inside the Box - Fernando Reyes Medina (34...
Shift Remote: Game Dev - Designing Inside the Box - Fernando Reyes Medina (34...Shift Conference
 
Shift Remote: Mobile - Efficiently Building Native Frameworks for Multiple Pl...
Shift Remote: Mobile - Efficiently Building Native Frameworks for Multiple Pl...Shift Remote: Mobile - Efficiently Building Native Frameworks for Multiple Pl...
Shift Remote: Mobile - Efficiently Building Native Frameworks for Multiple Pl...Shift Conference
 
Shift Remote: Mobile - Introduction to MotionLayout on Android - Denis Fodor ...
Shift Remote: Mobile - Introduction to MotionLayout on Android - Denis Fodor ...Shift Remote: Mobile - Introduction to MotionLayout on Android - Denis Fodor ...
Shift Remote: Mobile - Introduction to MotionLayout on Android - Denis Fodor ...Shift Conference
 
Shift Remote: Mobile - Devops-ify your life with Github Actions - Nicola Cort...
Shift Remote: Mobile - Devops-ify your life with Github Actions - Nicola Cort...Shift Remote: Mobile - Devops-ify your life with Github Actions - Nicola Cort...
Shift Remote: Mobile - Devops-ify your life with Github Actions - Nicola Cort...Shift Conference
 
Shift Remote: WEB - GraphQL and React – Quick Start - Dubravko Bogovic (Infobip)
Shift Remote: WEB - GraphQL and React – Quick Start - Dubravko Bogovic (Infobip)Shift Remote: WEB - GraphQL and React – Quick Start - Dubravko Bogovic (Infobip)
Shift Remote: WEB - GraphQL and React – Quick Start - Dubravko Bogovic (Infobip)Shift Conference
 

More from Shift Conference (20)

Shift Remote: AI: How Does Face Recognition Work (ars futura)
Shift Remote: AI: How Does Face Recognition Work  (ars futura)Shift Remote: AI: How Does Face Recognition Work  (ars futura)
Shift Remote: AI: How Does Face Recognition Work (ars futura)
 
Shift Remote: AI: Behind the scenes development in an AI company - Matija Ili...
Shift Remote: AI: Behind the scenes development in an AI company - Matija Ili...Shift Remote: AI: Behind the scenes development in an AI company - Matija Ili...
Shift Remote: AI: Behind the scenes development in an AI company - Matija Ili...
 
Shift Remote: AI: Smarter AI with analytical graph databases - Victor Lee (Ti...
Shift Remote: AI: Smarter AI with analytical graph databases - Victor Lee (Ti...Shift Remote: AI: Smarter AI with analytical graph databases - Victor Lee (Ti...
Shift Remote: AI: Smarter AI with analytical graph databases - Victor Lee (Ti...
 
Shift Remote: DevOps: Devops with Azure Devops and Github - Juarez Junior (Mi...
Shift Remote: DevOps: Devops with Azure Devops and Github - Juarez Junior (Mi...Shift Remote: DevOps: Devops with Azure Devops and Github - Juarez Junior (Mi...
Shift Remote: DevOps: Devops with Azure Devops and Github - Juarez Junior (Mi...
 
Shift Remote: DevOps: Autodesks research into digital twins for AEC - Kean W...
Shift Remote: DevOps: Autodesks research into digital twins for AEC -  Kean W...Shift Remote: DevOps: Autodesks research into digital twins for AEC -  Kean W...
Shift Remote: DevOps: Autodesks research into digital twins for AEC - Kean W...
 
Shift Remote: DevOps: When metrics are not enough, and everyone is on-call - ...
Shift Remote: DevOps: When metrics are not enough, and everyone is on-call - ...Shift Remote: DevOps: When metrics are not enough, and everyone is on-call - ...
Shift Remote: DevOps: When metrics are not enough, and everyone is on-call - ...
 
Shift Remote: DevOps: Modern incident management with opsgenie - Kristijan L...
Shift Remote: DevOps: Modern incident management with opsgenie -  Kristijan L...Shift Remote: DevOps: Modern incident management with opsgenie -  Kristijan L...
Shift Remote: DevOps: Modern incident management with opsgenie - Kristijan L...
 
Shift Remote: DevOps: Gitlab ci hands-on experience - Ivan Rimac (Barrage)
Shift Remote: DevOps: Gitlab ci hands-on experience - Ivan Rimac (Barrage)Shift Remote: DevOps: Gitlab ci hands-on experience - Ivan Rimac (Barrage)
Shift Remote: DevOps: Gitlab ci hands-on experience - Ivan Rimac (Barrage)
 
Shift Remote: DevOps: DevOps Heroes - Adding Advanced Automation to your Tool...
Shift Remote: DevOps: DevOps Heroes - Adding Advanced Automation to your Tool...Shift Remote: DevOps: DevOps Heroes - Adding Advanced Automation to your Tool...
Shift Remote: DevOps: DevOps Heroes - Adding Advanced Automation to your Tool...
 
Shift Remote: DevOps: An (Un)expected Journey - Zeljko Margeta (RBA)
Shift Remote: DevOps: An (Un)expected Journey - Zeljko Margeta (RBA)Shift Remote: DevOps: An (Un)expected Journey - Zeljko Margeta (RBA)
Shift Remote: DevOps: An (Un)expected Journey - Zeljko Margeta (RBA)
 
Shift Remote: Game Dev - Localising Mobile Games - Marta Kunic (Nanobit)
Shift Remote: Game Dev - Localising Mobile Games - Marta Kunic (Nanobit)Shift Remote: Game Dev - Localising Mobile Games - Marta Kunic (Nanobit)
Shift Remote: Game Dev - Localising Mobile Games - Marta Kunic (Nanobit)
 
Shift Remote: Game Dev - Challenges Introducing Open Source to the Games Indu...
Shift Remote: Game Dev - Challenges Introducing Open Source to the Games Indu...Shift Remote: Game Dev - Challenges Introducing Open Source to the Games Indu...
Shift Remote: Game Dev - Challenges Introducing Open Source to the Games Indu...
 
Shift Remote: Game Dev - Ghost in the Machine: Authorial Voice in System Desi...
Shift Remote: Game Dev - Ghost in the Machine: Authorial Voice in System Desi...Shift Remote: Game Dev - Ghost in the Machine: Authorial Voice in System Desi...
Shift Remote: Game Dev - Ghost in the Machine: Authorial Voice in System Desi...
 
Shift Remote: Game Dev - Building Better Worlds with Game Culturalization - K...
Shift Remote: Game Dev - Building Better Worlds with Game Culturalization - K...Shift Remote: Game Dev - Building Better Worlds with Game Culturalization - K...
Shift Remote: Game Dev - Building Better Worlds with Game Culturalization - K...
 
Shift Remote: Game Dev - Open Match: An Open Source Matchmaking Framework - J...
Shift Remote: Game Dev - Open Match: An Open Source Matchmaking Framework - J...Shift Remote: Game Dev - Open Match: An Open Source Matchmaking Framework - J...
Shift Remote: Game Dev - Open Match: An Open Source Matchmaking Framework - J...
 
Shift Remote: Game Dev - Designing Inside the Box - Fernando Reyes Medina (34...
Shift Remote: Game Dev - Designing Inside the Box - Fernando Reyes Medina (34...Shift Remote: Game Dev - Designing Inside the Box - Fernando Reyes Medina (34...
Shift Remote: Game Dev - Designing Inside the Box - Fernando Reyes Medina (34...
 
Shift Remote: Mobile - Efficiently Building Native Frameworks for Multiple Pl...
Shift Remote: Mobile - Efficiently Building Native Frameworks for Multiple Pl...Shift Remote: Mobile - Efficiently Building Native Frameworks for Multiple Pl...
Shift Remote: Mobile - Efficiently Building Native Frameworks for Multiple Pl...
 
Shift Remote: Mobile - Introduction to MotionLayout on Android - Denis Fodor ...
Shift Remote: Mobile - Introduction to MotionLayout on Android - Denis Fodor ...Shift Remote: Mobile - Introduction to MotionLayout on Android - Denis Fodor ...
Shift Remote: Mobile - Introduction to MotionLayout on Android - Denis Fodor ...
 
Shift Remote: Mobile - Devops-ify your life with Github Actions - Nicola Cort...
Shift Remote: Mobile - Devops-ify your life with Github Actions - Nicola Cort...Shift Remote: Mobile - Devops-ify your life with Github Actions - Nicola Cort...
Shift Remote: Mobile - Devops-ify your life with Github Actions - Nicola Cort...
 
Shift Remote: WEB - GraphQL and React – Quick Start - Dubravko Bogovic (Infobip)
Shift Remote: WEB - GraphQL and React – Quick Start - Dubravko Bogovic (Infobip)Shift Remote: WEB - GraphQL and React – Quick Start - Dubravko Bogovic (Infobip)
Shift Remote: WEB - GraphQL and React – Quick Start - Dubravko Bogovic (Infobip)
 

Recently uploaded

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 

Recently uploaded (20)

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 

Shift AI 2020: Graph Deep Learning for Real-World Applications | Mark Weber (MIT-IBM Watson AI Lab)

  • 1.
  • 2. Graph Deep Learning Venue Date Mark Weber @markrweber #MITIBM Charles Leiserson Jie Chen Toyotaro Suzumura Shift AI Conference April 14, 2020 Graph Deep Learning Explainability Efficient AI
  • 3. 9 Contents Graph Convolutional Networks Use Case: Anti-Money Laundering Evolutionary Dynamism 1 Graphs 2 GCN’s 1 The Elliptic Data Set 2 Experimental Results 1 EvolveGCN 2 Results 3 Next Steps
  • 4.
  • 5. 11 Graph Convolutional Networks MIT-IBM Watson AI Lab Graph Deep Learning 2020 Source: Kipf & Welling
  • 6. 12 Graph Convolutional Networks MIT-IBM Watson AI Lab Graph Deep Learning 2020 NeurIPS 2018
  • 7. The existential question of node embedding. W T W T W T W T W T W T Who am I? H(l+1) = ( ˆAH(l) W(l) ) h(l+1) (v) = ✓Z ˆA(v, u)h(l) (u)W(l) dP(u) ◆
  • 8. 14 Applications of Graph Learning Operations Supply chains, logistics, e.g. The traveling salesman problem in combinatorial optimization Molecular Structure Discovering new antibiotics and predicting antibiotic resistance Electronics Design NVIDIA processing irregular graph representations of logic circuits Finance Risk management, forecasting, anti-money laundering, and more MIT-IBM Watson AI Lab Graph Deep Learning 2020
  • 9. 15 Anti-Money Laundering MIT-IBM Watson AI Lab Presentation template 2020 Image: Ozark on Netflix
  • 10. 800,000 people are “exported” annually in a $40 billion human trafficking industry enslaving 40 million people
  • 11. 37 153 529 Global Aid Remittances 2018 Cash Flows to Low-to-Middle-Income Countries (Billions USD) World Bank Report “The Financial Action Task Force, recognizing that overly cautious Anti-Money Laundering and Terrorist Financing (AML/CFT) safeguards can have the unintended consequence of excluding legitimate businesses and consumers from the financial system, has emphasized the need to ensure that such safeguards also support financial inclusion.”
  • 12. 19 AML as a Graph Problem: Spotlight on the 1MDB Scheme MIT-IBM Watson AI Lab Graph Deep Learning 2020 Jho Low (right) and the 1Malaysia Development Berhad (1MDB) allegedly robbed the Malaysian people of over $11 billion in taxpayer funds earmarked for the nation's development. Ironically, part of the laundering scheme financed The Wolf of Wallstreet.
  • 13. 20 AML as a Graph Problem: Spotlight on the 1MDB Scheme MIT-IBM Watson AI Lab Graph Deep Learning 2020
  • 14. 21 Anti-Money Laundering in Bitcoin: Experimenting with Graph Convolutional Networks for Financial Forensics Published in the KDD Anomaly Detection in Finance Workshop, 2019 Presented to the U.S. Securities & Exchange Commission Insight: GCN node embeddings as an input feature boosts model accuracy and precision MIT-IBM Watson AI Lab Graph Deep Learning 2020
  • 15. 22 203,769 nodes (Bitcoin transactions) 234,355 edges (directed flows) 21% licit labels (known exchanges, wallet providers, miners, licit services, etc.) 2% illicit labels (known scams, malware, terrorist organizations, ransomware, Ponzi schemes, etc.) 94 local features (LF) e.g. time step, in/out count activity, transaction fee 72 one-hop aggregate features (AF) (e.g. max, min, standard deviation, and correlation coefficients of the neighbor transactions) MIT-IBM Watson AI Lab Graph Deep Learning 2020 The Elliptic Data Set
  • 16.
  • 17. 24 Task: imbalanced, binary classification targeting illicit transactions Hyperparameters: Trained GCN using weighted cross entropy loss to prioritize illicit nodes Inputs: Local Features (LF), Aggregate Features (AF), Node Embeddings (NE) Methods: Logistic Regression (LR), Multilayer Perceptron (MLP), Graph Convolutional Network (GCN), and Random Forest (RF) Note: important to integrate the real-world, human considerations MIT-IBM Watson AI Lab Graph Deep Learning 2020 Experiments Method Precision Recall F1 Accuracy Precision Recall Don’t exclude innocent people Quarantine no one Catch all bad guys Quarantine everyone
  • 18. 25 How well does GCN extract relational information? Very well. Can we boost Precision without sacrificing Recall? Sometimes. This needs more study. Which model wins? The GCN-boosted Random Forest. MIT-IBM Watson AI Lab Graph Deep Learning 2020 Method Precision Recall F1 Accuracy LR LF 0.348 0.668 0.457 LR AF 0.404 0.593 0.481 LR AF+NE 0.537 0.528 0.533 MLP AF 0.694 0.617 0.653 MLP AF+NE 0.780 0.617 0.689 GCN 0.812 0.512 0.628 RF AF 0.956 0.670 0.788 RF AF+NE 0.971 0.675 0.796 Results
  • 19. 26MIT-IBM Watson AI Lab Graph Deep Learning 2020
  • 20. 27MIT-IBM Watson AI Lab Presentation template 2020
  • 21. 28 EvolveGCN: Evolving Graph Convolutional Networks for Dynamic Graphs Published in the AAAI 2020 Patent-pending algorithm EvolveGCN. Code is open-source. Insight: a recurrent neural network (RNN) architecture allows GCN to capture relational system dynamics over time MIT-IBM Watson AI Lab Presentation template 2020
  • 22. 29MIT-IBM Watson AI Lab Graph Deep Learning 2020 EvolveGCN: An RNN Architecture GCN 1 GCN 2 GCN 3 Layer 2 Weights Layer 1 Weights Layer 2 Weights Layer 1 Weights Layer 2 Weights Layer 1 Weights RNN 1 RNN 2 RNN 1 RNN 2 Node EmbeddingNode EmbeddingNode Embedding
  • 23. 30MIT-IBM Watson AI Lab Graph Deep Learning 2020 Updating the Weight Matrix 1 EvolveGCN-H 2 EvolveGCN-O
  • 24. 31 EvolveGCN Experiments MIT-IBM Watson AI Lab Graph Deep Learning 2020 Across seven data sets, EvolveGCN generally outperforms alternative dynamic algorithms Example: node and edge classification
  • 25. 32 EvolveGCN Experiments MIT-IBM Watson AI Lab Graph Deep Learning 2020 But we still fail to endure the dark market collapse because the event has not been learned by the model Can future models learn Black Swans instead of omitting them in training?
  • 26. 33 Contents Graph Convolutional Networks Use Case: Anti-Money Laundering Evolutionary Dynamism 1 Graphs 2 GCN’s 1 The Elliptic Data Set 2 Experimental Results 1 EvolveGCN 2 Results 3 Next Steps
  • 27. Graph Deep Learning Event Date Mark Weber @markrweber #MITIBM Charles Leiserson Jie Chen Toyotaro Suzumura Quarantine April 14, 2020 Graph Deep Learning Explainability Efficient AI