English

Local Algorithms for Estimating Effective Resistance

Data Structures and Algorithms 2021-06-08 v1 Machine Learning Social and Information Networks

Abstract

Effective resistance is an important metric that measures the similarity of two vertices in a graph. It has found applications in graph clustering, recommendation systems and network reliability, among others. In spite of the importance of the effective resistances, we still lack efficient algorithms to exactly compute or approximate them on massive graphs. In this work, we design several \emph{local algorithms} for estimating effective resistances, which are algorithms that only read a small portion of the input while still having provable performance guarantees. To illustrate, our main algorithm approximates the effective resistance between any vertex pair s,ts,t with an arbitrarily small additive error ε\varepsilon in time O(poly(logn/ε))O(\mathrm{poly}(\log n/\varepsilon)), whenever the underlying graph has bounded mixing time. We perform an extensive empirical study on several benchmark datasets, validating the performance of our algorithms.

Keywords

Cite

@article{arxiv.2106.03476,
  title  = {Local Algorithms for Estimating Effective Resistance},
  author = {Pan Peng and Daniel Lopatta and Yuichi Yoshida and Gramoz Goranci},
  journal= {arXiv preprint arXiv:2106.03476},
  year   = {2021}
}

Comments

KDD 2021

R2 v1 2026-06-24T02:54:16.210Z