TL;DR
This paper investigates the complexity of estimating conflicting edges in graph coloring within one-pass streaming models, revealing that random order streams enable more effective algorithms and establishing bounds for different streaming variants.
Contribution
It introduces the Conflict-Est problem in streaming graph coloring, develops algorithms exploiting random order properties, and provides lower bounds, highlighting the advantage of the random order model.
Findings
Algorithms perform better in the random order model.
Matching lower bounds are established for most cases.
Clear separation of power favors the random order model.
Abstract
We study a graph coloring problem that is otherwise easy but becomes quite non-trivial in the one-pass streaming model. In contrast to previous graph coloring problems in streaming that try to find an assignment of colors to vertices, our main work is on estimating the number of conflicting or monochromatic edges given a coloring function that is streaming along with the graph; we call the problem {\sc Conflict-Est}. The coloring function on a vertex can be read or accessed only when the vertex is revealed in the stream. If we need the color on a vertex that has streamed past, then that color, along with its vertex, has to be stored explicitly. We provide algorithms for a graph that is streaming in different variants of the one-pass vertex arrival streaming model, viz. the {\sc Vertex Arrival} ({\sc VA}), {Vertex Arrival With Degree Oracle} ({\sc VAdeg}), {\sc Vertex Arrival in Random…
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
Even the Easiest(?) Graph Coloring Problem is not Easy in Streaming!· youtube
