English

Graph Neural Networks are Heuristics

Artificial Intelligence 2026-02-03 v3 Machine Learning

Abstract

We demonstrate that a single training trajectory can transform a graph neural network into an unsupervised heuristic for combinatorial optimization. Focusing on the Travelling Salesman Problem, we show that encoding global structural constraints as an inductive bias enables a non-autoregressive model to generate solutions via direct forward passes, without search, supervision, or sequential decision-making. At inference time, dropout and snapshot ensembling allow a single model to act as an implicit ensemble, reducing optimality gaps through increased solution diversity. Our results establish that graph neural networks do not require supervised training nor explicit search to be effective. Instead, they can internalize global combinatorial structure and function as strong, learned heuristics. This reframes the role of learning in combinatorial optimization: from augmenting classical algorithms to directly instantiating new heuristics.

Keywords

Cite

@article{arxiv.2601.13465,
  title  = {Graph Neural Networks are Heuristics},
  author = {Yimeng Min and Carla P. Gomes},
  journal= {arXiv preprint arXiv:2601.13465},
  year   = {2026}
}

Comments

12 pages, 3 tables with 2 figures, code repo included in the manuscript

R2 v1 2026-07-01T09:11:33.954Z