CS224W: Machine Learning with Graphs | 2021 | Lecture 9.2 - Designing the Most Powerful GNNs
Jure Leskovec
Computer Science, PhD
In this lecture, we aim to design a maximally expressive GNN model. Our key insight is that a maximally expressive GNN should use the injective neighbor aggregation function that maps different neighboring node features into different embeddings. We first demonstrate neighbor aggregation functions used by popular GNN models (e.g., Graph Convolutional Networks and GraphSAGE) are not injective. We then design injective neighbor aggregation functions using neural networks and arrive at a Graph Isomorphism Network, the most powerful GNN model.
To follow along with the course schedule and syllabus, visit:
To get the latest news on Stanford’s upcoming professional programs in Artificial Intelligence, visit:
To view all online courses and programs offered by Stanford, visit:
3 views
11
1
2 years ago 00:27:07 1
CS224W: Machine Learning with Graphs | 2021 | Lecture Walk Approaches for Node Embeddings
2 years ago 00:20:10 1
CS224W: Machine Learning with Graphs | 2021 | Lecture 2.3 - Traditional Feature-based Methods: Graph
2 years ago 00:27:30 1
CS224W: Machine Learning with Graphs | 2021 | Lecture 2.1 - Traditional Feature-based Methods: Node