paper-with-me

Papers

Leveraging Structural Constraints for Diffusion-based Neural TSP Solvers

2026-06-08 · Mickaël Basson, Philippe Preux arxiv

Neural combinatorial optimization has recently achieved strong results on the Euclidean Traveling Salesman Problem (TSP) using generative models such as diffusion and consistency models. State-ofthe-art approaches like FT2T combine fast consistency-based prediction with gradient-based inference time refinement. However, gradient search often incurs significant computational overhead and may not align with the discrete structure of feasible solutions. We introduce Projected Consistency Inference (PCI), a plug-and-play, retraining-free alternative that replaces gradient refinement with structure-aware projections: PCI decodes valid Hamiltonian tours from the consistency model output and applies a lightweight local search (e.g., 2-opt). PCI achieves an average optimality gap (OG) of 0.17% on TSP with 500 cities, and 0.31% on TSP with 1000 cities, outperforming FT2T best settings (OG 0.22% and 0.36%, respectively) while reducing the inference time up to 30 to 40%. PCI also exhibits lower variance and memory usage, and can surpass classical heuristics such as LKH3 in rapid solution generation. Our results demonstrate that structure-aware inference time operations provide a practical and principled path for neural TSP solvers, complementing training time objectives.

📄 PDF Abstract BibTeX arXiv:2606.09343

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GOAL: Graph-based Objective-Aligned Diffusion Solvers for Dynamic Multi-Objective Optimization

2026-05-18 · Xingyu Li arxiv

Existing neural combinatorial optimization solvers frame solution search as imitation of optimal decisions, inherently limiting their utility to single-objective minimization and static constraints. We propose GOAL, a co…

Graph Neural Network

DiBS: Diffusion-Informed Branch Selection

2026-06-02 · Bo Liu, Yuan Xie, Yuan Gao, Xiaolong Luo 외 arxiv

Sudoku is a representative constraint satisfaction problem that requires global structural reasoning under strict discrete constraints. The existing works of solving Sudoku mainly focus on two dominant approaches, i.e., …

An Operator-Consistent Graph Neural Network for Learning Diffusion Dynamics on Irregular Meshes

2025-12-05 · Yuelian Li, Andrew Rushing Hands arxiv

Classical numerical methods solve partial differential equations (PDEs) efficiently on regular meshes, but many of them become unstable on irregular domains. In practice, multiphysics interactions such as diffusion, dama…

Graph Neural Network

Score as Action: Fine-Tuning Diffusion Generative Models by Continuous-time Reinforcement Learning

2025-02-03 · Hanyang Zhao, Haoxian Chen, Ji Zhang, David D. Yao 외

Reinforcement learning from human feedback (RLHF), which aligns a diffusion model with input prompt, has become a crucial step in building reliable generative AI models. Most works in this area use a discrete-time formul…

Improving Diffusion Models for Inverse Problems using Manifold Constraints

2022-06-02 · Hyungjin Chung, Byeongsu Sim, Dohoon Ryu, Jong Chul Ye

Recently, diffusion models have been used to solve various inverse problems in an unsupervised manner with appropriate modifications to the sampling process. However, the current solvers, which recursively apply a revers…

ColorizationImage Inpainting