Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

node2vec: Scalable Feature Learning for Networks

About

Prediction tasks over nodes and edges in networks require careful effort in engineering features used by learning algorithms. Recent research in the broader field of representation learning has led to significant progress in automating prediction by learning the features themselves. However, present feature learning approaches are not expressive enough to capture the diversity of connectivity patterns observed in networks. Here we propose node2vec, an algorithmic framework for learning continuous feature representations for nodes in networks. In node2vec, we learn a mapping of nodes to a low-dimensional space of features that maximizes the likelihood of preserving network neighborhoods of nodes. We define a flexible notion of a node's network neighborhood and design a biased random walk procedure, which efficiently explores diverse neighborhoods. Our algorithm generalizes prior work which is based on rigid notions of network neighborhoods, and we argue that the added flexibility in exploring neighborhoods is the key to learning richer representations. We demonstrate the efficacy of node2vec over existing state-of-the-art techniques on multi-label classification and link prediction in several real-world networks from diverse domains. Taken together, our work represents a new way for efficiently learning state-of-the-art task-independent representations in complex networks.

Aditya Grover, Jure Leskovec• 2016

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy78.19
885
Node ClassificationCiteseer
Accuracy57.45
804
Node ClassificationPubmed
Accuracy73.24
742
Graph ClassificationPROTEINS
Accuracy57.49
742
Graph ClassificationMUTAG
Accuracy72.63
697
Node ClassificationCora (test)
Mean Accuracy67.6
687
Node ClassificationChameleon
Accuracy54.23
549
Node ClassificationSquirrel
Accuracy42.6
500
Node ClassificationPubMed (test)
Accuracy66.4
500
Graph ClassificationNCI1
Accuracy54.9
460
Showing 10 of 290 rows
...

Other info

Code

Follow for update