A Benchmark for Maximum Cut: Towards Standardization of the Evaluation of Learned Heuristics for Combinatorial Optimization
Ankur Nath, Alan Kuhnle

TL;DR
This paper introduces MaxCut-Bench, a standardized benchmark suite for evaluating heuristics on the Maximum Cut problem, and systematically compares various learned and traditional heuristics, revealing limitations of current learning-based methods.
Contribution
The paper presents a comprehensive benchmark suite for Maximum Cut and evaluates existing heuristics, highlighting the underperformance of many learned heuristics compared to simple algorithms.
Findings
Many learned heuristics do not outperform naive greedy algorithms.
Only one learned heuristic consistently beats Tabu Search.
Replacing GNNs with linear regression can improve ECO-DQN performance.
Abstract
Recently, there has been much work on the design of general heuristics for graph-based, combinatorial optimization problems via the incorporation of Graph Neural Networks (GNNs) to learn distribution-specific solution structures.However, there is a lack of consistency in the evaluation of these heuristics, in terms of the baselines and instances chosen, which makes it difficult to assess the relative performance of the algorithms. In this paper, we propose an open-source benchmark suite MaxCut-Bench dedicated to the NP-hard Maximum Cut problem in both its weighted and unweighted variants, based on a careful selection of instances curated from diverse graph datasets. The suite offers a unified interface to various heuristics, both traditional and machine learning-based. Next, we use the benchmark in an attempt to systematically corroborate or reproduce the results of several, popular…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsProduct Development and Customization · Constraint Satisfaction and Optimization
MethodsLinear Regression
