paper-with-me

홈 › Papers

A Preference Random Walk Algorithm for Link Prediction through Mutual Influence Nodes in Complex Networks

2021-05-20 · Kamal Berahmand, Elahe Nasiri, Saman Forouzandeh, Yuefeng Li

Predicting links in complex networks has been one of the essential topics within the realm of data mining and science discovery over the past few years. This problem remains an attempt to identify future, deleted, and redundant links using the existing links in a graph. Local random walk is considered to be one of the most well-known algorithms in the category of quasi-local methods. It traverses the network using the traditional random walk with a limited number of steps, randomly selecting one adjacent node in each step among the nodes which have equal importance. Then this method uses the transition probability between node pairs to calculate the similarity between them. However, in most datasets, this method is not able to perform accurately in scoring remarkably similar nodes. In the present article, an efficient method is proposed for improving local random walk by encouraging random walk to move, in every step, towards the node which has a stronger influence. Therefore, the next node is selected according to the influence of the source node. To do so, using mutual information, the concept of the asymmetric mutual influence of nodes is presented. A comparison between the proposed method and other similarity-based methods (local, quasi-local, and global) has been performed, and results have been reported for 11 real-world networks. It had a higher prediction accuracy compared with other link prediction approaches.

📄 PDF Abstract BibTeX arXiv:2105.09494

Code (0)

등록된 구현이 없습니다.

Tasks

Link Prediction

Similar Papers 제목 키워드 기반

Vertex-reinforced Random Walk for Network Embedding

2020-02-11 · Wenyi Xiao, Huan Zhao, Vincent W. Zheng, Yangqiu Song

In this paper, we study the fundamental problem of random walk for network embedding. We propose to use non-Markovian random walk, variants of vertex-reinforced random walk (VRRW), to fully use the history of a random wa…

Link PredictionNetwork EmbeddingNode Classification

TPM: Transition Probability Matrix -- Graph Structural Feature based Embedding

2022-08-07 · Sarmad N. Mohammed, Semra Gündüç

In this work, Transition Probability Matrix (TPM) is proposed as a new method for extracting the features of nodes in the graph. The proposed method uses random walks to capture the connectivity structure of a node's clo…

Link PredictionNode Classification

Random Walks: A Review of Algorithms and Applications

2020-08-09 · Feng Xia, Jiaying Liu, Hansong Nie, Yonghao Fu 외

A random walk is known as a random process which describes a path including a succession of random steps in the mathematical space. It has increasingly been popular in various disciplines such as mathematics and computer…

Link PredictionNetwork Embedding

CrossWalk: Fairness-enhanced Node Representation Learning

2021-05-06 · Ahmad Khajehnejad, Moein Khajehnejad, Mahmoudreza Babaei, Krishna P. Gummadi 외

The potential for machine learning systems to amplify social inequities and unfairness is receiving increasing popular and academic attention. Much recent work has focused on developing algorithmic tools to assess and mi…

FairnessLink PredictionNode ClassificationRepresentation Learning

Neural Link Prediction with Walk Pooling

2021-10-08 · ICLR 2022 4 · Liming Pan, Cheng Shi, Ivan Dokmanić

Graph neural networks achieve high accuracy in link prediction by jointly leveraging graph topology and node attributes. Topology, however, is represented indirectly; state-of-the-art methods based on subgraph classifica…

Link PredictionPrediction