Transport, Don't Generate: Deterministic Geometric Flows for Combinatorial Optimization
Benjy Friedmann, Nadav Dym

TL;DR
This paper introduces CycFlow, a deterministic geometric flow method for solving the Euclidean TSP that significantly speeds up computation by replacing stochastic diffusion models with continuous point transport, maintaining competitive accuracy.
Contribution
CycFlow presents a novel deterministic point transport framework that replaces stochastic diffusion models for TSP, achieving faster solutions with comparable quality.
Findings
Speeds up TSP solving by up to 1000x compared to diffusion models.
Maintains competitive optimality gaps.
Uses linear coordinate dynamics instead of quadratic edge scoring.
Abstract
Recent advances in Neural Combinatorial Optimization (NCO) have been dominated by diffusion models that treat the Euclidean Traveling Salesman Problem (TSP) as a stochastic 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 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.
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
TopicsStochastic Gradient Optimization Techniques · Metaheuristic Optimization Algorithms Research · Vehicle Routing Optimization Methods
