Transport, Don't Generate: Deterministic Geometric Flows for Combinatorial Optimization
About
Recent advances in Neural Combinatorial Optimization (NCO) have been dominated by diffusion models that treat the Euclidean Traveling Salesman Problem (TSP) as a stochastic $N \times N$ heatmap generation task. In this paper, we propose CycFlow, a framework that replaces iterative edge denoising with deterministic point transport. CycFlow learns an instance-conditioned vector field that continuously transports input 2D coordinates to a canonical circular arrangement, where the optimal tour is recovered from this $2N$ dimensional representation via angular sorting. By leveraging data-dependent flow matching, we bypass the quadratic bottleneck of edge scoring in favor of linear coordinate dynamics. This paradigm shift accelerates solving speed by up to three orders of magnitude compared to state-of-the-art diffusion baselines, while maintaining competitive optimality gaps.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Traveling Salesman Problem | TSP-100 | Optimality Drop0.35 | 53 | |
| Traveling Salesman Problem | TSP-50 | Gap0.08 | 15 | |
| Combinatorial Optimization | TSP 500 nodes (test) | GAP (%)6.84 | 12 | |
| Combinatorial Optimization | TSP 1000 nodes (test) | Optimality Gap (%)9.89 | 11 |