paper-with-me

홈 › Papers

Efficient Algorithms for Computing Random Walk Centrality

2025-10-23 · Changan Liu, Zixuan Xie, Ahad N. Zehmakan, Zhongzhi Zhang arxiv

Random walk centrality is a fundamental metric in graph mining for quantifying node importance and influence, defined as the weighted average of hitting times to a node from all other nodes. Despite its ability to capture rich graph structural information and its wide range of applications, computing this measure for large networks remains impractical due to the computational demands of existing methods. In this paper, we present a novel formulation of random walk centrality, underpinning two scalable algorithms: one leveraging approximate Cholesky factorization and sparse inverse estimation, while the other sampling rooted spanning trees. Both algorithms operate in near-linear time and provide strong approximation guarantees. Extensive experiments on large real-world networks, including one with over 10 million nodes, demonstrate the efficiency and approximation quality of the proposed algorithms.

📄 PDF Abstract BibTeX arXiv:2510.20604

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Temporal Walk Centrality: Ranking Nodes in Evolving Networks

2022-02-08 · Lutz Oettershagen, Petra Mutzel, Nils M. Kriege

We propose the Temporal Walk Centrality, which quantifies the importance of a node by measuring its ability to obtain and distribute information in a temporal network. In contrast to the widely-used betweenness centralit…

Closeness Centrality via the Condorcet Principle

2021-12-01 · Oskar Skibski

We uncover a new relation between Closeness centrality and the Condorcet principle. We define a Condorcet winner in a graph as a node that compared to any other node is closer to more nodes. In other words, if we assume …

Strong and Weak Random Walks on Signed Networks

2024-06-12 · Shazia'Ayn Babul, Yu Tian, Renaud Lambiotte

Random walks play an important role in probing the structure of complex networks. On traditional networks, they can be used to extract community structure, understand node centrality, perform link prediction, or capture …

Link Prediction

Spiking Neural Algorithms for Markov Process Random Walk

2018-05-01 · William Severa, Rich Lehoucq, Ojas Parekh, James B. Aimone

The random walk is a fundamental stochastic process that underlies many numerical tasks in scientific computing applications. We consider here two neural algorithms that can be used to efficiently implement random walks …

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