Inductive Representation Learning in Large Attributed Graphs
Nesreen K. Ahmed, Ryan A. Rossi, Rong Zhou, John Boaz Lee, Xiangnan, Kong, Theodore L. Willke, Hoda Eldardiry

TL;DR
This paper introduces an inductive framework for graph representation learning that generalizes existing methods like DeepWalk and node2vec, enabling better scalability, generalization to unseen nodes, and support for attributed graphs.
Contribution
The authors propose a novel attributed random walk framework that allows inductive learning and generalizes existing random walk-based embedding methods.
Findings
Framework supports inductive learning on large attributed graphs.
Generalizes methods like DeepWalk and node2vec.
Enables learning on unseen nodes and graphs.
Abstract
Graphs (networks) are ubiquitous and allow us to model entities (nodes) and the dependencies (edges) between them. Learning a useful feature representation from graph data lies at the heart and success of many machine learning tasks such as classification, anomaly detection, link prediction, among many others. Many existing techniques use random walks as a basis for learning features or estimating the parameters of a graph model for a downstream prediction task. Examples include recent node embedding methods such as DeepWalk, node2vec, as well as graph-based deep learning algorithms. However, the simple random walk used by these methods is fundamentally tied to the identity of the node. This has three main disadvantages. First, these approaches are inherently transductive and do not generalize to unseen nodes and other graphs. Second, they are not space-efficient as a feature vector is…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Bayesian Modeling and Causal Inference
MethodsDeepWalk · node2vec
