Inductive Representation Learning on Large Graphs
Presents GraphSAGE, an inductive framework that generates node embeddings by sampling and aggregating features from a node's local neighborhood.
Most node-embedding approaches are transductive, requiring all nodes present during training and failing to generalize to unseen nodes. GraphSAGE is a general inductive framework that leverages node feature information to generate embeddings for unseen data, learning a function that samples and aggregates features from a node's local neighborhood rather than training per-node embeddings. It outperforms strong baselines on three inductive node-classification benchmarks and generalizes to entirely unseen graphs in a protein-protein interaction dataset.
Based on: Inductive Representation Learning on Large Graphs · Neural Information Processing Systems