LGAIMSNov 23, 2023

Exact Combinatorial Optimization with Temporo-Attentional Graph Neural Networks

arXiv:2311.13843v19 citationsh-index: 24Has Code
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in combinatorial optimization solvers, representing an incremental improvement for researchers and practitioners in optimization.

The paper tackles variable selection in branch-and-bound algorithms for combinatorial optimization by incorporating temporal information and bipartite graph attention, resulting in improved solver performance as supported by numerical results on standard datasets.

Combinatorial optimization finds an optimal solution within a discrete set of variables and constraints. The field has seen tremendous progress both in research and industry. With the success of deep learning in the past decade, a recent trend in combinatorial optimization has been to improve state-of-the-art combinatorial optimization solvers by replacing key heuristic components with machine learning (ML) models. In this paper, we investigate two essential aspects of machine learning algorithms for combinatorial optimization: temporal characteristics and attention. We argue that for the task of variable selection in the branch-and-bound (B&B) algorithm, incorporating the temporal information as well as the bipartite graph attention improves the solver's performance. We support our claims with intuitions and numerical results over several standard datasets used in the literature and competitions. Code is available at: https://developer.huaweicloud.com/develop/aigallery/notebook/detail?id=047c6cf2-8463-40d7-b92f-7b2ca998e935

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes