UDC: A Unified Neural Divide-and-Conquer Framework for Large-Scale Combinatorial Optimization Problems
Zhi Zheng, Changliang Zhou, Tong Xialiang, Mingxuan Yuan, Zhenkun Wang

TL;DR
The paper introduces UDC, a unified neural divide-and-conquer framework that improves large-scale combinatorial optimization by integrating dividing, conquering, and reuniting strategies with a novel training method and graph neural networks.
Contribution
It proposes a unified neural framework with a DCR training method and GNN-based dividing strategy, addressing limitations of prior two-stage methods for large-scale CO problems.
Findings
Achieves superior performance on 10 large-scale CO problems.
Demonstrates broad applicability across different problem types.
Outperforms existing divide-and-conquer approaches.
Abstract
Single-stage neural combinatorial optimization solvers have achieved near-optimal results on various small-scale combinatorial optimization (CO) problems without requiring expert knowledge. However, these solvers exhibit significant performance degradation when applied to large-scale CO problems. Recently, two-stage neural methods motivated by divide-and-conquer strategies have shown efficiency in addressing large-scale CO problems. Nevertheless, the performance of these methods highly relies on problem-specific heuristics in either the dividing or the conquering procedure, which limits their applicability to general CO problems. Moreover, these methods employ separate training schemes and ignore the interdependencies between the dividing and conquering strategies, often leading to sub-optimal solutions. To tackle these drawbacks, this article develops a unified neural…
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.
Taxonomy
TopicsCognitive Computing and Networks · Advanced Database Systems and Queries
MethodsGraph Neural Network
