Don't Walk, Skip! Online Learning of Multi-scale Network Embeddings
Bryan Perozzi, Vivek Kulkarni, Haochen Chen, Steven Skiena

TL;DR
Walklets is a scalable online algorithm that learns multiscale network embeddings by skipping steps in random walks, capturing higher-order relationships and improving multi-label classification performance.
Contribution
It introduces a novel multiscale embedding method that explicitly encodes higher-order relationships and is analytically derivable, outperforming previous neural matrix factorization methods.
Findings
Outperforms DeepWalk by up to 10% in Micro-F1.
Outperforms LINE by 58% in Micro-F1.
Scales efficiently to graphs with millions of vertices.
Abstract
We present Walklets, a novel approach for learning multiscale representations of vertices in a network. In contrast to previous works, these representations explicitly encode multiscale vertex relationships in a way that is analytically derivable. Walklets generates these multiscale relationships by subsampling short random walks on the vertices of a graph. By `skipping' over steps in each random walk, our method generates a corpus of vertex pairs which are reachable via paths of a fixed length. This corpus can then be used to learn a series of latent representations, each of which captures successively higher order relationships from the adjacency matrix. We demonstrate the efficacy of Walklets's latent representations on several multi-label network classification tasks for social networks such as BlogCatalog, DBLP, Flickr, and YouTube. Our results show that Walklets outperforms…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Advanced Graph Neural Networks · Text and Document Classification Technologies
