The Power of Vertex Sparsifiers in Dynamic Graph Algorithms
Gramoz Goranci, Monika Henzinger, Pan Peng

TL;DR
This paper introduces a novel framework leveraging vertex sparsification to develop efficient dynamic graph algorithms for minor-free graphs, achieving improved update and query times for problems like electrical flow energy, max flow, and shortest paths.
Contribution
It establishes a new connection between dynamic graph algorithms and vertex sparsification, providing the first systematic approach with concrete algorithms and bounds for minor-free graphs.
Findings
Developed a Monte Carlo randomized algorithm for electrical flow approximation with sublinear update time.
Extended the framework to handle minor-free graphs with similar efficiency guarantees.
Provided bounds for maintaining electrical flow energy in incremental subgraph models.
Abstract
We introduce a new algorithmic framework for designing dynamic graph algorithms in minor-free graphs, by exploiting the structure of such graphs and a tool called vertex sparsification, which is a way to compress large graphs into small ones that well preserve relevant properties among a subset of vertices and has previously mainly been used in the design of approximation algorithms. Using this framework, we obtain a Monte Carlo randomized fully dynamic algorithm for -approximating the energy of electrical flows in -vertex planar graphs with worst-case update time and worst-case query time, for any larger than some constant. For , this gives update time and query time. We also extend this…
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 · Machine Learning and Algorithms · Markov Chains and Monte Carlo Methods
