Superlinear lower bounds for multipass graph processing
Venkatesan Guruswami, Krzysztof Onak

TL;DR
This paper establishes superlinear space lower bounds for multipass streaming algorithms solving fundamental graph problems, using communication complexity techniques and novel information cost bounds.
Contribution
It introduces new superlinear lower bounds for p-pass streaming algorithms on key graph problems, advancing understanding of space complexity in streaming models.
Findings
Proves lower bounds of n^{1+Ω(1/p)}/p^{O(1)} for multiple graph problems
Develops a communication complexity lower bound for a graph distance intersection game
Establishes an information cost lower bound for a decision pointer chasing problem
Abstract
We prove lower bounds for the space complexity of -pass streaming algorithms solving the following problems on -vertex graphs: * testing if an undirected graph has a perfect matching (this implies lower bounds for computing a maximum matching or even just the maximum matching size), * testing if two specific vertices are at distance at most in an undirected graph, * testing if there is a directed path from to for two specific vertices and in a directed graph. Prior to our result, it was known that these problems require space in one pass, but no lower bound was known for any . These streaming results follow from a communication complexity lower bound for a communication game in which the players hold two graphs on the same set of vertices. The task of the players is to find out…
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
Superlinear Lower Bounds for Multipass Graph Processing· youtube
Taxonomy
TopicsComplexity and Algorithms in Graphs · Cryptography and Data Security · Advanced Graph Theory Research
