NS-CUK Joint Journal Club: V.T.Hoang, Review on "Breaking the Limit of Graph Neural Networks by Improving the Assortativity of Graphs with Local Mixing Patterns", KDD 2021
NS-CUK Joint Journal Club: V.T.Hoang, Review on "Breaking the Limit of Graph Neural Networks by Improving the Assortativity of Graphs with Local Mixing Patterns", KDD 2021
30. Mar 2023•0 gefällt mir
0 gefällt mir
Sei der Erste, dem dies gefällt
Mehr anzeigen
•35 Aufrufe
Aufrufe
Aufrufe insgesamt
0
Auf Slideshare
0
Aus Einbettungen
0
Anzahl der Einbettungen
0
Downloaden Sie, um offline zu lesen
Melden
Technologie
NS-CUK Joint Journal Club: V.T.Hoang, Review on "Breaking the Limit of Graph Neural Networks by Improving the Assortativity of Graphs with Local Mixing Patterns", KDD 2021
Similar a NS-CUK Joint Journal Club: V.T.Hoang, Review on "Breaking the Limit of Graph Neural Networks by Improving the Assortativity of Graphs with Local Mixing Patterns", KDD 2021(20)
NS-CUK Joint Journal Club: V.T.Hoang, Review on "Breaking the Limit of Graph Neural Networks by Improving the Assortativity of Graphs with Local Mixing Patterns", KDD 2021
Thuy Hoang Van, PhD student
Network Science Lab
E-mail: hoangvanthuy90@gmail.com
Susheel Suresh, Vinith Budde, Jennifer Neville, Pan Li, Jianzhu Ma:
Breaking the Limit of Graph Neural Networks by Improving the Assortativity
of Graphs with Local Mixing Patterns. KDD 2021: 1541-1551
1
A lot of real-world data does not “live” on grids
Social media
2
A lot of real-world data does not “live” on grids
Biological network
3
A lot of real-world data does not “live” on grids
Transportation system
4
A lot of real-world data does not “live” on grids
Computer network
5
A lot of real-world data does not “live” on grids
Computer program
11
Neural Networks on Graph Data
Main Idea:
Pass massages between pairs of nodes and agglomerate
Alternative Interpretation:
Pass massages between nodes to refine node (and possi
bly edge) representations
12
Message Passing Neural Networks (MPNN)
• Aggregate messages from neighbouring nodes:
• Update node information:
• Where:
• evu are the features associated to edge (v, u)
• M
(k-1) is a message function (e.g. an MLP) computing message fro
m neighbour
• U
(k) is a node update function (e.g. an MLP) combining messages
and local information
14
Neural Networks on Graph Data: Problems
How far is that message passing coming from?
The quality of message
Trade-offs between graph structure and node features
20
Message Passing on the Multi-relational Computation Graph
The AGGREGATE function:
The importance of node 𝑣 to node u :
Update function is defined as: