A Faster Algorithm for Max Cut in Dense Graphs
Arijit Ghosh, Gopinath Mishra, Rahul Raychaudhury, Sayantan Sen

TL;DR
This paper introduces a faster approximation algorithm for Max Cut in dense graphs, significantly reducing sample and query complexities compared to previous methods, and improving the time complexity of related algorithms.
Contribution
The work presents the first improvements in sample and query complexities for Max Cut approximation in over a decade, and enhances the time complexity of existing algorithms.
Findings
Reduced sample complexity to O(1/ε^3 log^2(1/ε) log log(1/ε))
Reduced query complexity to O(1/ε^4 log^3(1/ε) log log(1/ε))
Improved time complexity to 2^{O(1/ε log 1/ε)}
Abstract
We design an algorithm for approximating the size of \emph{Max Cut} in dense graphs. Given a proximity parameter , our algorithm approximates the size of \emph{Max Cut} of a graph with vertices, within an additive error of , with sample complexity and query complexity of . Since Goldreich, Goldwasser and Ron (JACM 98) gave the first algorithm with sample complexity and query complexity of , there have been several efforts employing techniques from diverse areas with a focus on improving the sample and query…
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 · Advanced Graph Theory Research · Optimization and Search Problems
