AILGNEMay 3, 2024

Instance-Conditioned Adaptation for Large-scale Generalization of Neural Routing Solver

arXiv:2405.01906v27 citationsh-index: 19Has Code
AI Analysis

This addresses the scalability limitations of neural routing solvers for intelligent transportation systems, representing an incremental improvement with specific gains.

The paper tackles the challenge of scaling neural combinatorial optimization methods to large routing problems by proposing an Instance-Conditioned Adaptation Model (ICAM), which achieves promising results with fast inference times on large-scale TSP, CVRP, and ATSP instances.

The neural combinatorial optimization (NCO) method has shown great potential for solving routing problems of intelligent transportation systems without requiring expert knowledge. However, existing constructive NCO methods still struggle to solve large-scale instances, which significantly limits their application prospects. To address these crucial shortcomings, this work proposes a novel Instance-Conditioned Adaptation Model (ICAM) for better large-scale generalization of neural routing solvers. In particular, we design a simple yet efficient instance-conditioned adaptation function to significantly improve the generalization performance of existing NCO models with a small time and memory overhead. In addition, with a systematic investigation on the performance of information incorporation between different attention mechanisms, we further propose a powerful yet low-complexity instance-conditioned adaptation module to generate better solutions for instances across different scales. Extensive experimental results on both synthetic and benchmark instances show that our proposed method is capable of obtaining promising results with a very fast inference time in solving large-scale Traveling Salesman Problems (TSPs), Capacitated Vehicle Routing Problems (CVRPs), and Asymmetric Traveling Salesman Problems (ATSPs). Our code is available at https://github.com/CIAM-Group/ICAM.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes