Bidirectional group random walk based network embedding for asymmetric proximity
Jiawei Shen, Xincheng Shu, Hu Yang

TL;DR
This paper introduces BiGRW, a bidirectional random walk based network embedding method that effectively captures asymmetric relationships in networks by modeling neighbor distributions in both directions separately, with improved performance on classification and clustering tasks.
Contribution
The paper proposes a novel bidirectional group random walk approach (BiGRW) that separately models forward and backward neighbor distributions to better capture asymmetric network structures.
Findings
BiGRW outperforms existing methods on node classification.
BiGRW-AT effectively incorporates node attributes.
The sampling strategy balances BFS and DFS for improved embeddings.
Abstract
Network embedding aims to represent a network into a low dimensional space where the network structural information and inherent properties are maximumly preserved. Random walk based network embedding methods such as DeepWalk and node2vec have shown outstanding performance in the aspect of preserving the network topological structure. However, these approaches either predict the distribution of a node's neighbors in both direction together, which makes them unable to capture any asymmetric relationship in a network; or preserve asymmetric relationship in only one direction and hence lose the one in another direction. To address these limitations, we propose bidirectional group random walk based network embedding method (BiGRW), which treats the distributions of a node's neighbors in the forward and backward direction in random walks as two different asymmetric network structural…
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 · Domain Adaptation and Few-Shot Learning
