New Approximation Bounds for Small-Set Vertex Expansion

November 28, 2023 Β· Declared Dead Β· πŸ› arXiv.org

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Suprovat Ghoshal, Anand Louis arXiv ID 2311.17001 Category cs.DS: Data Structures & Algorithms Citations 0 Venue arXiv.org Last Checked 5 months ago
Abstract
The vertex expansion of the graph is a fundamental graph parameter. Given a graph $G=(V,E)$ and a parameter $Ξ΄\in (0,1/2]$, its $Ξ΄$-Small-Set Vertex Expansion (SSVE) is defined as \[ \min_{S : |S| = Ξ΄|V|} \frac{|{\partial^V(S)}|}{ \min \{ |S|, |S^c| \} } \] where $\partial^V(S)$ is the vertex boundary of a set $S$. The SSVE~problem, in addition to being of independent interest as a natural graph partitioning problem, is also of interest due to its connections to the Strong Unique Games problem. We give a randomized algorithm running in time $n^{{\sf poly}(1/Ξ΄)}$, which outputs a set $S$ of size $Θ(Ξ΄n)$, having vertex expansion at most \[ \max\left(O(\sqrt{Ο†^* \log d \log (1/Ξ΄)}) , \tilde{O}(d\log^2(1/Ξ΄)) \cdot Ο†^* \right), \] where $d$ is the largest vertex degree of the graph, and $Ο†^*$ is the optimal $Ξ΄$-SSVE. The previous best-known guarantees for this were the bi-criteria bounds of $\tilde{O}(1/Ξ΄)\sqrt{Ο†^* \log d}$ and $\tilde{O}(1/Ξ΄)Ο†^* \sqrt{\log n}$ due to Louis-Makarychev [TOC'16]. Our algorithm uses the basic SDP relaxation of the problem augmented with ${\rm poly}(1/Ξ΄)$ rounds of the Lasserre/SoS hierarchy. Our rounding algorithm is a combination of the rounding algorithms of Raghavendra-Tan [SODA'12] and Austrin-Benabbas-Georgiou [SODA'13]. A key component of our analysis is novel Gaussian rounding lemma for hyperedges which might be of independent interest.
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