English

Scalable Algorithms for Laplacian Pseudo-inverse Computation

Data Structures and Algorithms 2023-11-20 v1

Abstract

The pseudo-inverse of a graph Laplacian matrix, denoted as LL^\dagger, finds extensive application in various graph analysis tasks. Notable examples include the calculation of electrical closeness centrality, determination of Kemeny's constant, and evaluation of resistance distance. However, existing algorithms for computing LL^\dagger are often computationally expensive when dealing with large graphs. To overcome this challenge, we propose novel solutions for approximating LL^\dagger by establishing a connection with the inverse of a Laplacian submatrix LvL_v. This submatrix is obtained by removing the vv-th row and column from the original Laplacian matrix LL. The key advantage of this connection is that Lv1L_v^{-1} exhibits various interesting combinatorial interpretations. We present two innovative interpretations of Lv1L_v^{-1} based on spanning trees and loop-erased random walks, which allow us to develop efficient sampling algorithms. Building upon these new theoretical insights, we propose two novel algorithms for efficiently approximating both electrical closeness centrality and Kemeny's constant. We extensively evaluate the performance of our algorithms on five real-life datasets. The results demonstrate that our novel approaches significantly outperform the state-of-the-art methods by several orders of magnitude in terms of both running time and estimation errors for these two graph analysis tasks. To further illustrate the effectiveness of electrical closeness centrality and Kemeny's constant, we present two case studies that showcase the practical applications of these metrics.

Keywords

Cite

@article{arxiv.2311.10290,
  title  = {Scalable Algorithms for Laplacian Pseudo-inverse Computation},
  author = {Meihao Liao and Rong-Hua Li and Qiangqiang Dai and Hongyang Chen and Guoren Wang},
  journal= {arXiv preprint arXiv:2311.10290},
  year   = {2023}
}
R2 v1 2026-06-28T13:23:56.555Z