Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

DeepWalk: Online Learning of Social Representations

About

We present DeepWalk, a novel approach for learning latent representations of vertices in a network. These latent representations encode social relations in a continuous vector space, which is easily exploited by statistical models. DeepWalk generalizes recent advancements in language modeling and unsupervised feature learning (or deep learning) from sequences of words to graphs. DeepWalk uses local information obtained from truncated random walks to learn latent representations by treating walks as the equivalent of sentences. We demonstrate DeepWalk's latent representations on several multi-label network classification tasks for social networks such as BlogCatalog, Flickr, and YouTube. Our results show that DeepWalk outperforms challenging baselines which are allowed a global view of the network, especially in the presence of missing information. DeepWalk's representations can provide $F_1$ scores up to 10% higher than competing methods when labeled data is sparse. In some experiments, DeepWalk's representations are able to outperform all baseline methods while using 60% less training data. DeepWalk is also scalable. It is an online learning algorithm which builds useful incremental results, and is trivially parallelizable. These qualities make it suitable for a broad class of real world applications such as network classification, and anomaly detection.

Bryan Perozzi, Rami Al-Rfou, Steven Skiena• 2014

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy70.7
1215
Node ClassificationCiteseer
Accuracy43.2
1037
Node ClassificationCora (test)
Mean Accuracy70.7
951
Node ClassificationCiteseer (test)
Accuracy0.514
945
Node ClassificationPubmed
Accuracy65.3
865
Node ClassificationPubmed
Accuracy74.3
627
Node ClassificationPubMed (test)
Accuracy76.8
586
Node ClassificationCiteseer
Accuracy43.22
503
Node ClassificationCora-ML
Accuracy42.19
326
Node ClassificationAmazon Photo
Accuracy90.05
313
Showing 10 of 346 rows
...

Other info

Follow for update