Near-optimal Size Linear Sketches for Hypergraph Cut Sparsifiers

July 04, 2024 Β· Declared Dead Β· πŸ› IEEE Annual Symposium on Foundations of Computer Science

πŸ‘» 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 L. Putterman, Madhu Sudan arXiv ID 2407.03934 Category cs.DS: Data Structures & Algorithms Citations 7 Venue IEEE Annual Symposium on Foundations of Computer Science Last Checked 4 months ago
Abstract
A $(1 \pm Ξ΅)$-sparsifier of a hypergraph $G(V,E)$ is a (weighted) subgraph that preserves the value of every cut to within a $(1 \pm Ξ΅)$-factor. It is known that every hypergraph with $n$ vertices admits a $(1 \pm Ξ΅)$-sparsifier with $\tilde{O}(n/Ξ΅^2)$ hyperedges. In this work, we explore the task of building such a sparsifier by using only linear measurements (a \emph{linear sketch}) over the hyperedges of $G$, and provide nearly-matching upper and lower bounds for this task. Specifically, we show that there is a randomized linear sketch of size $\widetilde{O}(n r \log(m) / Ξ΅^2)$ bits which with high probability contains sufficient information to recover a $(1 \pm Ξ΅)$ cut-sparsifier with $\tilde{O}(n/Ξ΅^2)$ hyperedges for any hypergraph with at most $m$ edges each of which has arity bounded by $r$. This immediately gives a dynamic streaming algorithm for hypergraph cut sparsification with an identical space complexity, improving on the previous best known bound of $\widetilde{O}(n r^2 \log^4(m) / Ξ΅^2)$ bits of space (Guha, McGregor, and Tench, PODS 2015). We complement our algorithmic result above with a nearly-matching lower bound. We show that for every $Ξ΅\in (0,1)$, one needs $Ξ©(nr \log(m/n) / \log(n))$ bits to construct a $(1 \pm Ξ΅)$-sparsifier via linear sketching, thus showing that our linear sketch achieves an optimal dependence on both $r$ and $\log(m)$.
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