Learning Role-based Graph Embeddings
Nesreen K. Ahmed, Ryan Rossi, John Boaz Lee, Theodore L. Willke, Rong, Zhou, Xiangnan Kong, Hoda Eldardiry

TL;DR
Role2Vec introduces a flexible framework for graph embeddings that overcomes limitations of random walk-based methods, enabling transferability to new nodes and graphs with improved efficiency.
Contribution
It generalizes existing random walk-based embedding methods using attributed random walks, supporting inductive learning and attribute utilization.
Findings
Average AUC improvement of 16.55%
Requires 853x less space than existing methods
Effective across various graph types
Abstract
Random walks are at the heart of many existing network embedding methods. However, such algorithms have many limitations that arise from the use of random walks, e.g., the features resulting from these methods are unable to transfer to new nodes and graphs as they are tied to vertex identity. In this work, we introduce the Role2Vec framework which uses the flexible notion of attributed random walks, and serves as a basis for generalizing existing methods such as DeepWalk, node2vec, and many others that leverage random walks. Our proposed framework enables these methods to be more widely applicable for both transductive and inductive learning as well as for use on graphs with attributes (if available). This is achieved by learning functions that generalize to new nodes and graphs. We show that our proposed framework is effective with an average AUC improvement of 16.55% while requiring…
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
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Epigenetics and DNA Methylation
MethodsDeepWalk · node2vec
