Node Embedding for Homophilous Graphs with ARGEW: Augmentation of Random walks by Graph Edge Weights

08/11/2023
by   Jun Hee Kim, et al.
0

Representing nodes in a network as dense vectors node embeddings is important for understanding a given network and solving many downstream tasks. In particular, for weighted homophilous graphs where similar nodes are connected with larger edge weights, we desire node embeddings where node pairs with strong weights have closer embeddings. Although random walk based node embedding methods like node2vec and node2vec+ do work for weighted networks via including edge weights in the walk transition probabilities, our experiments show that the embedding result does not adequately reflect edge weights. In this paper, we propose ARGEW (Augmentation of Random walks by Graph Edge Weights), a novel augmentation method for random walks that expands the corpus in such a way that nodes with larger edge weights end up with closer embeddings. ARGEW can work with any random walk based node embedding method, because it is independent of the random sampling strategy itself and works on top of the already-performed walks. With several real-world networks, we demonstrate that with ARGEW, compared to not using it, the desired pattern that node pairs with larger edge weights have closer embeddings is much clearer. We also examine ARGEW's performance in node classification: node2vec with ARGEW outperforms pure node2vec and is not sensitive to hyperparameters (i.e. consistently good). In fact, it achieves similarly good results as supervised GCN, even without any node feature or label information during training. Finally, we explain why ARGEW works consistently well by exploring the coappearance distributions using a synthetic graph with clear structural roles.

READ FULL TEXT

page 5

page 7

research
09/15/2021

Accurately Modeling Biased Random Walks on Weighted Graphs Using Node2vec+

Node embedding is a powerful approach for representing the structural ro...
research
01/22/2022

BiasedWalk: Learning Global-aware Node Embeddings via Biased Sampling

Popular node embedding methods such as DeepWalk follow the paradigm of p...
research
04/09/2020

Towards Exploiting Implicit Human Feedback for Improving RDF2vec Embeddings

RDF2vec is a technique for creating vector space embeddings from an RDF ...
research
03/28/2023

Distributed Graph Embedding with Information-Oriented Random Walks

Graph embedding maps graph nodes to low-dimensional vectors, and is wide...
research
12/01/2021

Closeness Centrality via the Condorcet Principle

We uncover a new relation between Closeness centrality and the Condorcet...
research
09/21/2020

div2vec: Diversity-Emphasized Node Embedding

Recently, the interest of graph representation learning has been rapidly...
research
10/29/2020

Identifying Transition States of Chemical Kinetic Systems using Network Embedding Techniques

Using random walk sampling methods for feature learning on networks, we ...

Please sign up or login with your details

Forgot password? Click here to reset