English

A Dataless Reinforcement Learning Approach to Rounding Hyperplane Optimization for Max-Cut

Machine Learning 2025-06-17 v4 Machine Learning

Abstract

The Maximum Cut (MaxCut) problem is NP-Complete, and obtaining its optimal solution is NP-hard in the worst case. As a result, heuristic-based algorithms are commonly used, though their design often requires significant domain expertise. More recently, learning-based methods trained on large (un)labeled datasets have been proposed; however, these approaches often struggle with generalizability and scalability. A well-known approximation algorithm for MaxCut is the Goemans-Williamson (GW) algorithm, which relaxes the Quadratic Unconstrained Binary Optimization (QUBO) formulation into a semidefinite program (SDP). The GW algorithm then applies hyperplane rounding by uniformly sampling a random hyperplane to convert the SDP solution into binary node assignments. In this paper, we propose a training-data-free approach based on a non-episodic reinforcement learning formulation, in which an agent learns to select improved rounding hyperplanes that yield better cuts than those produced by the GW algorithm. By optimizing over a Markov Decision Process (MDP), our method consistently achieves better cuts across large-scale graphs with varying densities and degree distributions.

Keywords

Cite

@article{arxiv.2505.13405,
  title  = {A Dataless Reinforcement Learning Approach to Rounding Hyperplane Optimization for Max-Cut},
  author = {Gabriel Maliakal and Ismail Alkhouri and Alvaro Velasquez and Adam M Alessio and Saiprasad Ravishankar},
  journal= {arXiv preprint arXiv:2505.13405},
  year   = {2025}
}
R2 v1 2026-07-01T02:22:37.842Z