Independent Sets in Vertex-Arrival Streams
Graham Cormode, Jacques Dark, Christian Konrad

TL;DR
This paper investigates the space complexity of finding maximal and maximum independent sets in different graph streaming models, revealing that these problems remain space-intensive even under models that simplify input access.
Contribution
The paper establishes tight space bounds for MIS in explicit and implicit vertex stream models, showing minimal ease over the edge-arrival model, and introduces a new multi-party communication problem for proofs.
Findings
Maximal independent set requires quadratic space in edge streams.
Approximate MIS in explicit vertex streams still demands near-quadratic space.
New bounds for intersection graph problems in geometric and implicit models.
Abstract
We consider the classic maximal and maximum independent set problems in three models of graph streams: In the edge-arrival model we see a stream of edges which collectively define a graph, this model has been well-studied for a variety of problems. We first show that the space complexity for a one-pass streaming algorithm to find a maximal independent set is quadratic (i.e. we must store all edges). We further show that the problem does not become much easier if we only require approximate maximality. In the "explicit" vertex stream model, the input stream is a sequence of vertices making up the graph, where every vertex arrives along with its incident edges that connect to previously arrived vertices. Various graph problems require substantially less space to solve in this setting than for edge-arrival streams. We show that every one-pass -approximation algorithm for maximum…
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.
