Polynomial Pass Semi-Streaming Lower Bounds for K-Cores and Degeneracy
Sepehr Assadi, Prantar Ghosh, Bruno Loff, Parth Mittal, Sagnik Mukhopadhyay
TL;DR
The paper establishes polynomial-pass lower bounds for exact k-core computation and graph degeneracy in semi-streaming, answering whether natural not-too-hard problems can resist near-linear-pass solutions. The authors develop a reduction framework from MultiHPC to degeneracy, augmented by optimal HC/HPC bounds based on triangular discrimination, to show that any p-pass semi-streaming algorithm must use space Ω($n^2/p^3$) (thus Ω($n^{1/3}$) for semi-streaming). They also provide near-linear two-party communication upper bounds for degeneracy/k-core via carefully designed peeling-based protocols, proving tightness of the lower bounds. A central technical advance is replacing TV distance with positive triangular discrimination to close the long-standing gap in pointer-chasing style lower bounds, enabling stronger polynomial-pass results. Together, these results reveal natural graph problems that inherently require many passes in semi-streaming despite near-linear communication possibilities, and they introduce robust reduction machinery applicable to other not-too-hard problems.
Abstract
The following question arises naturally in the study of graph streaming algorithms: "Is there any graph problem which is "not too hard", in that it can be solved efficiently with total communication (nearly) linear in the number $n$ of vertices, and for which, nonetheless, any streaming algorithm with $\tilde{O}(n)$ space (i.e., a semi-streaming algorithm) needs a polynomial $n^{Ω(1)}$ number of passes?" Assadi, Chen, and Khanna [STOC 2019] were the first to prove that this is indeed the case. However, the lower bounds that they obtained are for rather non-standard graph problems. Our first main contribution is to present the first polynomial-pass lower bounds for natural "not too hard" graph problems studied previously in the streaming model: $k$-cores and degeneracy. We devise a novel communication protocol for both problems with near-linear communication, thus showing that $k$-cores and degeneracy are natural examples of "not too hard" problems. Indeed, previous work have developed single-pass semi-streaming algorithms for approximating these problems. In contrast, we prove that any semi-streaming algorithm for exactly solving these problems requires (almost) $Ω(n^{1/3})$ passes. Our second main contribution is improved round-communication lower bounds for the underlying communication problems at the basis of these reductions: * We improve the previous lower bound of Assadi, Chen, and Khanna for hidden pointer chasing (HPC) to achieve optimal bounds. * We observe that all current reductions from HPC can also work with a generalized version of this problem that we call MultiHPC, and prove an even stronger and optimal lower bound for this generalization. These two results collectively allow us to improve the resulting pass lower bounds for semi-streaming algorithms by a polynomial factor, namely, from $n^{1/5}$ to $n^{1/3}$ passes.
