vix.ing · top · new · best · stats · spec

Towards a General Recipe for Combinatorial Optimization with Multi-Filter GNNs

2024/05/31 by Frederik Wenkel, Wenkel, Frederik, Semih Cantürk +7 · 1 voice · 2 citations
Computer Science · #Advanced Database Systems and Queries #Semantic Web and Ontologies #cs.AI #cs.DM #cs.LG

paper · pdf · doi:10.48550/arxiv.2405.20543

openalex publication_date 2024/05/31 · openalex created_date 2024/06/07 · openalex updated_date 2026/07/28

Abstract

Graph neural networks (GNNs) have achieved great success for a variety of tasks such as node classification, graph classification, and link prediction. However, the use of GNNs (and machine learning more generally) to solve combinatorial optimization (CO) problems is much less explored. Here, we introduce GCON, a novel GNN architecture that leverages a complex filter bank and localized attention mechanisms to solve CO problems on graphs. We show how our method differentiates itself from prior GNN-based CO solvers and how it can be effectively applied to the maximum cut, minimum dominating set, and maximum clique problems in a unsupervised learning setting. GCON is competitive across all tasks and consistently outperforms other specialized GNN-based approaches, and is on par with the powerful Gurobi solver on the max-cut problem. We provide an open-source implementation of our work at https://github.com/WenkelF/copt.

Cited by

Discussions

Related