Near-optimal Hypergraph Sparsification in Insertion-only and Bounded-deletion Streams

April 22, 2025 Β· Declared Dead Β· πŸ› International Colloquium on Automata, Languages and Programming

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Sanjeev Khanna, Aaron Putterman, Madhu Sudan arXiv ID 2504.16321 Category cs.DS: Data Structures & Algorithms Citations 3 Venue International Colloquium on Automata, Languages and Programming Last Checked 4 months ago
Abstract
We study the problem of constructing hypergraph cut sparsifiers in the streaming model where a hypergraph on $n$ vertices is revealed either via an arbitrary sequence of hyperedge insertions alone ({\em insertion-only} streaming model) or via an arbitrary sequence of hyperedge insertions and deletions ({\em dynamic} streaming model). For any $Ξ΅\in (0,1)$, a $(1 \pm Ξ΅)$ hypergraph cut-sparsifier of a hypergraph $H$ is a reweighted subgraph $H'$ whose cut values approximate those of $H$ to within a $(1 \pm Ξ΅)$ factor. Prior work shows that in the static setting, one can construct a $(1 \pm Ξ΅)$ hypergraph cut-sparsifier using $\tilde{O}(nr/Ξ΅^2)$ bits of space [Chen-Khanna-Nagda FOCS 2020], and in the setting of dynamic streams using $\tilde{O}(nr\log m/Ξ΅^2)$ bits of space [Khanna-Putterman-Sudan FOCS 2024]; here the $\tilde{O}$ notation hides terms that are polylogarithmic in $n$, and we use $m$ to denote the total number of hyperedges in the hypergraph. Up until now, the best known space complexity for insertion-only streams has been the same as that for the dynamic streams. This naturally poses the question of understanding the complexity of hypergraph sparsification in insertion-only streams. Perhaps surprisingly, in this work we show that in \emph{insertion-only} streams, a $(1 \pm Ξ΅)$ cut-sparsifier can be computed in $\tilde{O}(nr/Ξ΅^2)$ bits of space, \emph{matching the complexity} of the static setting. As a consequence, this also establishes an $Ξ©(\log m)$ factor separation between the space complexity of hypergraph cut sparsification in insertion-only streams and dynamic streams, as the latter is provably known to require $Ξ©(nr \log m)$ bits of space.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted