LGAISep 13, 2021

A deep learning guided memetic framework for graph coloring problems

arXiv:2109.05948v331 citations
Originality Incremental advance
AI Analysis

This work addresses graph coloring, a combinatorial optimization problem, with an incremental approach that integrates deep learning into existing methods.

The paper tackled graph coloring problems by proposing a framework that combines deep neural networks with classical metaheuristics, achieving highly competitive results on benchmark graphs for vertex and weighted coloring.

Given an undirected graph $G=(V,E)$ with a set of vertices $V$ and a set of edges $E$, a graph coloring problem involves finding a partition of the vertices into different independent sets. In this paper we present a new framework that combines a deep neural network with the best tools of classical metaheuristics for graph coloring. The proposed method is evaluated on two popular graph coloring problems (vertex coloring and weighted coloring). Computational experiments on well-known benchmark graphs show that the proposed approach is able to obtain highly competitive results for both problems. A study of the contribution of deep learning in the method highlights that it is possible to learn relevant patterns useful to obtain better solutions to graph coloring problems.

Foundations

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

Your Notes