Hybrid Sketching Methods for Dynamic Connectivity on Sparse Graphs
Quinten De Man, Gilvir Gill, Michael A. Bender, Laxman Dhulipala, David Tench

TL;DR
This paper introduces hybrid sketching algorithms that efficiently solve dynamic connectivity in real-world graphs by combining lossless and sketch-based methods, achieving significant space savings.
Contribution
It presents novel hybrid algorithms and BalloonSketch, enabling space-efficient dynamic connectivity solutions that adapt to graph density, outperforming previous methods.
Findings
Hybrid algorithms match theoretical bounds on sparse and dense graphs.
HybridSCALE saves up to 97% space on dense graphs.
BalloonSketch reduces per-vertex sketch sizes by up to 8x.
Abstract
Dynamic connectivity is a fundamental dynamic graph problem, and recent algorithmic breakthroughs on dynamic graph sketching have reshaped what is theoretically possible: by encoding the graph as per-vertex linear sketches, these algorithms solve dynamic connectivity in only space, independent of the number of edges,outperforming lossless -space structures that grow as the graph becomes denser. Prior to this work, no practical dynamic connectivity algorithm has been able to translate these theoretical breakthroughs into space savings on real-world graphs. The main obstacle is that per-vertex sketches cost thousands of bytes per vertex, so sketching only pays off once the graph becomes extremely dense. We observe that sparse real-world graphs are often not uniformly sparse, these graphs can contain dense cores on a small subset of vertices that account…
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.
