Degree-Based Random Walk Approach for Graph Embedding
Sarmad N. Mohammed, Semra G\"und\"u\c{c}

TL;DR
This paper introduces a degree-based random walk sampling method for graph embedding that reduces computational effort by 50% while maintaining accuracy in node classification and link prediction tasks.
Contribution
A novel degree-aware sampling approach for random walks that improves efficiency in graph embedding, especially for large networks.
Findings
Requires 50% less computational effort compared to fixed walk methods.
Maintains similar accuracy in node classification and link prediction.
Effective on large-scale graphs like CORA and CiteSeer.
Abstract
Graph embedding, representing local and global neighborhood information by numerical vectors, is a crucial part of the mathematical modeling of a wide range of real-world systems. Among the embedding algorithms, random walk-based algorithms have proven to be very successful. These algorithms collect information by creating numerous random walks with a redefined number of steps. Creating random walks is the most demanding part of the embedding process. The computation demand increases with the size of the network. Moreover, for real-world networks, considering all nodes on the same footing, the abundance of low-degree nodes creates an imbalanced data problem. In this work, a computationally less intensive and node connectivity aware uniform sampling method is proposed. In the proposed method, the number of random walks is created proportionally with the degree of the node. The advantages…
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
TopicsComplex Network Analysis Techniques · Advanced Graph Neural Networks
MethodsAttentive Walk-Aggregating Graph Neural Network
