Combinatorial Optimization with Automated Graph Neural Networks
Yang Liu, Peng Zhang, Yang Gao, Chuan Zhou, Zhao Li, Hongyang Chen

TL;DR
This paper introduces AutoGNP, an automated graph neural network architecture search method tailored for NP-hard combinatorial optimization problems, demonstrating superior performance on benchmarks.
Contribution
The paper presents AutoGNP, a novel automated GNN architecture search framework specifically designed for NP-hard combinatorial optimization problems, incorporating two-hop operators and advanced search strategies.
Findings
AutoGNP outperforms existing methods on benchmark problems.
Two-hop operators improve GNN architecture search.
Simulated annealing and early stopping enhance optimization.
Abstract
In recent years, graph neural networks (GNNs) have become increasingly popular for solving NP-hard combinatorial optimization (CO) problems, such as maximum cut and maximum independent set. The core idea behind these methods is to represent a CO problem as a graph and then use GNNs to learn the node/graph embedding with combinatorial information. Although these methods have achieved promising results, given a specific CO problem, the design of GNN architectures still requires heavy manual work with domain knowledge. Existing automated GNNs are mostly focused on traditional graph learning problems, which is inapplicable to solving NP-hard CO problems. To this end, we present a new class of \textbf{AUTO}mated \textbf{G}NNs for solving \textbf{NP}-hard problems, namely \textbf{AutoGNP}. We represent CO problems by GNNs and focus on two specific problems, i.e., mixed integer linear…
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
TopicsSemantic Web and Ontologies · Cognitive Computing and Networks · Graph Theory and Algorithms
MethodsEarly Stopping · Focus
