Fully Dynamic Effective Resistances
David Durfee, Yu Gao, Gramoz Goranci, Richard Peng

TL;DR
This paper introduces a fully dynamic data structure for maintaining approximate all-pairs effective resistances in graphs, enabling efficient updates and queries in complex network scenarios.
Contribution
It presents the first fully dynamic algorithm with sublinear update time for maintaining approximate effective resistances using a novel vertex resistance sparsifier approach.
Findings
Achieves ( m^{4/5} psilon^{-4} ) expected amortized update and query time.
Maintains a dynamic Schur complement via random walks and vertex subset sampling.
Provides a new local representation of vertex sparsifiers that may be of independent interest.
Abstract
In this paper we consider the \emph{fully-dynamic} All-Pairs Effective Resistance problem, where the goal is to maintain effective resistances on a graph among any pair of query vertices under an intermixed sequence of edge insertions and deletions in . The effective resistance between a pair of vertices is a physics-motivated quantity that encapsulates both the congestion and the dilation of a flow. It is directly related to random walks, and it has been instrumental in the recent works for designing fast algorithms for combinatorial optimization problems, graph sparsification, and network science. We give a data-structure that maintains -approximations to all-pair effective resistances of a fully-dynamic unweighted, undirected multi-graph with expected amortized update and query time, against an oblivious adversary. Key to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Optimization and Search Problems
