Neural Algorithmic Reasoning for Approximate $k$-Coloring with Recursive Warm Starts
Knut Vanderbush, Melanie Weber

TL;DR
This paper develops a neural network-based approach for approximate $k$-coloring of graphs, introducing recursive warm starts and an optimized differentiable algorithm, achieving better scalability and performance than traditional methods.
Contribution
It presents a novel GNN-based method with recursive warm starts and an improved differentiable algorithm for approximate $k$-coloring, advancing machine learning solutions in combinatorial optimization.
Findings
GNNs outperform local search on large graphs.
Recursive warm starts improve coloring accuracy.
Optimized loss function enhances model training.
Abstract
Node coloring is the task of assigning colors to the nodes of a graph such that no two adjacent nodes have the same color, while using as few colors as possible. It is the most widely studied instance of graph coloring and of central importance in graph theory; major results include the Four Color Theorem and work on the Hadwiger-Nelson Problem. As an abstraction of classical combinatorial optimization tasks, such as scheduling and resource allocation, it is also rich in practical applications. Here, we focus on a relaxed version, approximate -coloring, which is the task of assigning at most colors to the nodes of a graph such that the number of edges whose vertices have the same color is approximately minimized. While classical approaches leverage mathematical programming or SAT solvers, recent studies have explored the use of machine learning. We follow this route and explore…
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.
Taxonomy
TopicsConstraint Satisfaction and Optimization · Scheduling and Timetabling Solutions · Advanced Graph Theory Research
