English

Approximating Non-Uniform Sparsest Cut via Generalized Spectra

Data Structures and Algorithms 2015-03-19 v4

Abstract

We give an approximation algorithm for non-uniform sparsest cut with the following guarantee: For any ϵ,δ(0,1)\epsilon,\delta \in (0,1), given cost and demand graphs with edge weights C,DC, D respectively, we can find a set TVT\subseteq V with C(T,VT)D(T,VT)\frac{C(T,V\setminus T)}{D(T,V\setminus T)} at most 1+ϵδ\frac{1+\epsilon}{\delta} times the optimal non-uniform sparsest cut value, in time 2r/(δϵ)\poly(n)2^{r/(\delta\epsilon)}\poly(n) provided λrΦ/(1δ)\lambda_r \ge \Phi^*/(1-\delta). Here λr\lambda_r is the rr'th smallest generalized eigenvalue of the Laplacian matrices of cost and demand graphs; C(T,VT)C(T,V\setminus T) (resp. D(T,VT)D(T,V\setminus T)) is the weight of edges crossing the (T,VT)(T,V\setminus T) cut in cost (resp. demand) graph and Φ\Phi^* is the sparsity of the optimal cut. In words, we show that the non-uniform sparsest cut problem is easy when the generalized spectrum grows moderately fast. To the best of our knowledge, there were no results based on higher order spectra for non-uniform sparsest cut prior to this work. Even for uniform sparsest cut, the quantitative aspects of our result are somewhat stronger than previous methods. Similar results hold for other expansion measures like edge expansion, normalized cut, and conductance, with the rr'th smallest eigenvalue of the normalized Laplacian playing the role of λr\lambda_r in the latter two cases. Our proof is based on an l1-embedding of vectors from a semi-definite program from the Lasserre hierarchy. The embedded vectors are then rounded to a cut using standard threshold rounding. We hope that the ideas connecting 1\ell_1-embeddings to Lasserre SDPs will find other applications. Another aspect of the analysis is the adaptation of the column selection paradigm from our earlier work on rounding Lasserre SDPs [GS11] to pick a set of edges rather than vertices. This feature is important in order to extend the algorithms to non-uniform sparsest cut.

Keywords

Cite

@article{arxiv.1112.4109,
  title  = {Approximating Non-Uniform Sparsest Cut via Generalized Spectra},
  author = {Venkatesan Guruswami and Ali Kemal Sinop},
  journal= {arXiv preprint arXiv:1112.4109},
  year   = {2015}
}

Comments

16 pages

R2 v1 2026-06-21T19:53:16.194Z