Assessing and Enhancing Graph Neural Networks for Combinatorial Optimization: Novel Approaches and Application in Maximum Independent Set Problems
Chenchuhui Hu

TL;DR
This paper explores how Graph Neural Networks can be combined with optimization techniques to improve solutions for the maximum independent set problem, demonstrating the potential of learned graph structures in combinatorial optimization.
Contribution
It introduces a hybrid approach combining supervised GNN training with QUBO unsupervised methods to enhance MIS problem solving.
Findings
QUBO unsupervised approach provides good initial guesses for post-processing.
Supervised GNNs can refine QUBO solutions by learning meaningful node probabilities.
Integrated GNN and optimization methods improve prediction accuracy in CO problems.
Abstract
Combinatorial optimization (CO) problems are challenging as the computation time grows exponentially with the input. Graph Neural Networks (GNNs) show promise for researchers in solving CO problems. This study investigates the effectiveness of GNNs in solving the maximum independent set (MIS) problem, inspired by the intriguing findings of Schuetz et al., and aimed to enhance this solver. Despite the promise shown by GNNs, some researchers observed discrepancies when reproducing the findings, particularly compared to the greedy algorithm, for instance. We reproduced Schuetz' Quadratic Unconstrained Binary Optimization (QUBO) unsupervised approach and explored the possibility of combining it with a supervised learning approach for solving MIS problems. While the QUBO unsupervised approach did not guarantee maximal or optimal solutions, it provided a solid first guess for post-processing…
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
TopicsNeural Networks and Applications · Graph Theory and Algorithms · Metaheuristic Optimization Algorithms Research
MethodsSparse Evolutionary Training
