Papers
Topics
Authors
Recent
Search
2000 character limit reached

On the Approximability of Max-Cut on 3-Colorable Graphs and Graphs with Large Independent Sets

Published 11 Apr 2026 in cs.DS | (2604.10318v1)

Abstract: Max-Cut is a classical graph-partitioning problem where given a graph $G = (V,E)$, the objective is to find a cut $(S,Sc)$ which maximizes the number of edges crossing the cut. In a seminal work, Goemans and Williamson gave an $α{GW} \approx 0.87856$-factor approximation algorithm for the problem, which was later shown to be tight by the work of Khot, Kindler, Mossel, and O'Donnell. Since then, there has been a steady progress in understanding the approximability at even finer levels, and a fundamental goal in this context is to understand how the structure of the underlying graph affects the approximability of the Max-Cut problem. In this work, we investigate this question by exploring how the chromatic structure of a graph affects the Max-Cut problem. While it is well-known that Max-Cut can be solved perfectly and near-perfectly in $2$-colorable and almost $2$-colorable graphs in polynomial time, here we explore its approximability under much weaker structural conditions such as when the graph is $3$-colorable or contains a large independent set. Our main contributions in this context are as follows: 1. We show Max-Cut is $α{GW}$-hard to approximate for $3$-colorable graphs. 2. We identify a natural threshold $α*$ such that the following holds. Firstly, for graphs which contain an independent set of size up to $α*$, Max-Cut continues to be $α{GW}$-factor hard to approximate. Furthermore, for any graph that contains an independent set of size $> α*$, there exists an efficient $>α{GW}$-approximation algorithm for Max-Cut. Our hardness results are derived using various analytical tools and novel variants of the Majority-Is-Stablest theorem, which might be of independent interest. Our algorithmic results are based on a novel SDP relaxation, which is then rounded and analyzed using interval arithmetic.

Summary

  • The paper demonstrates that, under UGC assumptions, Max-Cut remains NP-hard to approximate at the αGW ratio in 3-colorable graphs.
  • It introduces a novel SDP-based rounding scheme that surpasses the αGW barrier when independent sets exceed a critical edge-volume threshold.
  • Sharp threshold phenomena and multipartite noise stability are established, linking advanced isoperimetric analysis with valued PCSP frameworks.

Approximability of Max-Cut on 3-Colorable Graphs and Graphs with Large Independent Sets

Introduction and Motivation

The Max-Cut problem is a canonical graph partitioning problem fundamental to combinatorial optimization and theoretical computer science. While the standard Goemans-Williamson SDP approach achieves a tight αGW0.87856\alpha_{GW} \approx 0.87856-approximation ratio for general graphs, finer analysis is required to understand the role of structural promises on the approximability of Max-Cut.

This paper addresses whether Max-Cut is easier to approximate on two classes of graphs that are conjecturally more tractable: 3-colorable graphs, and graphs containing large independent sets (measured by edge volume). Unlike the well-understood bipartite (2-colorable) case, polynomial-time algorithms with improved guarantees are not known for these settings, and the state of the art did not resolve whether the Goemans-Williamson barrier can be surpassed under these restrictions.

Main Results

The authors establish both tight hardness and algorithmic results, resolving the status of Max-Cut approximability under the stated structural promises:

  • UGC-Hardness at αGW\alpha_{GW} for 3-Colorable Graphs: Even when the 3-coloring is known, Max-Cut remains NP-hard to approximate within the αGW\alpha_{GW} factor, assuming the Unique Games Conjecture (UGC).
  • Independence Set Thresholds: They identify a critical threshold α0.81597\alpha^* \approx 0.81597 for the relative edge volume of an independent set such that:
    • If the independent set's volume is at most α\alpha^* (and possibly hidden), the αGW\alpha_{GW}-approximation barrier cannot be surpassed (UGC-hardness persists).
    • If the independent set's volume strictly exceeds α\alpha^* (even when not revealed), a polynomial-time algorithm achieves better-than-αGW\alpha_{GW} approximations; these improved guarantees are accompanied by a novel SDP-based rounding scheme.
  • Sharp Threshold Phenomenon: For the case when the independent set is given, a smaller threshold at s/20.371s^*/2 \approx 0.371 exists (where s=(arccosρ)/πs^* = (\arccos \rho^*)/\pi). Above this, direct cuts yield better than αGW\alpha_{GW}0.
  • Tripartite Majority-Is-Stablest: Core technical contributions include a new isoperimetric result for the tripartite noisy cube, showing that, for sufficiently negative correlation, the majority function remains extremal even in the multipartite setting—contrasted by degenerate cuts at higher correlations.

