Supplementary Materials to Graph Convolutional Branch and Bound
Lorenzo Sciandra, Roberto Esposito, Andrea Cesare Grosso, Laura Sacerdote, Cristina Zucca

TL;DR
This paper introduces a hybrid neural network-guided branch-and-bound method for the Traveling Salesman Problem, improving efficiency by learning heuristics that generalize across different graph sizes.
Contribution
It proposes a novel unsupervised training strategy for graph convolutional neural networks to enhance combinatorial optimization in TSP solving.
Findings
Significant reduction in explored nodes and computational time.
Effective generalization to graphs of varying sizes.
Improved performance over traditional solvers.
Abstract
This article explores the integration of deep learning models into combinatorial optimization pipelines, specifically targeting NP-hard problems. Traditional exact algorithms for such problems often rely on heuristic criteria to guide the exploration of feasible solutions. In this work, we propose using neural networks to learn informative heuristics, most notably, an optimality score that estimates a solution's proximity to the optimum. This score is used to evaluate nodes within a branch-and-bound framework, enabling a more efficient traversal of the solution space. Focusing on the Traveling Salesman Problem, we introduce Concorde, a state-of-the-art solver, and present a hybrid approach called Graph Convolutional Branch and Bound, which augments it with a graph convolutional neural network trained with a novel unsupervised training strategy that facilitates generalization to graphs…
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.
