Max Cut and the Smallest Eigenvalue
Luca Trevisan

TL;DR
This paper introduces a spectral partitioning-based approximation algorithm for Max Cut that runs in nearly quadratic time, achieving over 53% approximation ratio and effectively handling instances close to optimal solutions.
Contribution
It presents a novel spectral partitioning method for Max Cut with nearly linear time complexity, improving approximation ratios for near-optimal instances.
Findings
Achieves a 0.531 approximation ratio in ilde O(n^2) time.
Finds solutions close to optimal in graphs with high edge cut fractions.
Provides a spectral approach analogous to Cheeger's inequality for the smallest eigenvalue.
Abstract
We describe a new approximation algorithm for Max Cut. Our algorithm runs in time, where is the number of vertices, and achieves an approximation ratio of . On instances in which an optimal solution cuts a fraction of edges, our algorithm finds a solution that cuts a fraction of edges. Our main result is a variant of spectral partitioning, which can be implemented in nearly linear time. Given a graph in which the Max Cut optimum is a fraction of edges, our spectral partitioning algorithm finds a set of vertices and a bipartition of such that at least a fraction of the edges incident on have one endpoint in and one endpoint in . (This can be seen as an analog of Cheeger's inequality for the smallest eigenvalue of the adjacency matrix of a graph.)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Computational Geometry and Mesh Generation · Advanced Graph Theory Research
