ROS: A GNN-based Relax-Optimize-and-Sample Framework for Max-k-Cut Problems
Yeqing Qiu, Ye Xue, Akang Wang, Yiheng Wang, Qingjiang Shi, Zhi-Quan Luo

TL;DR
This paper introduces ROS, a GNN-based framework that relaxes, optimizes, and samples solutions for Max-k-Cut problems, achieving high-quality results efficiently on large graphs and outperforming existing methods.
Contribution
The paper presents a novel Relax-Optimize-and-Sample framework combining GNNs and sampling for scalable Max-k-Cut solutions with theoretical guarantees.
Findings
Effective scaling to graphs with 20,000 nodes within seconds
Outperforms state-of-the-art algorithms on benchmark datasets
Demonstrates strong generalization to various graph distributions
Abstract
The Max-k-Cut problem is a fundamental combinatorial optimization challenge that generalizes the classic NP-complete Max-Cut problem. While relaxation techniques are commonly employed to tackle Max-k-Cut, they often lack guarantees of equivalence between the solutions of the original problem and its relaxation. To address this issue, we introduce the Relax-Optimize-and-Sample (ROS) framework. In particular, we begin by relaxing the discrete constraints to the continuous probability simplex form. Next, we pre-train and fine-tune a graph neural network model to efficiently optimize the relaxed problem. Subsequently, we propose a sampling-based construction algorithm to map the continuous solution back to a high-quality Max-k-Cut solution. By integrating geometric landscape analysis with statistical theory, we establish the consistency of function values between the continuous solution and…
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
TopicsScheduling and Optimization Algorithms · Manufacturing Process and Optimization · Optimization and Packing Problems
