TL;DR
This paper introduces a non-autoregressive neural network framework for solving combinatorial optimization problems with positive linear constraints, offering efficiency, generality, and improved generalization over existing methods.
Contribution
It presents a novel non-autoregressive neural network approach that handles a wide range of CO problems under positive linear constraints, with unsupervised offline training and online differentiable search.
Findings
Outperforms traditional solvers like SCIP and Gurobi in efficiency and efficacy.
Successfully solves facility location, max-set covering, and TSP problems.
Demonstrates superior generalization to unseen problems.
Abstract
Combinatorial optimization (CO) is the fundamental problem at the intersection of computer science, applied mathematics, etc. The inherent hardness in CO problems brings up challenge for solving CO exactly, making deep-neural-network-based solvers a research frontier. In this paper, we design a family of non-autoregressive neural networks to solve CO problems under positive linear constraints with the following merits. First, the positive linear constraint covers a wide range of CO problems, indicating that our approach breaks the generality bottleneck of existing non-autoregressive networks. Second, compared to existing autoregressive neural network solvers, our non-autoregressive networks have the advantages of higher efficiency and preserving permutation invariance. Third, our offline unsupervised learning has lower demand on high-quality labels, getting rid of the demand of optimal…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
