Accurately Modeling Biased Random Walks on Weighted Graphs Using
Node embedding is a powerful approach for representing the structural role of each node in a graph. is a widely used method for node embedding that works by exploring the local neighborhoods via biased random walks on the graph. However, does not consider edge weights when computing walk biases. This intrinsic limitation prevents from leveraging all the information in weighted graphs and, in turn, limits its application to many real-world networks that are weighted and dense. Here, we naturally extend to in a way that accounts for edge weights when calculating walk biases, but which reduces to in the cases of unweighted graphs or unbiased walks. We empirically show that is more robust to additive noise than in weighted graphs using two synthetic datasets. We also demonstrate that significantly outperforms on a commonly benchmarked multi-label dataset (Wikipedia). Furthermore, we test against GCN and GraphSAGE using various challenging gene classification tasks on two protein-protein interaction networks. Despite some clear advantages of GCN and GraphSAGE, they show comparable performance with . Finally, can be used as a general approach for generating biased random walks, benefiting all existing methods built on top of . is implemented as part of , which is available at https://github.com/krishnanlab/PecanPy .
View on arXiv