Neural Improvement Heuristics for Graph Combinatorial Optimization Problems
Andoni I. Garmendia, Josu Ceberio, Alexander Mendiburu

TL;DR
This paper introduces a versatile neural improvement model for graph combinatorial optimization that effectively handles edge and node information, outperforming traditional methods on several benchmark problems.
Contribution
The paper presents a novel neural improvement model capable of processing edge and node information, enhancing hill-climbing algorithms for various graph optimization problems.
Findings
Outperforms conventional methods on Preference Ranking Problem (99th percentile)
Achieves high performance on Traveling Salesman Problem (98th percentile)
Effective on Graph Partitioning Problem (97th percentile)
Abstract
Recent advances in graph neural network architectures and increased computation power have revolutionized the field of combinatorial optimization (CO). Among the proposed models for CO problems, Neural Improvement (NI) models have been particularly successful. However, existing NI approaches are limited in their applicability to problems where crucial information is encoded in the edges, as they only consider node features and node-wise positional encodings. To overcome this limitation, we introduce a novel NI model capable of handling graph-based problems where information is encoded in the nodes, edges, or both. The presented model serves as a fundamental component for hill-climbing-based algorithms that guide the selection of neighborhood operations for each iteration. Conducted experiments demonstrate that the proposed model can recommend neighborhood operations that outperform…
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
TopicsRough Sets and Fuzzy Logic · Advanced Graph Neural Networks · Constraint Satisfaction and Optimization
MethodsGraph Neural Network
