Gumbel-softmax Optimization: A Simple General Framework for Combinatorial Optimization Problems on Graphs
Jing Liu, Fei Gao, Jiang Zhang

TL;DR
This paper introduces Gumbel-softmax Optimization (GSO), a fast, general framework for solving combinatorial optimization problems on graphs by enabling gradient-based optimization of discrete variables.
Contribution
The paper presents a novel Gumbel-softmax based framework that simplifies and accelerates solving NP-hard combinatorial problems on graphs using gradient descent.
Findings
Achieves high-quality solutions faster than traditional methods.
Successfully applied to four different combinatorial problems.
Demonstrates broad applicability and efficiency of GSO.
Abstract
Many problems in real life can be converted to combinatorial optimization problems (COPs) on graphs, that is to find a best node state configuration or a network structure such that the designed objective function is optimized under some constraints. However, these problems are notorious for their hardness to solve because most of them are NP-hard or NP-complete. Although traditional general methods such as simulated annealing (SA), genetic algorithms (GA) and so forth have been devised to these hard problems, their accuracy and time consumption are not satisfying in practice. In this work, we proposed a simple, fast, and general algorithm framework called Gumbel-softmax Optimization (GSO) for COPs. By introducing Gumbel-softmax technique which is developed in machine learning community, we can optimize the objective function directly by gradient descent algorithm regardless of the…
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
TopicsComplex Network Analysis Techniques · Advanced Graph Neural Networks · Graph Theory and Algorithms
