Improved Algorithms for Effective Resistance Computation on Graphs

July 07, 2025 Β· Declared Dead Β· πŸ› Annual Conference Computational Learning Theory

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Yichun Yang, Rong-Hua Li, Meihao Liao, Guoren Wang arXiv ID 2507.04674 Category cs.DS: Data Structures & Algorithms Citations 2 Venue Annual Conference Computational Learning Theory Last Checked 4 months ago
Abstract
Effective Resistance (ER) is a fundamental tool in various graph learning tasks. In this paper, we address the problem of efficiently approximating ER on a graph $\mathcal{G}=(\mathcal{V},\mathcal{E})$ with $n$ vertices and $m$ edges. First, we focus on local online-computation algorithms for ER approximation, aiming to improve the dependency on the approximation error parameter $Ξ΅$. Specifically, for a given vertex pair $(s,t)$, we propose a local algorithm with a time complexity of $\tilde{O}(\sqrt{d}/Ξ΅)$ to compute an $Ξ΅$-approximation of the $s,t$-ER value for expander graphs, where $d=\min \{d_s,d_t\}$. This improves upon the previous state-of-the-art, including an $\tilde{O}(1/Ξ΅^2)$ time algorithm based on random walk sampling by Andoni et al. (ITCS'19) and Peng et al. (KDD'21). Our method achieves this improvement by combining deterministic search with random walk sampling to reduce variance. Second, we establish a lower bound for ER approximation on expander graphs. We prove that for any $Ξ΅\in (0,1)$, there exist an expander graph and a vertex pair $(s,t)$ such that any local algorithm requires at least $Ξ©(1/Ξ΅)$ time to compute the $Ξ΅$-approximation of the $s,t$-ER value. Finally, we extend our techniques to index-based algorithms for ER computation. We propose an algorithm with $\tilde{O}(\min \{m+n/Ξ΅^{1.5},\sqrt{nm}/Ξ΅\})$ processing time, $\tilde{O}(n/Ξ΅)$ space complexity and $O(1)$ query complexity, which returns an $Ξ΅$-approximation of the $s,t$-ER value for any $s,t\in \mathcal{V}$ for expander graphs. Our approach improves upon the state-of-the-art $\tilde{O}(m/Ξ΅)$ processing time by Dwaraknath et al. (NeurIPS'24) and the $\tilde{O}(m+n/Ξ΅^2)$ processing time by Li and Sachdeva (SODA'23).
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted