2019 IEEE 31st International Conference on Tools With Artificial Intelligence (ICTAI) 2019
DOI: 10.1109/ictai.2019.00125
|View full text |Cite
|
Sign up to set email alerts
|

Graph Colouring Meets Deep Learning: Effective Graph Neural Network Models for Combinatorial Problems

Abstract: Deep learning has consistently defied state-of-the-art techniques in many fields over the last decade. However, we are just beginning to understand the capabilities of neural learning in symbolic domains. Deep learning architectures that employ parameter sharing over graphs can produce models which can be trained on complex properties of relational data. These include highly relevant N P-Complete problems, such as SAT and TSP. In this work, we showcase how Graph Neural Networks (GNN) can be engineered -with a … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

1
40
0

Year Published

2020
2020
2024
2024

Publication Types

Select...
5
2

Relationship

0
7

Authors

Journals

citations
Cited by 41 publications
(41 citation statements)
references
References 26 publications
1
40
0
Order By: Relevance
“…Prates et al, (2019) use GNNs to learn TSP and trained on instances of the form (G, ℓ ± ε) where ℓ is the length of an optimal tour on G. They achieved good results on graphs with up to 40 nodes. Using the same idea, Lemos et al, (2019) learned to predict k-colorability of graphs scaling to larger graphs and chromatic numbers than seen during training. Yao et al, (2019) evaluated the performance of unsupervised GNNs for the MAX-CUT problem.…”
Section: Related Workmentioning
confidence: 99%
See 3 more Smart Citations
“…Prates et al, (2019) use GNNs to learn TSP and trained on instances of the form (G, ℓ ± ε) where ℓ is the length of an optimal tour on G. They achieved good results on graphs with up to 40 nodes. Using the same idea, Lemos et al, (2019) learned to predict k-colorability of graphs scaling to larger graphs and chromatic numbers than seen during training. Yao et al, (2019) evaluated the performance of unsupervised GNNs for the MAX-CUT problem.…”
Section: Related Workmentioning
confidence: 99%
“…There is a long tradition of designing exact and heuristic algorithms for all kinds of CSPs. Our work should be seen in the context of a recently renewed interest in heuristics for NP-hard combinatorial problems based on neural networks, mostly GNNs (for example, Khalil et al, 2017 ; Selsam et al, 2019 ; Lemos et al, 2019 ; Prates et al, 2019 ).…”
Section: Introductionmentioning
confidence: 99%
See 2 more Smart Citations
“…Although our modified PBQP solver could find a solution efficiently for our ATE benchmark programs, the PBQP problem itself is a hard problem, especially when no spill is allowed as in ATE register allocation. So, we might need an even more elaborate solver, and one promising approach would be to exploit machine learning based on deep neural networks [10,15,17,22]. Also, when it is really impossible to allocate registers for a given program, some changes in the source program, such as loop unrolling, might improve the chance of register by loosening the constraints related to the major cycles, without affecting the program correctness.…”
Section: Summary and Future Workmentioning
confidence: 99%