Poster
ROS: A GNN-based Relax-Optimize-and-Sample Framework for Max-$k$-Cut Problems
Yeqing Qiu · Ye XUE · Akang Wang · Yiheng Wang · Qingjiang Shi · Zhiquan Luo
West Exhibition Hall B2-B3 #W-510
Dividing a network into groups to maximize the number of connections between them is a classic and hard problem in computer science, known as the Max-k-Cut problem. Solving it directly is computationally difficult, especially for large graphs.Our method, called Relax-Optimize-and-Sample (ROS), offers a new way to tackle this challenge. First, we soften the original problem into a continuous version that’s easier to handle mathematically. Then, we train a graph neural network to find a good solution to this relaxed problem. Finally, we convert the solution back into a valid grouping of the original network.We also show—using ideas from geometry and statistics—that the relaxed and original solutions are closely connected. ROS can handle graphs with tens of thousands of nodes in just seconds, beating the best existing methods. Even better, it works well on new kinds of graphs it hasn't seen before, making it a powerful tool for large-scale optimization problems in network design, clustering, and more.