Maintaining Expander Decompositions via Sparse Cuts

April 05, 2022 Β· Declared Dead Β· πŸ› ACM-SIAM Symposium on Discrete Algorithms

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Yiding Hua, Rasmus Kyng, Maximilian Probst Gutenberg, Zihang Wu arXiv ID 2204.02519 Category cs.DS: Data Structures & Algorithms Citations 9 Venue ACM-SIAM Symposium on Discrete Algorithms Last Checked 4 months ago
Abstract
In this article, we show that the algorithm of maintaining expander decompositions in graphs undergoing edge deletions directly by removing sparse cuts repeatedly can be made efficient. Formally, for an $m$-edge undirected graph $G$, we say a cut $(S, \overline{S})$ is $Ο†$-sparse if $|E_G(S, \overline{S})| < Ο†\cdot \min\{vol_G(S), vol_G(\overline{S})\}$. A $Ο†$-expander decomposition of $G$ is a partition of $V$ into sets $X_1, X_2, \ldots, X_k$ such that each cluster $G[X_i]$ contains no $Ο†$-sparse cut (meaning it is a $Ο†$-expander) with $\tilde{O}(Ο†m)$ edges crossing between clusters. A natural way to compute a $Ο†$-expander decomposition is to decompose clusters by $Ο†$-sparse cuts until no such cut is contained in any cluster. We show that even in graphs undergoing edge deletions, a slight relaxation of this meta-algorithm can be implemented efficiently with amortized update time $m^{o(1)}/Ο†^2$. Our approach naturally extends to maintaining directed $Ο†$-expander decompositions and $Ο†$-expander hierarchies and thus gives a unifying framework while having simpler proofs than previous state-of-the-art work. In all settings, our algorithm matches the run-times of previous algorithms up to subpolynomial factors. Moreover, our algorithm provides stronger guarantees for $Ο†$-expander decompositions. For example, for graphs undergoing edge deletions, our approach is the first to maintain a dynamic expander decomposition where each updated decomposition is a refinement of the previous decomposition, and our approach is the first to guarantee a sublinear $Ο†m^{1+o(1)}$ bound on the total number of edges that cross between clusters across the entire sequence of dynamic updates.
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