Techniques and Analytical Framework

The hardness proofs leverage PCP gadget reductions, synthesizing dictatorship tests adapted to the promised structures (tripartite and bipartite noisy cubes, and tensor products involving gadgets that 'hide' independent sets). A pivotal technical innovation is the extension of invariance principles and stability theorems (Majority-Is-Stablest) to multipartite settings, enabling sharp analysis in the presence of coloring constraints and planted independent sets. Figure 1

Figure 2: Plot of the threshold function αGW\alpha_{GW}1 against the bias parameter αGW\alpha_{GW}2 used in the SDP rounding, illustrating the nonlinearity and the fine-tuned control required for optimality near the threshold αGW\alpha_{GW}3

The algorithmic side introduces an SDP relaxation tailored to maximize cuts aligned with large independent sets, augmented by a carefully calibrated αGW\alpha_{GW}4-thresholded rounding scheme (from the LZ family). This approach balances the Goemans-Williamson style hyperplane rounding with additional constraints enforcing orthogonality (akin to Lovász theta), enabling finer guarantees when structural promises hold. Figure 3

Figure 4: Contour plot of αGW\alpha_{GW}5, validating the soundness of the rounding scheme across the feasible bias region via interval arithmetic.

Verification employs interval arithmetic with rigorous computational checks to ensure the desired affine dominance property of soundness over the relevant parameter space. This avoids closed-form analytical bottlenecks and allows for tight, computer-assisted proofs.

Implications and Theoretical Significance

The results reveal the apparent recalcitrance of Max-Cut with respect to structural graph promises:

  • 3-Colorability Does Not Help: Unlike 2-colorability, even knowing a 3-coloring does not permit improved approximation, indicating a sharp computational phase transition.
  • Large Independent Set Threshold: There exists a narrow window (between αGW\alpha_{GW}6 and αGW\alpha_{GW}7 in edge volume) where structural improvements cease; only when the independent set comprises a sufficiently large edge-volume fraction does the cut become tractable for improved approximation.
  • Role for Valued PCSPs: The reduction design and isoperimetric analysis align naturally with the framework of valued promise constraint satisfaction problems (PCSPs), highlighting connections to recent algebraic complexity paradigms.

The techniques developed shed light on multipartite noise stability, opening avenues for related inapproximability questions in Max-αGW\alpha_{GW}8-Cut and beyond. The tightness of the analysis—both in the hardness and the matching algorithmic threshold—suggests that these phenomena are robust, not artifacts of current proof technology.

Future Directions

  • Algorithmic Optimality Above Threshold: The polynomial-time method given here requires decreasing the SDP value for analysis; it remains open whether the algorithm can be made genuinely optimal for all αGW\alpha_{GW}9 (as conjectured).
  • Generalizations to Higher Chromatic Number and Other CSPs: The techniques point toward broader exploration of noise stability and dictatorship testing for structurally restricted combinatorial optimization, with potential applications in other valued PCSP contexts.
  • Efficiency of Verification via Interval Arithmetic: The computational aspects of verifying rounding scheme soundness at scale might inform future algorithmic hardness results in the presence of nuanced structural promises.

Conclusion

This paper establishes definitive UGC-hardness of αGW\alpha_{GW}0-approximation for Max-Cut on 3-colorable graphs and on graphs with independent sets up to a critical edge-volume threshold, and simultaneously delineates the tractable regime above this threshold using novel SDP rounding. The main technical contributions—particularly the multipartite isoperimetric analysis—substantially advance both the theory of hardness of approximation and the algorithmics of semidefinite rounding, with direct implications for complexity-theoretic characterizations of CSPs under structural promises.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.